@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);@charset "UTF-8";
@keyframes inout {
  0% {
    transform: scale(1.15, 1.15); }
  100% {
    transform: scale(1, 1); } }

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }
  body * {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    body *::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template, [hidden] {
  display: none; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

figure {
  margin: 0;
  padding: 0; }

img, svg {
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: none; }

button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  appearance: none;
  cursor: pointer; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input::-ms-clear {
  visibility: hidden; }

a, textarea, input, button {
  outline: none; }

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: block; }

address {
  font-style: normal; }

strong {
  font-weight: bold; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  min-width: 280px;
  font-family: YuGothic,"\6E38\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #261F1F;
  -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5; } }

a {
  color: #CE0000;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline; } }

.mt0 {
  margin-top: 0px !important; }

@media only screen and (min-width: 768px) {
  .mt0 {
    margin-top: 0px !important; } }

.mb0 {
  margin-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .mb0 {
    margin-bottom: 0px !important; } }

.pt0 {
  padding-top: 0px !important; }

@media only screen and (min-width: 768px) {
  .pt0 {
    padding-top: 0px !important; } }

.pb0 {
  padding-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .pb0 {
    padding-bottom: 0px !important; } }

.mt5 {
  margin-top: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .mt5 {
    margin-top: 5px !important; } }

.mb5 {
  margin-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px !important; } }

.pt5 {
  padding-top: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pt5 {
    padding-top: 5px !important; } }

.pb5 {
  padding-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pb5 {
    padding-bottom: 5px !important; } }

.mt10 {
  margin-top: 5px !important; }

@media only screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px !important; } }

.mb10 {
  margin-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px !important; } }

.pt10 {
  padding-top: 5px !important; }

@media only screen and (min-width: 768px) {
  .pt10 {
    padding-top: 10px !important; } }

.pb10 {
  padding-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .pb10 {
    padding-bottom: 10px !important; } }

.mt15 {
  margin-top: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .mt15 {
    margin-top: 15px !important; } }

.mb15 {
  margin-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px !important; } }

.pt15 {
  padding-top: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pt15 {
    padding-top: 15px !important; } }

.pb15 {
  padding-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pb15 {
    padding-bottom: 15px !important; } }

.mt20 {
  margin-top: 10px !important; }

@media only screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important; } }

.mb20 {
  margin-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px !important; } }

.pt20 {
  padding-top: 10px !important; }

@media only screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px !important; } }

.pb20 {
  padding-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px !important; } }

.mt25 {
  margin-top: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .mt25 {
    margin-top: 25px !important; } }

.mb25 {
  margin-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .mb25 {
    margin-bottom: 25px !important; } }

.pt25 {
  padding-top: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pt25 {
    padding-top: 25px !important; } }

.pb25 {
  padding-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pb25 {
    padding-bottom: 25px !important; } }

.mt30 {
  margin-top: 15px !important; }

@media only screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px !important; } }

.mb30 {
  margin-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px !important; } }

.pt30 {
  padding-top: 15px !important; }

@media only screen and (min-width: 768px) {
  .pt30 {
    padding-top: 30px !important; } }

.pb30 {
  padding-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .pb30 {
    padding-bottom: 30px !important; } }

.mt35 {
  margin-top: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .mt35 {
    margin-top: 35px !important; } }

.mb35 {
  margin-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .mb35 {
    margin-bottom: 35px !important; } }

.pt35 {
  padding-top: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pt35 {
    padding-top: 35px !important; } }

.pb35 {
  padding-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pb35 {
    padding-bottom: 35px !important; } }

.mt40 {
  margin-top: 20px !important; }

@media only screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important; } }

.mb40 {
  margin-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important; } }

.pt40 {
  padding-top: 20px !important; }

@media only screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px !important; } }

.pb40 {
  padding-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px !important; } }

.mt45 {
  margin-top: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .mt45 {
    margin-top: 45px !important; } }

.mb45 {
  margin-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .mb45 {
    margin-bottom: 45px !important; } }

.pt45 {
  padding-top: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pt45 {
    padding-top: 45px !important; } }

.pb45 {
  padding-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pb45 {
    padding-bottom: 45px !important; } }

.mt50 {
  margin-top: 25px !important; }

@media only screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px !important; } }

.mb50 {
  margin-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important; } }

.pt50 {
  padding-top: 25px !important; }

@media only screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px !important; } }

.pb50 {
  padding-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px !important; } }

.mt55 {
  margin-top: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .mt55 {
    margin-top: 55px !important; } }

.mb55 {
  margin-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .mb55 {
    margin-bottom: 55px !important; } }

.pt55 {
  padding-top: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pt55 {
    padding-top: 55px !important; } }

.pb55 {
  padding-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pb55 {
    padding-bottom: 55px !important; } }

.mt60 {
  margin-top: 30px !important; }

@media only screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important; } }

.mb60 {
  margin-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important; } }

.pt60 {
  padding-top: 30px !important; }

@media only screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px !important; } }

.pb60 {
  padding-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px !important; } }

.mt65 {
  margin-top: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .mt65 {
    margin-top: 65px !important; } }

.mb65 {
  margin-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .mb65 {
    margin-bottom: 65px !important; } }

.pt65 {
  padding-top: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pt65 {
    padding-top: 65px !important; } }

.pb65 {
  padding-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pb65 {
    padding-bottom: 65px !important; } }

.mt70 {
  margin-top: 35px !important; }

@media only screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px !important; } }

.mb70 {
  margin-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px !important; } }

.pt70 {
  padding-top: 35px !important; }

@media only screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px !important; } }

.pb70 {
  padding-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px !important; } }

.mt75 {
  margin-top: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .mt75 {
    margin-top: 75px !important; } }

.mb75 {
  margin-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .mb75 {
    margin-bottom: 75px !important; } }

.pt75 {
  padding-top: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pt75 {
    padding-top: 75px !important; } }

.pb75 {
  padding-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pb75 {
    padding-bottom: 75px !important; } }

.mt80 {
  margin-top: 40px !important; }

@media only screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important; } }

.mb80 {
  margin-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important; } }

.pt80 {
  padding-top: 40px !important; }

@media only screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px !important; } }

.pb80 {
  padding-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px !important; } }

.mt85 {
  margin-top: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .mt85 {
    margin-top: 85px !important; } }

.mb85 {
  margin-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .mb85 {
    margin-bottom: 85px !important; } }

.pt85 {
  padding-top: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pt85 {
    padding-top: 85px !important; } }

.pb85 {
  padding-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pb85 {
    padding-bottom: 85px !important; } }

.mt90 {
  margin-top: 45px !important; }

@media only screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px !important; } }

.mb90 {
  margin-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px !important; } }

.pt90 {
  padding-top: 45px !important; }

@media only screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px !important; } }

.pb90 {
  padding-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px !important; } }

.mt95 {
  margin-top: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .mt95 {
    margin-top: 95px !important; } }

.mb95 {
  margin-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .mb95 {
    margin-bottom: 95px !important; } }

.pt95 {
  padding-top: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pt95 {
    padding-top: 95px !important; } }

.pb95 {
  padding-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pb95 {
    padding-bottom: 95px !important; } }

.mt100 {
  margin-top: 50px !important; }

@media only screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important; } }

.mb100 {
  margin-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px !important; } }

.pt100 {
  padding-top: 50px !important; }

@media only screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px !important; } }

.pb100 {
  padding-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px !important; } }

.mt105 {
  margin-top: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .mt105 {
    margin-top: 105px !important; } }

.mb105 {
  margin-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .mb105 {
    margin-bottom: 105px !important; } }

.pt105 {
  padding-top: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pt105 {
    padding-top: 105px !important; } }

.pb105 {
  padding-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pb105 {
    padding-bottom: 105px !important; } }

.mt110 {
  margin-top: 55px !important; }

@media only screen and (min-width: 768px) {
  .mt110 {
    margin-top: 110px !important; } }

.mb110 {
  margin-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .mb110 {
    margin-bottom: 110px !important; } }

.pt110 {
  padding-top: 55px !important; }

@media only screen and (min-width: 768px) {
  .pt110 {
    padding-top: 110px !important; } }

.pb110 {
  padding-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .pb110 {
    padding-bottom: 110px !important; } }

.mt115 {
  margin-top: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .mt115 {
    margin-top: 115px !important; } }

.mb115 {
  margin-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .mb115 {
    margin-bottom: 115px !important; } }

.pt115 {
  padding-top: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pt115 {
    padding-top: 115px !important; } }

.pb115 {
  padding-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pb115 {
    padding-bottom: 115px !important; } }

.mt120 {
  margin-top: 60px !important; }

@media only screen and (min-width: 768px) {
  .mt120 {
    margin-top: 120px !important; } }

.mb120 {
  margin-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .mb120 {
    margin-bottom: 120px !important; } }

.pt120 {
  padding-top: 60px !important; }

@media only screen and (min-width: 768px) {
  .pt120 {
    padding-top: 120px !important; } }

.pb120 {
  padding-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .pb120 {
    padding-bottom: 120px !important; } }

.mt125 {
  margin-top: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .mt125 {
    margin-top: 125px !important; } }

.mb125 {
  margin-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .mb125 {
    margin-bottom: 125px !important; } }

.pt125 {
  padding-top: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pt125 {
    padding-top: 125px !important; } }

.pb125 {
  padding-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pb125 {
    padding-bottom: 125px !important; } }

.mt130 {
  margin-top: 65px !important; }

@media only screen and (min-width: 768px) {
  .mt130 {
    margin-top: 130px !important; } }

.mb130 {
  margin-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .mb130 {
    margin-bottom: 130px !important; } }

.pt130 {
  padding-top: 65px !important; }

@media only screen and (min-width: 768px) {
  .pt130 {
    padding-top: 130px !important; } }

.pb130 {
  padding-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .pb130 {
    padding-bottom: 130px !important; } }

.mt135 {
  margin-top: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .mt135 {
    margin-top: 135px !important; } }

.mb135 {
  margin-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .mb135 {
    margin-bottom: 135px !important; } }

.pt135 {
  padding-top: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pt135 {
    padding-top: 135px !important; } }

.pb135 {
  padding-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pb135 {
    padding-bottom: 135px !important; } }

.mt140 {
  margin-top: 70px !important; }

@media only screen and (min-width: 768px) {
  .mt140 {
    margin-top: 140px !important; } }

.mb140 {
  margin-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .mb140 {
    margin-bottom: 140px !important; } }

.pt140 {
  padding-top: 70px !important; }

@media only screen and (min-width: 768px) {
  .pt140 {
    padding-top: 140px !important; } }

.pb140 {
  padding-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .pb140 {
    padding-bottom: 140px !important; } }

.mt145 {
  margin-top: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .mt145 {
    margin-top: 145px !important; } }

.mb145 {
  margin-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .mb145 {
    margin-bottom: 145px !important; } }

.pt145 {
  padding-top: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pt145 {
    padding-top: 145px !important; } }

.pb145 {
  padding-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pb145 {
    padding-bottom: 145px !important; } }

.mt150 {
  margin-top: 75px !important; }

@media only screen and (min-width: 768px) {
  .mt150 {
    margin-top: 150px !important; } }

.mb150 {
  margin-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .mb150 {
    margin-bottom: 150px !important; } }

.pt150 {
  padding-top: 75px !important; }

@media only screen and (min-width: 768px) {
  .pt150 {
    padding-top: 150px !important; } }

.pb150 {
  padding-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .pb150 {
    padding-bottom: 150px !important; } }

@media only screen and (min-width: 768px) {
  .mt0-pc {
    margin-top: 0px !important; } }

@media only screen and (min-width: 768px) {
  .mb0-pc {
    margin-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .pt0-pc {
    padding-top: 0px !important; } }

.pb0-pc {
  padding-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .pb0-pc {
    padding-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .mt5-pc {
    margin-top: 5px !important; } }

@media only screen and (min-width: 768px) {
  .mb5-pc {
    margin-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .pt5-pc {
    padding-top: 5px !important; } }

.pb5-pc {
  padding-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pb5-pc {
    padding-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .mt10-pc {
    margin-top: 10px !important; } }

@media only screen and (min-width: 768px) {
  .mb10-pc {
    margin-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .pt10-pc {
    padding-top: 10px !important; } }

.pb10-pc {
  padding-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .pb10-pc {
    padding-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .mt15-pc {
    margin-top: 15px !important; } }

@media only screen and (min-width: 768px) {
  .mb15-pc {
    margin-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .pt15-pc {
    padding-top: 15px !important; } }

.pb15-pc {
  padding-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pb15-pc {
    padding-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .mt20-pc {
    margin-top: 20px !important; } }

@media only screen and (min-width: 768px) {
  .mb20-pc {
    margin-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .pt20-pc {
    padding-top: 20px !important; } }

.pb20-pc {
  padding-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .pb20-pc {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .mt25-pc {
    margin-top: 25px !important; } }

@media only screen and (min-width: 768px) {
  .mb25-pc {
    margin-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .pt25-pc {
    padding-top: 25px !important; } }

.pb25-pc {
  padding-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pb25-pc {
    padding-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .mt30-pc {
    margin-top: 30px !important; } }

@media only screen and (min-width: 768px) {
  .mb30-pc {
    margin-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .pt30-pc {
    padding-top: 30px !important; } }

.pb30-pc {
  padding-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .pb30-pc {
    padding-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .mt35-pc {
    margin-top: 35px !important; } }

@media only screen and (min-width: 768px) {
  .mb35-pc {
    margin-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .pt35-pc {
    padding-top: 35px !important; } }

.pb35-pc {
  padding-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pb35-pc {
    padding-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .mt40-pc {
    margin-top: 40px !important; } }

@media only screen and (min-width: 768px) {
  .mb40-pc {
    margin-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .pt40-pc {
    padding-top: 40px !important; } }

.pb40-pc {
  padding-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .pb40-pc {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .mt45-pc {
    margin-top: 45px !important; } }

@media only screen and (min-width: 768px) {
  .mb45-pc {
    margin-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .pt45-pc {
    padding-top: 45px !important; } }

.pb45-pc {
  padding-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pb45-pc {
    padding-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .mt50-pc {
    margin-top: 50px !important; } }

@media only screen and (min-width: 768px) {
  .mb50-pc {
    margin-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .pt50-pc {
    padding-top: 50px !important; } }

.pb50-pc {
  padding-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .pb50-pc {
    padding-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .mt55-pc {
    margin-top: 55px !important; } }

@media only screen and (min-width: 768px) {
  .mb55-pc {
    margin-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .pt55-pc {
    padding-top: 55px !important; } }

.pb55-pc {
  padding-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pb55-pc {
    padding-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .mt60-pc {
    margin-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mb60-pc {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pt60-pc {
    padding-top: 60px !important; } }

.pb60-pc {
  padding-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .pb60-pc {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mt65-pc {
    margin-top: 65px !important; } }

@media only screen and (min-width: 768px) {
  .mb65-pc {
    margin-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .pt65-pc {
    padding-top: 65px !important; } }

.pb65-pc {
  padding-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pb65-pc {
    padding-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .mt70-pc {
    margin-top: 70px !important; } }

@media only screen and (min-width: 768px) {
  .mb70-pc {
    margin-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .pt70-pc {
    padding-top: 70px !important; } }

.pb70-pc {
  padding-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .pb70-pc {
    padding-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .mt75-pc {
    margin-top: 75px !important; } }

@media only screen and (min-width: 768px) {
  .mb75-pc {
    margin-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .pt75-pc {
    padding-top: 75px !important; } }

.pb75-pc {
  padding-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pb75-pc {
    padding-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .mt80-pc {
    margin-top: 80px !important; } }

@media only screen and (min-width: 768px) {
  .mb80-pc {
    margin-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .pt80-pc {
    padding-top: 80px !important; } }

.pb80-pc {
  padding-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .pb80-pc {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .mt85-pc {
    margin-top: 85px !important; } }

@media only screen and (min-width: 768px) {
  .mb85-pc {
    margin-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .pt85-pc {
    padding-top: 85px !important; } }

.pb85-pc {
  padding-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pb85-pc {
    padding-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .mt90-pc {
    margin-top: 90px !important; } }

@media only screen and (min-width: 768px) {
  .mb90-pc {
    margin-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .pt90-pc {
    padding-top: 90px !important; } }

.pb90-pc {
  padding-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .pb90-pc {
    padding-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .mt95-pc {
    margin-top: 95px !important; } }

@media only screen and (min-width: 768px) {
  .mb95-pc {
    margin-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .pt95-pc {
    padding-top: 95px !important; } }

.pb95-pc {
  padding-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pb95-pc {
    padding-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .mt100-pc {
    margin-top: 100px !important; } }

@media only screen and (min-width: 768px) {
  .mb100-pc {
    margin-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .pt100-pc {
    padding-top: 100px !important; } }

.pb100-pc {
  padding-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .pb100-pc {
    padding-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .mt105-pc {
    margin-top: 105px !important; } }

@media only screen and (min-width: 768px) {
  .mb105-pc {
    margin-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .pt105-pc {
    padding-top: 105px !important; } }

.pb105-pc {
  padding-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pb105-pc {
    padding-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .mt110-pc {
    margin-top: 110px !important; } }

@media only screen and (min-width: 768px) {
  .mb110-pc {
    margin-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .pt110-pc {
    padding-top: 110px !important; } }

.pb110-pc {
  padding-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .pb110-pc {
    padding-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .mt115-pc {
    margin-top: 115px !important; } }

@media only screen and (min-width: 768px) {
  .mb115-pc {
    margin-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .pt115-pc {
    padding-top: 115px !important; } }

.pb115-pc {
  padding-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pb115-pc {
    padding-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .mt120-pc {
    margin-top: 120px !important; } }

@media only screen and (min-width: 768px) {
  .mb120-pc {
    margin-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .pt120-pc {
    padding-top: 120px !important; } }

.pb120-pc {
  padding-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .pb120-pc {
    padding-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .mt125-pc {
    margin-top: 125px !important; } }

@media only screen and (min-width: 768px) {
  .mb125-pc {
    margin-bottom: 125px !important; } }

@media only screen and (min-width: 768px) {
  .pt125-pc {
    padding-top: 125px !important; } }

.pb125-pc {
  padding-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pb125-pc {
    padding-bottom: 125px !important; } }

@media only screen and (min-width: 768px) {
  .mt130-pc {
    margin-top: 130px !important; } }

@media only screen and (min-width: 768px) {
  .mb130-pc {
    margin-bottom: 130px !important; } }

@media only screen and (min-width: 768px) {
  .pt130-pc {
    padding-top: 130px !important; } }

.pb130-pc {
  padding-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .pb130-pc {
    padding-bottom: 130px !important; } }

@media only screen and (min-width: 768px) {
  .mt135-pc {
    margin-top: 135px !important; } }

@media only screen and (min-width: 768px) {
  .mb135-pc {
    margin-bottom: 135px !important; } }

@media only screen and (min-width: 768px) {
  .pt135-pc {
    padding-top: 135px !important; } }

.pb135-pc {
  padding-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pb135-pc {
    padding-bottom: 135px !important; } }

@media only screen and (min-width: 768px) {
  .mt140-pc {
    margin-top: 140px !important; } }

@media only screen and (min-width: 768px) {
  .mb140-pc {
    margin-bottom: 140px !important; } }

@media only screen and (min-width: 768px) {
  .pt140-pc {
    padding-top: 140px !important; } }

.pb140-pc {
  padding-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .pb140-pc {
    padding-bottom: 140px !important; } }

@media only screen and (min-width: 768px) {
  .mt145-pc {
    margin-top: 145px !important; } }

@media only screen and (min-width: 768px) {
  .mb145-pc {
    margin-bottom: 145px !important; } }

@media only screen and (min-width: 768px) {
  .pt145-pc {
    padding-top: 145px !important; } }

.pb145-pc {
  padding-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pb145-pc {
    padding-bottom: 145px !important; } }

@media only screen and (min-width: 768px) {
  .mt150-pc {
    margin-top: 150px !important; } }

@media only screen and (min-width: 768px) {
  .mb150-pc {
    margin-bottom: 150px !important; } }

@media only screen and (min-width: 768px) {
  .pt150-pc {
    padding-top: 150px !important; } }

.pb150-pc {
  padding-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .pb150-pc {
    padding-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pt0-sp {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pb0-sp {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mt5-sp {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mb5-sp {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pt5-sp {
    padding-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pb5-sp {
    padding-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mt10-sp {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mb10-sp {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pt10-sp {
    padding-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pb10-sp {
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mt15-sp {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mb15-sp {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pt15-sp {
    padding-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pb15-sp {
    padding-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pt20-sp {
    padding-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pb20-sp {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mt25-sp {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mb25-sp {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pt25-sp {
    padding-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pb25-sp {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mt30-sp {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mb30-sp {
    margin-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pt30-sp {
    padding-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pb30-sp {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mt35-sp {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mb35-sp {
    margin-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pt35-sp {
    padding-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pb35-sp {
    padding-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mb40-sp {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pt40-sp {
    padding-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pb40-sp {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mt45-sp {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mb45-sp {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pt45-sp {
    padding-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pb45-sp {
    padding-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mb50-sp {
    margin-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pt50-sp {
    padding-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pb50-sp {
    padding-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mt55-sp {
    margin-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mb55-sp {
    margin-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pt55-sp {
    padding-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pb55-sp {
    padding-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mt60-sp {
    margin-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mb60-sp {
    margin-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pt60-sp {
    padding-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pb60-sp {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mt65-sp {
    margin-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mb65-sp {
    margin-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pt65-sp {
    padding-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pb65-sp {
    padding-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mt70-sp {
    margin-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mb70-sp {
    margin-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pt70-sp {
    padding-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pb70-sp {
    padding-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mt75-sp {
    margin-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mb75-sp {
    margin-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pt75-sp {
    padding-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pb75-sp {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mt80-sp {
    margin-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mb80-sp {
    margin-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pt80-sp {
    padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb80-sp {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mt85-sp {
    margin-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mb85-sp {
    margin-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pt85-sp {
    padding-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pb85-sp {
    padding-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mt90-sp {
    margin-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mb90-sp {
    margin-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pt90-sp {
    padding-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pb90-sp {
    padding-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mt95-sp {
    margin-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mb95-sp {
    margin-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pt95-sp {
    padding-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pb95-sp {
    padding-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mt100-sp {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb100-sp {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pt100-sp {
    padding-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pb100-sp {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mt105-sp {
    margin-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mb105-sp {
    margin-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pt105-sp {
    padding-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pb105-sp {
    padding-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mt110-sp {
    margin-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mb110-sp {
    margin-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pt110-sp {
    padding-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pb110-sp {
    padding-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mt115-sp {
    margin-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mb115-sp {
    margin-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pt115-sp {
    padding-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pb115-sp {
    padding-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mt120-sp {
    margin-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mb120-sp {
    margin-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pt120-sp {
    padding-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pb120-sp {
    padding-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mt125-sp {
    margin-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mb125-sp {
    margin-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pt125-sp {
    padding-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pb125-sp {
    padding-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mt130-sp {
    margin-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mb130-sp {
    margin-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pt130-sp {
    padding-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pb130-sp {
    padding-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mt135-sp {
    margin-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mb135-sp {
    margin-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pt135-sp {
    padding-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pb135-sp {
    padding-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mt140-sp {
    margin-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mb140-sp {
    margin-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pt140-sp {
    padding-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pb140-sp {
    padding-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mt145-sp {
    margin-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mb145-sp {
    margin-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pt145-sp {
    padding-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pb145-sp {
    padding-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mt150-sp {
    margin-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mb150-sp {
    margin-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pt150-sp {
    padding-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pb150-sp {
    padding-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pt0-sp {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pb0-sp {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mt5-sp {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mb5-sp {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pt5-sp {
    padding-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pb5-sp {
    padding-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mt10-sp {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mb10-sp {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pt10-sp {
    padding-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pb10-sp {
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mt15-sp {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mb15-sp {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pt15-sp {
    padding-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pb15-sp {
    padding-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pt20-sp {
    padding-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pb20-sp {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mt25-sp {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mb25-sp {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pt25-sp {
    padding-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pb25-sp {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mt30-sp {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mb30-sp {
    margin-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pt30-sp {
    padding-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pb30-sp {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mt35-sp {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mb35-sp {
    margin-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pt35-sp {
    padding-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pb35-sp {
    padding-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mb40-sp {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pt40-sp {
    padding-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pb40-sp {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mt45-sp {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mb45-sp {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pt45-sp {
    padding-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pb45-sp {
    padding-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mb50-sp {
    margin-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pt50-sp {
    padding-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pb50-sp {
    padding-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mt55-sp {
    margin-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mb55-sp {
    margin-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pt55-sp {
    padding-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pb55-sp {
    padding-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mt60-sp {
    margin-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mb60-sp {
    margin-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pt60-sp {
    padding-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pb60-sp {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mt65-sp {
    margin-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mb65-sp {
    margin-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pt65-sp {
    padding-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pb65-sp {
    padding-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mt70-sp {
    margin-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mb70-sp {
    margin-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pt70-sp {
    padding-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pb70-sp {
    padding-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mt75-sp {
    margin-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mb75-sp {
    margin-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pt75-sp {
    padding-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pb75-sp {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mt80-sp {
    margin-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mb80-sp {
    margin-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pt80-sp {
    padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb80-sp {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mt85-sp {
    margin-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mb85-sp {
    margin-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pt85-sp {
    padding-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pb85-sp {
    padding-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mt90-sp {
    margin-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mb90-sp {
    margin-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pt90-sp {
    padding-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pb90-sp {
    padding-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mt95-sp {
    margin-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mb95-sp {
    margin-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pt95-sp {
    padding-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pb95-sp {
    padding-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mt100-sp {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb100-sp {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pt100-sp {
    padding-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pb100-sp {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mt105-sp {
    margin-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mb105-sp {
    margin-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pt105-sp {
    padding-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pb105-sp {
    padding-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mt110-sp {
    margin-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mb110-sp {
    margin-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pt110-sp {
    padding-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pb110-sp {
    padding-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mt115-sp {
    margin-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mb115-sp {
    margin-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pt115-sp {
    padding-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pb115-sp {
    padding-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mt120-sp {
    margin-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mb120-sp {
    margin-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pt120-sp {
    padding-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pb120-sp {
    padding-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mt125-sp {
    margin-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mb125-sp {
    margin-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pt125-sp {
    padding-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pb125-sp {
    padding-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mt130-sp {
    margin-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mb130-sp {
    margin-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pt130-sp {
    padding-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pb130-sp {
    padding-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mt135-sp {
    margin-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mb135-sp {
    margin-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pt135-sp {
    padding-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pb135-sp {
    padding-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mt140-sp {
    margin-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mb140-sp {
    margin-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pt140-sp {
    padding-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pb140-sp {
    padding-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mt145-sp {
    margin-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mb145-sp {
    margin-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pt145-sp {
    padding-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pb145-sp {
    padding-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mt150-sp {
    margin-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mb150-sp {
    margin-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pt150-sp {
    padding-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pb150-sp {
    padding-bottom: 150px !important; } }

.valign-t {
  vertical-align: top !important; }

.valign-m {
  vertical-align: middle !important; }

.valign-b {
  vertical-align: bottom !important; }

.talign-l {
  text-align: left !important; }

.talign-c {
  text-align: center !important; }

.talign-r {
  text-align: right !important; }

.fs-ss {
  font-size: 0.75rem;
  line-height: 1.3rem; }

.fs-s {
  font-size: 0.85rem;
  line-height: 1.6rem; }

.fs-m {
  font-size: 0.95rem;
  line-height: 1.7rem; }

.fs-l {
  font-size: 1.1rem;
  line-height: 1.8rem; }

.fs-ll {
  font-size: 1.3rem;
  line-height: 2rem; }

.color-red {
  color: #CE0000; }

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none !important; } }

.br-pc-wide, .br-sp, .br-sp-small {
  display: none !important; }

@media only screen and (min-width: 1300px) {
  .br-pc-wide {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .br-sp {
    display: block !important; } }

@media only screen and (max-width: 374px) {
  .br-sp-small {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp-block {
    display: block !important; } }

.list-disc {
  margin: 10px 0 0 20px; }
  .list-disc li {
    list-style-type: disc;
    margin-top: 5px; }
    .list-disc li:first-child {
      margin-top: 0; }

.list-decimal {
  margin: 10px 0 0 25px; }
  .list-decimal li {
    list-style-type: decimal;
    margin-top: 5px; }
    .list-decimal li:first-child {
      margin-top: 0; }

@media only screen and (min-width: 768px) {
  .list-pcinline li {
    display: inline-block;
    margin-right: 10px; } }

#wrapper {
  position: relative; }

.contents {
  padding-top: 56px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .contents {
    padding-top: 115px; } }

.inner {
  padding: 0 10px; }

@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .header a {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .header:after {
    content: '';
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 56px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.5s ease, visibility 0.5s ease; } }

@media only screen and (max-width: 767px) {
  .header.is-active:after {
    opacity: 1;
    visibility: visible;
    z-index: 2; } }

.header__main {
  background: #000;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .header__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; }
  .lp-page .header__inner {
    max-width: 820px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__inner {
    padding-right: 0; } }

.header__inner--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.header__logo {
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px; }

.header__contents {
  width: 59px; }

@media only screen and (min-width: 768px) {
  .header__contents {
    width: 505px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__contents {
    width: 410px; } }

.header__globalnav {
  display: none;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 5; }

@media only screen and (min-width: 768px) {
  .header__globalnav {
    background: #fff;
    padding: 25px 0 15px;
    top: 115px; } }

@media only screen and (min-width: 768px) {
  .header__globalnav__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

.header-logotext {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }

@media only screen and (min-width: 768px) {
  .header-logotext {
    padding-bottom: 4px; } }

@media only screen and (max-width: 767px) {
  .header-logotext__logo {
    width: 128px; } }

@media only screen and (min-width: 768px) {
  .header-logotext__logo {
    width: 175px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logotext__logo {
    width: 140px; } }

.header-logotext__logo img, .header-logotext__logo svg {
  width: 100%;
  height: auto; }

.header-logotext__logo a {
  display: block; }

@media only screen and (max-width: 767px) {
  .header-logotext__text {
    display: none; } }

@media only screen and (min-width: 768px) {
  .header-logotext__text {
    font-size: 11px;
    line-height: 180%;
    margin: 0 0 -1px 15px; }
  .lp-page .header-logotext__text {
    width: 200px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logotext__text {
    font-size: 10px; } }

@media only screen and (max-width: 767px) {
  .header-button {
    display: none; } }

@media only screen and (min-width: 768px) {
  .header-button {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

.header-button__link {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.header-button__order {
  width: 118px;
  height: 115px;
  background: #A9000C; }

.lp-page .header-button__order {
  display: none; }

.header-button__cart {
  width: 118px;
  height: 115px;
  background: #A9000C;
  background: #CE0000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-button__order, .header-button__cart {
    width: 100px; } }

.header-burger {
  width: 59px;
  height: 56px;
  background: #4D4D4D url("../images/common/sp/hd_menu.png?$staticlink$") no-repeat center center;
  background-size: 59px 56px;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .header-burger {
    width: 118px;
    height: 115px;
    background-image: url("../images/common/btn_navi.png?$staticlink$");
    background-size: 34px 30px;
    transition: background-color 0.2s ease; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-burger {
    width: 90px; } }

.header.is-active .header-burger {
  background-image: url("../images/common/sp/hd_menu_close.png?$staticlink$"); }

@media only screen and (min-width: 768px) {
  .header.is-active .header-burger {
    background-color: #fff;
    background-image: url("../images/common/icon_close.png?$staticlink$");
    background-size: 27px 27px; } }

@media only screen and (max-width: 767px) {
  .globalnav {
    height: 100vh;
    background: #4D4D4D;
    padding-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  .globalnav__list {
    height: 100%;
    overflow-y: scroll; } }

@media only screen and (min-width: 768px) {
  .globalnav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 767px) {
  .globalnav__item {
    border-bottom: solid 1px #fff; } }

@media only screen and (min-width: 768px) {
  .globalnav__item {
    border-left: solid 1px #000;
    margin: 0 0 10px; } }

@media only screen and (min-width: 768px) {
  .globalnav__border {
    border-right: solid 1px #000;
    position: relative;
    right: -1px; } }

.globalnav__link {
  color: #fff;
  display: block;
  position: relative; }

@media only screen and (max-width: 767px) {
  .globalnav__link {
    background: url("../images/common/sp/cp_arrow.png?$staticlink$") no-repeat right center;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 15px; } }

@media only screen and (min-width: 768px) {
  .globalnav__link {
    color: #261F1F;
    padding: 0 22px; }
    .globalnav__link:hover {
      color: #CE0000;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .globalnav__link {
    padding: 0 15px; } }

.headnews {
  background: #fff;
  padding: 10px 0; }

@media only screen and (max-width: 767px) {
  .headnews {
    font-size: 11px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .headnews {
    padding: 14px 0; } }

.headnews__block {
  margin-top: 5px; }
  .headnews__block:first-child {
    margin-top: 0; }

@media only screen and (min-width: 768px) {
  .headnews__block {
    margin-top: 10px; } }

.headnews__link {
  font-weight: bold;
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .headnews__link:hover {
    text-decoration: none; } }

@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .footer {
    background: linear-gradient(#000, #3C3C3C);
    color: #fff;
    padding: 60px 0; } }

@media only screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

@media only screen and (min-width: 768px) {
  .footer__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; } }

@media only screen and (max-width: 767px) {
  .footer__title {
    background: url("../images/common/sp/ft_off.png?$staticlink$") no-repeat right center;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    padding: 14px 15px;
    cursor: pointer; }
    .footer__title.is-active {
      background-image: url("../images/common/sp/ft_on.png?$staticlink$"); } }

@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px; } }

@media only screen and (min-width: 768px) {
  .footer__titleline {
    border-bottom: solid 3px #fff;
    padding: 0 0 15px;
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .footer__block {
    line-height: 1.4; } }

@media only screen and (min-width: 768px) {
  .footer__block {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 22px; }
    .footer__block:last-child {
      margin-top: 40px; } }

.footer__block a {
  color: #404040;
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .footer__block a {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .footer__subsection--mt {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .footer__subtitle {
    font-size: 100%;
    line-height: 1.4;
    font-weight: bold;
    padding: 15px 0 3px 0; } }

@media only screen and (min-width: 768px) {
  .footer__subtitle {
    font-size: 11px;
    line-height: 2;
    font-weight: normal; } }

@media only screen and (max-width: 767px) {
  .footer__subtitle--catch {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px; } }

@media only screen and (min-width: 768px) {
  .footer__subtitle--catch {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    color: #ff0;
    margin-bottom: 2px; } }

@media only screen and (max-width: 767px) {
  .footer__price {
    font-size: 114%;
    font-weight: bold;
    color: #E94F6E; } }

@media only screen and (min-width: 768px) {
  .footer__price {
    font-weight: bold;
    color: #ff0; } }

@media only screen and (max-width: 767px) {
  .footer-storeguide {
    display: none; } }

@media only screen and (min-width: 768px) {
  .footer-storeguide {
    width: 31.2%;
    padding-right: 4%; } }

.footer-nav {
  color: #fff;
  margin-bottom: 40px; }

.footer-nav__item {
  margin: 0 0 10px;
  padding: 0 0 0 0.6em;
  position: relative; }
  .footer-nav__item:before {
    content: '\30FB';
    position: absolute;
    top: 0;
    left: -0.4em; }
  .footer-nav__item:last-child {
    margin-top: 30px; }

.footer-nav__link {
  font-weight: bold;
  color: #fff; }

.footer-tel {
  margin-bottom: 40px; }

.footer-tel__num {
  margin-bottom: 20px; }
  .footer-tel__num img, .footer-tel__num svg {
    max-width: 100%;
    height: auto; }

.footer-tel__text {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .footer-copyright {
    margin: 0 auto;
    padding: 20px 15px 15px;
    text-align: center;
    display: block; }
    .footer-copyright img {
      width: 77px;
      height: auto; } }

.footer-copyright__text {
  font-size: 10px;
  margin-top: 5px;
  display: block; }

@media only screen and (min-width: 768px) {
  .footer-copyright__text {
    font-size: 13px;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .footer-payment {
    border-top: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .footer-payment {
    width: 41%;
    padding-right: 4%; } }

@media only screen and (max-width: 767px) {
  .footer-payment__contents {
    border-top: solid 1px #C8C8C8;
    padding: 15px;
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer-delivery {
    border-top: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .footer-delivery {
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .footer-delivery__contents {
    border-top: solid 1px #C8C8C8;
    display: none;
    padding: 15px; } }

.footer-delivery__link, .footer-pagetop a {
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-delivery__link {
    background: #C8C8C8 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
    padding: 10px; } }

@media only screen and (min-width: 768px) {
  .footer-delivery__link {
    margin-top: 15px; } }

@media only screen and (max-width: 767px) {
  .footer-pagetop {
    background: #404040;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 20px 15px 18px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .footer-pagetop {
    width: 81px;
    height: 79px;
    display: none;
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 999;
    overflow: hidden; } }

.footer-splink {
  background: linear-gradient(180deg, #000 0%, #3C3C3C 100%); }

@media only screen and (min-width: 768px) {
  .footer-splink {
    display: none; } }

.footer-splink__link {
  background: url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-decoration: underline;
  padding: 12px;
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-banner {
    padding: 15px 10px 0; } }

@media only screen and (max-width: 767px) {
  .footer-banner__title {
    font-size: 12px;
    margin-bottom: 5px; } }

@media only screen and (min-width: 768px) {
  .footer-banner__title {
    border-bottom: solid 3px #fff;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
    padding: 0 0 15px; } }

.footer-banner__contents {
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 767px) {
  .footer-banner__contents {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.footer-banner__link {
  color: #959595;
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-banner__link {
    width: 49%;
    margin-bottom: 2%; } }

@media only screen and (min-width: 768px) {
  .footer-banner__link {
    width: 30%;
    margin-left: 2%; }
    .footer-banner__link:nth-child(4n+1) {
      margin-left: 0; }
    .footer-banner__link:hover .footer-banner__image {
      opacity: 0.75; } }

.footer-banner__image img, .footer-banner__image svg {
  width: 100%;
  height: auto; }

.footer-banner__text {
  font-size: 11px;
  line-height: 16px;
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .footer-banner__text {
    font-size: 12px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .officialsns-pc {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold; }
    .officialsns-pc a {
      color: #ce0000;
      text-decoration: underline; }
    .officialsns-pc img {
      margin-left: 10px;
      width: 18px;
      height: 18px;
      vertical-align: text-top; } }

.officialsns {
  display: none; }

@media only screen and (max-width: 767px) {
  .officialsns {
    margin: 15px 0;
    display: block; }
    .officialsns p {
      font-size: 13px;
      font-weight: bold; }
    .officialsns img {
      margin-left: 10px;
      width: 16px;
      height: 16px;
      vertical-align: text-top; } }

@media only screen and (max-width: 767px) {
  .ordercart {
    width: 61px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 20; }
  .oarder-page .ordercart .ordercart__link:first-child {
    display: none; } }

@media only screen and (min-width: 768px) {
  .ordercart {
    display: none; } }

.ordercart__link {
  display: block;
  margin-bottom: 4px; }
  .ordercart__link:last-child {
    margin-bottom: 0; }

.mainvisual {
  position: relative;
  z-index: 2;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .mainvisual {
    background: #fff url("../images/top/movie_202312.jpg?$staticlink$") no-repeat center center;
    background-size: cover;
    padding: 0 20px 48.1%; }
    .mainvisual:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../images/common/bg_movie.png?$staticlink$");
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .mainvisual:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 5%;
      left: 50%;
      margin-left: -30px;
      z-index: 2; } }

.mainvisual__title {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4; }
  .mainvisual__title img, .mainvisual__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual__title {
    padding: 40px 100px; } }

.mainvisual__campaign {
  position: absolute;
  z-index: 3; }

@media only screen and (max-width: 767px) {
  .mainvisual__campaign {
    top: 5%;
    left: 5%;
    right: 5%; }
    .mainvisual__campaign img, .mainvisual__campaign svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .mainvisual__campaign {
    top: 13%;
    left: 50%;
    margin-left: -330px; } }

.mainvisual__image img, .mainvisual__image svg {
  width: 100%;
  height: auto; }

.maincopy {
  text-align: center;
  padding: 7% 16%;
  position: relative; }

@media only screen and (min-width: 768px) {
  .maincopy {
    padding: 19.5% 20px; }
    .maincopy:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow02.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 4%;
      left: 50%;
      margin-left: -30px;
      z-index: 2; } }

.maincopy__title img, .maincopy__title svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction {
    text-align: center;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .top-introduction {
    overflow: hidden; }
  .top-introduction--textright .top-introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .top-introduction--power .top-introduction__maintext, .top-introduction--maintenance .top-introduction__maintext {
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .top-introduction--power .top-introduction__text, .top-introduction--maintenance .top-introduction__text {
    right: -0.5em; } }

@media only screen and (min-width: 768px) {
  .top-introduction__main {
    position: relative; } }

.top-introduction__mainimage img, .top-introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction__maintext {
    padding: 25px 10px 15px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 55px 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__maintext {
    padding: 40px 30px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .top-introduction__inner {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .top-introduction__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__title {
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .top-introduction__title img {
    width: auto;
    height: 49px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__title img {
    width: auto;
    height: 86px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title img {
    width: auto;
    height: 60px; } }

.top-introduction__text {
  font-size: 16px;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .top-introduction__text {
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__text {
    font-size: 30px;
    line-height: 50px;
    position: relative; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__text {
    font-size: 24px;
    line-height: 40px; } }

.top-introduction__note {
  font-size: 12px; }

@media only screen and (min-width: 768px) {
  .top-introduction__note {
    font-size: 14px;
    margin-bottom: -10px; } }

@media only screen and (max-width: 767px) {
  .top-introduction__button--sp {
    width: 165px;
    margin: 0 auto; }
    .top-introduction__button--sp img, .top-introduction__button--sp svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .top-introduction__button--sp {
    display: none; } }

@media only screen and (max-width: 767px) {
  .top-introduction__button--pc {
    display: none; } }

@media only screen and (min-width: 768px) {
  .top-introduction__button--pc {
    margin-top: 30px; } }

.top-introduction__contents {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .top-introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .top-introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor {
    width: 49.5%;
    text-align: center;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor {
    width: 25%;
    padding-right: 3px;
    position: relative; }
    .top-introduction-anchor:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__base {
    text-align: left;
    position: relative;
    z-index: 1; } }

.top-introduction-anchor__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__title {
    width: 100%;
    min-height: 30px;
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__title {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2; } }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__title--spsmall {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__en {
    background-color: #000;
    font-size: 90%;
    padding: 5px;
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__ja {
    background-color: #000;
    padding: 8px 5px;
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__baseimage {
    position: relative;
    z-index: 1; } }

.top-introduction-anchor__baseimage img, .top-introduction-anchor__baseimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__link {
    display: none; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__link {
    padding-right: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; } }

.top-introduction-anchor__link img, .top-introduction-anchor__link svg {
  width: 100%;
  height: auto; }

.youtube {
  margin: 20px 0 30px; }

@media only screen and (max-width: 767px) {
  .youtube {
    padding: 0 0 20px;
    border-bottom: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .youtube {
    margin: 80px 0 70px; } }

.iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (min-width: 768px) {
  .iframe--border {
    border: solid 5px #404040; } }

.banner {
  margin: 30px 0 20px; }

@media only screen and (min-width: 768px) {
  .banner {
    margin: 70px 0; } }

@media only screen and (min-width: 768px) {
  .banner__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner__contents {
    margin-top: -30px; } }

.banner__link {
  display: block; }
  .banner__link img, .banner__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .banner__link {
    margin-top: 30px; }
    .banner__link:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .banner__link {
    width: 49%;
    max-width: 490px;
    margin-top: 50px; }
  .banner__link--large {
    width: auto;
    max-width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner__link {
    margin-top: 30px; } }

.order-button {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .order-button {
    margin: 45px 0; } }

.order-button__title {
  line-height: 1; }
  .order-button__title img, .order-button__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-button__title {
    text-align: center;
    margin-bottom: 30px; } }

.order-button__link {
  display: block; }
  .order-button__link img, .order-button__link svg {
    width: 100%;
    height: auto; }

.order-button-sp__link {
  background: #D1302E url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  margin: 15px auto 20px;
  padding: 15px;
  display: block; }

.order-button-sp__catch {
  font-size: 13px;
  line-height: 100%;
  color: #ff0;
  padding: 5px 0 0;
  display: block; }

.orderspec {
  margin: 40px 0 20px; }

@media only screen and (min-width: 768px) {
  .orderspec {
    margin: 45px 0 70px; } }

.orderspec__title {
  line-height: 1; }
  .orderspec__title img, .orderspec__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec__title {
    text-align: center;
    margin-bottom: 30px; } }

.orderspec__contents {
  margin: 0 0 20px; }

@media only screen and (min-width: 768px) {
  .orderspec__contents {
    margin: 45px 0; } }

.orderspec__image img, .orderspec__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; } }

@media only screen and (max-width: 767px) {
  .orderspec-detail__image {
    width: 85%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__image {
    width: 50%;
    max-width: 510px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__image {
    width: 40%; } }

.orderspec-detail__image img, .orderspec-detail__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__contents {
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__contents {
    padding-left: 30px; } }

.orderspec-detail__title {
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__title {
    max-width: 300px;
    font-size: 16px;
    line-height: 240%; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__title {
    font-size: 20px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__title {
    font-size: 18px; } }

.orderspec-detail__vamo {
  font-size: 40px;
  font-weight: bold; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__vamo {
    font-size: 32px; } }

.orderspec-detail__vamoja {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__vamoja {
    font-weight: normal; } }

.orderspec-detail__price {
  line-height: 1;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__price {
    font-size: 12px; } }

.orderspec-detail__subtitle {
  font-size: 13px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__subtitle {
    font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__subtitle {
    font-size: 14px; } }

.orderspec-detail__pricenum {
  font-size: 22px;
  font-weight: bold;
  color: #D1302E; }
  .orderspec-detail__pricenum.strikethrough {
    font-size: 13px;
    color: #261F1F; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__pricenum {
    font-size: 32px; }
    .orderspec-detail__pricenum.strikethrough {
      font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__pricenum {
    font-size: 28px; } }

@media only screen and (max-width: 767px) {
  .orderspec-detail__special {
    width: 94%;
    margin: 0 auto 10px; }
    .orderspec-detail__special img, .orderspec-detail__special svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__special {
    margin-bottom: 20px; }
    .orderspec-detail__special img, .orderspec-detail__special svg {
      max-width: 100%;
      height: auto; } }

.orderspec-detail__table {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .orderspec-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: center; } }

.orderspec-button__link {
  display: block; }
  .orderspec-button__link img, .orderspec-button__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .orderspec-button__link {
    margin-top: 15px; }
    .orderspec-button__link:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .orderspec-button__link {
    width: 49%; } }

@media only screen and (max-width: 767px) {
  .orderspec-button__sp {
    background: #D1302E url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    margin: 15px auto 20px;
    padding: 15px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .orderspec-button__sp {
    display: none; } }

.table01 {
  width: 100%;
  background: #fff; }
  .table01 th, .table01 td {
    padding: 5px 3px;
    border: solid 1px #C8C8C8;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .table01 th {
    background: #F2F2F2; }

@media only screen and (max-width: 767px) {
  .table01 {
    border: solid 2px #C8C8C8;
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .table01 th, .table01 td {
    padding: 13px 15px; } }

@media only screen and (min-width: 768px) {
  .table01__orderspec-detail {
    width: auto;
    max-width: 435px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table01__orderspec-detail {
    max-width: 100%; } }

.table01__orderspec-detail th {
  width: 67px; }

@media only screen and (min-width: 768px) {
  .table01__orderspec-detail th {
    width: 121px; } }

.table02 {
  width: 100%;
  background: #fff; }
  .table02 th, .table02 td {
    padding: 5px 3px;
    border: solid 1px #C8C8C8;
    font-weight: normal;
    text-align: left;
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .table02 {
    border: solid 2px #C8C8C8;
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .table02 th, .table02 td {
    padding: 6px 9px; } }

@media only screen and (min-width: 768px) {
  .table02__order-information01 td {
    width: 160px; } }

@media only screen and (min-width: 768px) {
  .table02__order-information02 th {
    width: 28%; } }

.voice {
  margin: 40px 0 20px; }
  .voice li dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .voice li dt p {
      margin-bottom: 0;
      font-weight: normal; }
  .voice li dd {
    margin-bottom: 30px; }
    .voice li dd:last-child {
      margin-bottom: 0; }
  .voice .c-review-eval-item__referenced {
    font-size: 12px;
    margin-bottom: 35px;
    padding: 0; }
    .voice .c-review-eval-item__referenced .c-review-eval-item__useful-num {
      font-weight: bold; }
  .voice .c-review-eval-item__reference-vote {
    font-size: 12px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0; }
    .voice .c-review-eval-item__reference-vote button {
      margin-left: 20px;
      padding: 6px 8px;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      background-color: #333333;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      transition: .3s; }
      .voice .c-review-eval-item__reference-vote button:hover {
        opacity: .8; }
      .voice .c-review-eval-item__reference-vote button span {
        position: relative;
        padding-left: 24px; }
        .voice .c-review-eval-item__reference-vote button span::before {
          position: absolute;
          left: 0;
          top: calc(50% - 12px);
          display: block;
          content: "";
          width: 24px;
          height: 24px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(../../images/voice/icon_thumb_up.svg); }
  @media only screen and (min-width: 768px) {
    .voice .c-review-eval-item__referenced-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .voice .c-review-eval-item__referenced {
      margin-bottom: 0; }
      .voice .c-review-eval-item__referenced .c-review-eval-item__useful-num {
        font-weight: bold; }
    .voice .c-review-eval-item__reference-vote button {
      padding: 6px 12px; } }
  .voice .c-review-eval-more {
    height: 40px;
    margin: 30px auto 0;
    padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .voice .c-review-eval-more {
      margin: 60px auto 0;
      padding-bottom: 80px; } }
  .voice .c-review-eval-more .c-button-more {
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .voice {
    margin: 70px 0; } }

@media only screen and (max-width: 767px) {
  .voice--sub {
    border-top: none;
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .voice--sub {
    margin: 30px 0; } }

.voice__title {
  line-height: 1; }

@media only screen and (max-width: 767px) {
  .voice__title {
    padding: 20px 0 15px; }
    .voice__title img {
      width: 280px;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .voice__title {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .voice .voice_ph {
    border-top: solid 1px #D9D9D9;
    padding: 5px 0 15px; }
    .voice .voice_ph:last-child {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .voice .voice_ph {
    border: solid 1px #D9D9D9;
    border-top: none;
    padding: 26px 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
    .voice .voice_ph:first-child {
      border-top: solid 1px #D9D9D9; }
    .voice .voice_ph:nth-child(even) {
      background: #F7F7F7; } }

@media only screen and (min-width: 768px) {
  .voice li dl {
    -ms-flex: 1;
    flex: 1; } }

.voice li dt {
  font-weight: bold; }

.voice li .mat30 {
  position: relative; }
  .voice li .mat30 a img, .voice li .mat30 a svg {
    width: 100%;
    height: auto; }

.voice li .icn_zoom {
  position: absolute;
  bottom: 5px;
  right: 5px; }

@media only screen and (max-width: 767px) {
  .voice li dt {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .voice li dt {
    font-size: 16px;
    margin-bottom: 12px; } }

@media only screen and (max-width: 767px) {
  .voice li dt img {
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .voice li dd {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .voice li .mat30 {
    margin-top: 14px; } }

@media only screen and (min-width: 768px) {
  .voice li .mat30 {
    width: 200px; } }

.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0 60px; }

.pager__item {
  line-height: 1;
  color: #000;
  margin: 0 2px;
  display: block; }

@media only screen and (min-width: 768px) {
  .pager__item:hover {
    text-decoration: none; } }

.pager__link {
  width: 34px;
  height: 34px;
  border: solid 1px #000;
  background: #fff;
  font-family: "Open Sans","Helvetica Neue","Arial",YuGothic,"\6E38\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .pager__link.current {
    background: #000;
    color: #fff; }

@media only screen and (min-width: 768px) {
  .pager__link {
    width: 42px;
    height: 42px;
    font-size: 133%; }
    .pager__link:hover {
      background: #000;
      color: #fff; } }

.button01 {
  width: 95%;
  background: #C8C8C8 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  margin: 20px auto 0;
  padding: 12px;
  display: block;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .button01 {
    width: 425px;
    padding: 20px 12px; } }

.campaign {
  margin: 0 0 25px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .campaign {
    margin: 50px 0 45px; } }

@media only screen and (min-width: 768px) {
  .campaign--sub {
    margin: 30px 0 80px; } }

.campaign__contents {
  background: #B65B3E; }

@media only screen and (max-width: 767px) {
  .campaign__contents {
    margin: 0 -10px;
    padding: 15px 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .campaign__image {
    padding: 0 15px; } }

.campaign__image img, .campaign__image svg {
  max-width: 100%;
  height: auto; }

.campaign__date {
  font-weight: bold;
  color: #fff;
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .campaign__bottom {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .campaign__bottom {
    padding: 25px 0; } }

.campaign__link {
  display: block; }
  .campaign__link img, .campaign__link svg {
    max-width: 100%;
    height: auto; }

.campaign-banner {
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .campaign-banner {
    border-top: solid 2px #C8C8C8;
    border-bottom: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .campaign-banner {
    text-align: center;
    margin: 60px 0; } }

.campaign-banner__link {
  display: block; }
  .campaign-banner__link img, .campaign-banner__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .campaign-banner__link {
    background: url("../images/common/sp/order2.png?$staticlink$") no-repeat right center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0; } }

.orderguide {
  margin: 30px 0; }

@media only screen and (min-width: 768px) {
  .orderguide {
    margin: 45px 0 40px; } }

.orderguide-tel {
  background: #F2F2F2;
  margin: 0 -10px 10px;
  padding: 20px 10px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .orderguide-tel {
    font-size: 11px;
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel {
    margin: 45px 0 25px;
    padding: 25px 35px 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel {
    padding: 20px 20px 45px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__num {
    width: 70%; } }

@media only screen and (max-width: 767px) {
  .orderguide-tel__image {
    width: 300px;
    margin: 0 auto 10px; } }

.orderguide-tel__image img, .orderguide-tel__image svg {
  max-width: 100%;
  height: auto; }

.orderguide-tel__time {
  color: #C30012; }

@media only screen and (min-width: 768px) {
  .orderguide-tel__time {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 160px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__time {
    margin-left: 25%; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel__note {
    width: 435px;
    font-size: 12px;
    position: absolute;
    right: 40px;
    bottom: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__note {
    width: 40%;
    right: 15px; } }

.orderguide-tel__note img, .orderguide-tel__note svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .orderguide-tel__gmo {
    width: 300px;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel__gmo {
    margin-top: 5px; } }

@media only screen and (min-width: 768px) {
  .orderguide-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .orderguide-link__item {
    margin-top: 10px; }
    .orderguide-link__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .orderguide-link__item {
    width: 50%;
    border: solid 1px #D9D9D9;
    padding: 20px; }
    .orderguide-link__item:first-child {
      border-right: none; } }

@media only screen and (max-width: 767px) {
  .orderguide-link__button {
    background: #404040 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    padding: 15px 12px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .orderguide-link__button {
    margin-bottom: 15px;
    display: block; }
    .orderguide-link__button img, .orderguide-link__button svg {
      width: 100%;
      height: auto; } }

.sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }

.sns__item {
  width: 77px;
  margin: 0 13px; }
  .sns__item img, .sns__item svg {
    width: 100%;
    height: auto; }

.showroom {
  margin: 40px 0; }

@media only screen and (max-width: 767px) {
  .showroom {
    border-top: solid 2px #C8C8C8;
    padding-top: 35px; } }

@media only screen and (min-width: 768px) {
  .showroom {
    margin: 40px 0 90px; } }

.showroom__head {
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .showroom__head {
    margin-bottom: 35px; } }

.showroom__title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #404040; }

@media only screen and (min-width: 768px) {
  .showroom__title {
    border-right: solid 1px #D9D9D9;
    font-size: 27px;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .showroom__catch {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .showroom__catch {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .showroom-list {
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 767px) {
  .showroom-list__item {
    margin-top: 40px; }
    .showroom-list__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .showroom-list__item {
    width: 50%; } }

.showroom-list__image img, .showroom-list__image svg {
  width: 100%;
  height: auto; }

.showroom-list__contents {
  line-height: 1.4;
  margin-top: 15px; }

.showroom-list__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

.showroom-contact {
  border: solid 1px #D9D9D9;
  margin-top: 25px;
  padding: 15px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .showroom-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; } }

.showroom-contact__text {
  font-size: 14px;
  font-weight: bold;
  color: #C30012; }

@media only screen and (min-width: 768px) {
  .showroom-contact__text {
    font-size: 18px;
    margin-right: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .showroom-contact__text {
    font-size: 16px; } }

.showroom-contact__link {
  display: block; }

@media only screen and (max-width: 767px) {
  .showroom-contact__link {
    margin: 10px auto 0; } }

.pagetitle {
  text-align: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .pagetitle {
    height: 650px;
    background: #000;
    color: #fff; }
    .pagetitle:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../images/common/bg_ov.png?$staticlink$");
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .pagetitle:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 4%;
      left: 50%;
      margin-left: -30px;
      z-index: 3; } }

@media only screen and (min-width: 768px) {
  .pagetitle__mainimage {
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden; } }

.pagetitle__mainimage img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .pagetitle__mainimage img {
    min-width: 1500px;
    min-height: 650px;
    position: absolute;
    top: 0;
    left: 0; } }

.pagetitle__inner {
  padding: 25px 10px;
  position: relative;
  z-index: 3; }

@media only screen and (min-width: 768px) {
  .pagetitle__inner {
    padding: 140px 40px 40px; } }

.pagetitle__title img, .pagetitle__title svg {
  max-width: 100%;
  height: auto; }

.pagetitle__text {
  line-height: 1.6;
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .pagetitle__text {
    font-size: 20px;
    line-height: 1.9;
    font-weight: bold;
    text-shadow: 0 0 5px #3C3C3C; } }

@media only screen and (min-width: 768px) {
  .pagetitle__text--pcmt {
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .pagetitle-others {
    padding: 15px 0; } }

@media only screen and (min-width: 768px) {
  .pagetitle-others {
    margin: 60px 0 20px; } }

@media only screen and (max-width: 767px) {
  .pagetitle-others--spborder {
    border-bottom: solid 2px #404040; } }

@media only screen and (min-width: 768px) {
  .pagetitle-others--border {
    margin-bottom: 40px; }
    .pagetitle-others--border .pagetitle-others__inner {
      border-bottom: solid 1px #D9D9D9;
      padding-bottom: 20px; } }

.pagetitle-others__main {
  font-size: 20px;
  line-height: 1;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .pagetitle-others__main {
    font-size: 28px; } }

.pagetitle-others__text {
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .pagetitle-others__text {
    margin-top: 20px; } }

.introduction {
  position: relative; }

@media only screen and (max-width: 767px) {
  .introduction {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .introduction {
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .introduction__textright .introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .introduction__arrow:after {
    content: '';
    width: 60px;
    height: 31px;
    background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -30px;
    z-index: 3; } }

@media only screen and (min-width: 768px) {
  .introduction__main {
    position: relative; } }

.introduction__mainimage img, .introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .introduction__maintext {
    padding: 25px 10px 0; } }

@media only screen and (min-width: 768px) {
  .introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 55px 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .introduction__maintext--bottom {
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__maintext {
    padding: 40px 30px; } }

@media only screen and (min-width: 768px) {
  .introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .introduction__inner {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .introduction__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .introduction__title {
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__title {
    margin-bottom: 20px; } }

.introduction__title img, .introduction__title svg {
  max-width: 100%;
  height: auto; }

.introduction__text {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .introduction__text {
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    position: relative; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__text {
    font-size: 14px;
    line-height: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__note {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px; } }

.introduction__contents {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .introduction-images {
    width: 49.5%;
    text-align: center;
    margin-bottom: 3px; } }

@media only screen and (min-width: 768px) {
  .introduction-images {
    width: 25%;
    padding-right: 3px;
    position: relative; }
    .introduction-images:last-child {
      margin-right: 0; } }

.introduction-images__image img, .introduction-images__image svg {
  width: 100%;
  height: auto; }

.power-sensor {
  margin: 25px 0; }

@media only screen and (min-width: 768px) {
  .power-sensor {
    margin: 70px 0; } }

@media only screen and (min-width: 768px) {
  .power-sensor__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .power-sensor__image {
    margin: 0 -10px; } }

@media only screen and (min-width: 768px) {
  .power-sensor__image {
    width: 460px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-sensor__image {
    width: 40%; } }

.power-sensor__image img, .power-sensor__image svg {
  width: 100%;
  height: auto; }

.power-sensor__contents {
  line-height: 1.6; }

@media only screen and (max-width: 767px) {
  .power-sensor__contents {
    padding: 25px 10px 0; } }

@media only screen and (min-width: 768px) {
  .power-sensor__contents {
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -0.8px;
    font-weight: bold; } }

.power-sensor__subsection {
  margin-top: 20px; }

.power-sensor__subtitle {
  font-size: 14px;
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .power-sensor__subtitle {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -0.8px;
    font-weight: bold; } }

.power-sensor__graph {
  margin-top: 5px; }
  .power-sensor__graph img, .power-sensor__graph svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-sensor__graph {
    margin-top: 20px; } }

.power-faq {
  margin: 35px 10px; }

@media only screen and (min-width: 768px) {
  .power-faq {
    margin: 70px 0 90px; } }

@media only screen and (max-width: 767px) {
  .power-faq__title {
    width: 180px; } }

.power-faq__title img, .power-faq__title svg {
  max-width: 100%;
  height: auto; }

.power-faq__item {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .power-faq__item {
    margin-top: 20px; } }

.power-faq__question {
  background: url("../images/power/pw_faq_icnq.png?$staticlink$") no-repeat 15px center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 60px;
  margin-bottom: 10px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .power-faq__question {
    min-height: 30px;
    background-size: 30px auto;
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .power-faq__question {
    font-size: 20px;
    padding: 15px 0 15px 85px;
    margin-bottom: 15px; } }

.power-faq__answer {
  background: #F2F2F2 url("../images/power/pw_faq_icna.png?$staticlink$") no-repeat 15px 20px;
  line-height: 1.6;
  padding: 20px 15px 20px 60px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .power-faq__answer {
    background-size: 30px auto; } }

@media only screen and (min-width: 768px) {
  .power-faq__answer {
    font-size: 15px;
    line-height: 170%;
    font-weight: bold;
    padding: 20px 20px 20px 85px; } }

.power-report {
  margin: 35px 0; }

@media only screen and (min-width: 768px) {
  .power-report {
    margin: 70px 0 115px; } }

.power-report__title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .power-report__title {
    font-size: 26px;
    margin-bottom: 45px; } }

.power-report__titleline {
  border-bottom: 3px solid #404040;
  padding-bottom: 15px;
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .power-report__titleline {
    border-width: 5px; } }

.power-report__subtitle {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .power-report__subtitle {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) {
  .power-report__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.power-report__box img, .power-report__box svg {
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .power-report__explanation {
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    line-height: 2; } }

@media only screen and (min-width: 768px) {
  .power-report__contents {
    width: 60%;
    max-width: 666px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .power-report__hiroe {
    width: 70%;
    margin: 20px auto; } }

@media only screen and (min-width: 768px) {
  .power-report__hiroe {
    margin-top: 50px;
    position: relative;
    left: -15px; }
    .power-report__hiroe img {
      max-width: calc(100% + 15px); } }

.power-report__catch {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .power-report__catch {
    margin: 30px 0 25px; } }

.power-report__banner {
  margin-top: 20px;
  display: block; }

@media only screen and (min-width: 768px) {
  .power-report__banner {
    margin-top: 30px; } }

.power-youtube {
  background: url("../images/power/movie_bg.png?$staticlink$") repeat center top;
  padding: 20px 0; }

@media only screen and (min-width: 768px) {
  .power-youtube {
    padding: 75px 0; } }

.power-youtube__title {
  text-align: center;
  margin-bottom: 15px; }
  .power-youtube__title img, .power-youtube__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-youtube__title {
    margin-bottom: 50px; } }

.power-voice {
  background: url("../images/power/voice_bg.png?$staticlink$") repeat center top;
  padding: 30px 0; }

@media only screen and (max-width: 767px) {
  .power-voice {
    background-size: 320px auto; } }

@media only screen and (min-width: 768px) {
  .power-voice {
    padding: 70px 0; } }

.power-voice__box {
  background: #fff;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .power-voice__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px; } }

@media only screen and (min-width: 768px) {
  .power-voice__contents {
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px; } }

@media only screen and (max-width: 767px) {
  .power-voice__image {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .power-voice__image {
    width: 300px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-voice__image {
    width: 240px; } }

.power-voice__image img, .power-voice__image svg {
  width: 100%;
  height: auto; }

.power-voice__figcaption {
  font-size: 12px;
  margin-top: 10px; }

.power-voice__section {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .power-voice__section {
    line-height: 30px;
    margin-top: 25px; } }

.power-voice__title {
  font-size: 20px;
  font-weight: bold;
  color: #ED6D00; }

@media only screen and (max-width: 767px) {
  .power-voice__title {
    line-height: 1;
    text-align: center;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .power-voice__title {
    font-size: 28px; } }

.power-voice__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #ED6D00;
  margin-bottom: 10px; }

.power-cooperation {
  margin: 15px 0 30px; }

@media only screen and (min-width: 768px) {
  .power-cooperation {
    margin: 70px 0; } }

.power-cooperation__box {
  border: solid 2px #404040;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .power-cooperation__box {
    border-width: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__box {
    padding: 30px 20px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__image {
    width: 360px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__image {
    width: 300px; } }

.power-cooperation__image img, .power-cooperation__image svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .power-cooperation__contents {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__contents {
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
    line-height: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__contents {
    padding-left: 25px; } }

.power-cooperation__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .power-cooperation__title {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__title {
    font-size: 24px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .power-cooperation-information {
    border-top: solid 1px #404040;
    padding-top: 15px;
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information {
    display: block; } }

.power-cooperation-information__logo {
  width: 137px; }
  .power-cooperation-information__logo img, .power-cooperation-information__logo svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-cooperation-information__logo {
    width: 220px;
    border-right: solid 1px #C8C8C8;
    padding-right: 28px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information__logo {
    border-right: none;
    padding-right: 0; } }

.power-cooperation-information__contents {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .power-cooperation-information__contents {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation-information__contents {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    line-height: 1.4; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information__contents {
    margin-top: 15px;
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .product {
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .product__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px; } }

@media only screen and (min-width: 768px) {
  .product__item {
    width: 33.33333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 3px;
    margin-bottom: 3px; }
  .product__item--imagebottom {
    -ms-flex-align: end;
    align-items: flex-end; }
    .product__item--imagebottom .product__image {
      -ms-flex-order: 2;
      order: 2; }
    .product__item--imagebottom .product__contents {
      -ms-flex-order: 1;
      order: 1; } }

@media only screen and (min-width: 768px) {
  .product__image {
    width: 100%; } }

.product__image img, .product__image svg {
  width: 100%;
  height: auto; }

.product__contents {
  padding: 25px 10px; }

@media only screen and (max-width: 767px) {
  .product__contents {
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .product__contents {
    width: 100%;
    padding: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__contents {
    padding: 20px; } }

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

@media only screen and (max-width: 767px) {
  .product__title {
    text-align: center;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .product__title {
    font-size: 24px; } }

.function {
  margin: 25px 0; }

@media only screen and (min-width: 768px) {
  .function {
    margin: 70px 0;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .function__list {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .function__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px; } }

@media only screen and (max-width: 767px) {
  .function__item {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .function__item {
    width: 300px;
    margin: 0 0 40px 62px; }
    .function__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .function__item {
    width: 30%;
    margin-left: 5%; }
    .function__item:nth-child(3n+1) {
      margin-left: 0; } }

.function__title {
  margin-bottom: 15px; }
  .function__title img, .function__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .function__spsmall {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    display: block; } }

.kurashijouzu__section {
  margin: 40px 0; }

@media only screen and (min-width: 768px) {
  .kurashijouzu__section {
    margin: 40px 0 60px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu__section {
    margin: 40px 0; } }

.kurashijouzu__title {
  margin-bottom: 20px; }
  .kurashijouzu__title img, .kurashijouzu__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .kurashijouzu__title {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu__text {
    font-size: 16px;
    line-height: 1.7; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu__text {
    font-size: 14px;
    line-height: 1.6; } }

.kurashijouzu-mainvisual {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .kurashijouzu-mainvisual {
    margin: 60px 0; } }

@media only screen and (max-width: 767px) {
  .kurashijouzu-mainvisual__image {
    margin: 0 -10px; } }

.kurashijouzu-mainvisual__image img, .kurashijouzu-mainvisual__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature__image {
    width: 45.5%; } }

.kurashijouzu-feature__image img, .kurashijouzu-feature__image svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .kurashijouzu-feature__contents {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature__contents {
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-feature__contents {
    padding-right: 20px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-reason {
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 767px) {
  .kurashijouzu-reason__item {
    margin-top: 30px; }
    .kurashijouzu-reason__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-reason__item {
    width: 30%;
    margin-left: 5%; }
    .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__item {
    width: 32%;
    margin-left: 2%; }
    .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

.kurashijouzu-reason__image {
  margin-bottom: 15px; }
  .kurashijouzu-reason__image img, .kurashijouzu-reason__image svg {
    width: 100%;
    height: auto; }

.kurashijouzu-reason__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__icon {
    width: 40px; }
    .kurashijouzu-reason__icon img, .kurashijouzu-reason__icon svg {
      width: 100%;
      height: auto; } }

.kurashijouzu-reason__titletext {
  padding-left: 10px;
  font-weight: bold; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__titletext {
    font-size: 14px; } }

.order {
  margin-bottom: 60px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order {
    max-width: 768px;
    margin: 0 auto; } }

.order__box {
  position: relative; }

@media only screen and (min-width: 768px) {
  .order__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__box {
    display: block; } }

@media only screen and (min-width: 768px) {
  .order__main {
    width: 55%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__main {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .order__side {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .order__side {
    width: 41.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__side {
    width: auto;
    margin-top: 40px; } }

.order-slider__item img, .order-slider__item svg {
  width: 100%;
  height: auto; }

.order-slider__text {
  margin: 15px auto 6px; }

@media only screen and (max-width: 767px) {
  .order-slider__text {
    font-size: 12px;
    letter-spacing: -0.8px;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .order-slider__text {
    margin: 30px 0 10px; } }

.order-slider__nav .slick-track {
  width: auto !important;
  border-top: solid 3px #C8C8C8;
  border-left: solid 3px #C8C8C8;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .order-slider__nav .slick-track:before, .order-slider__nav .slick-track:after {
    display: none; }

.order-slider__nav .slick-slide {
  width: 50% !important;
  border-right: solid 3px #C8C8C8;
  border-bottom: solid 3px #C8C8C8;
  padding: 12px 25px;
  float: none;
  cursor: pointer; }

.order-slider__nav .slick-current img {
  opacity: 0.5; }

@media only screen and (min-width: 768px) {
  .order-slider__nav .slick-slide {
    padding: 15px 30px; } }

.order-step {
  margin-top: 25px; }

@media only screen and (min-width: 768px) {
  .order-step {
    margin-top: 60px; } }

.order-step__title {
  margin-bottom: 10px; }
  .order-step__title img, .order-step__title svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step__title {
    margin-bottom: 40px; } }

.order-step__section {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .order-step__section {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .order-step__section--border {
    border-top: solid 1px #404040;
    padding-top: 25px; } }

.order-step__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

@media only screen and (min-width: 768px) {
  .order-step__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .order-step__subtitle--spsmall {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.8px;
    font-weight: bold;
    margin-bottom: 10px; } }

.order-step__attention {
  color: #D1302E;
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .order-step__attention {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .order-step__text {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.8px; } }

.order-step input[type="radio"], .order-step input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer; }

.order-step input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.order-step label {
  cursor: pointer; }

.order-step__select {
  font-size: 20px; }
  .order-step__select select {
    width: 80%;
    max-width: 300px;
    height: 58px;
    background: #E5E5E5;
    border: 0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold; }

.order-step__image {
  text-align: center;
  margin: 15px 0 10px; }
  .order-step__image img, .order-step__image svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step__image {
    margin: 35px 0 20px; } }

.order-step-table {
  width: 100%;
  border: solid 3px #404040;
  margin-top: 15px;
  table-layout: fixed; }
  .order-step-table th, .order-step-table td {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle; }
  .order-step-table th {
    background: #F2F2F2;
    font-weight: bold;
    padding: 10px; }
  .order-step-table td {
    position: relative; }
    .order-step-table td.order-step-table__input {
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      position: relative; }
    .order-step-table td.order-step-table__input--item {
      font-size: 16px;
      padding: 0;
      vertical-align: top; }

@media only screen and (max-width: 767px) {
  .order-step-table {
    display: block; } }

@media only screen and (min-width: 768px) {
  .order-step-table {
    border-width: 5px;
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .order-step-table tbody {
    display: inline; } }

@media only screen and (max-width: 767px) {
  .order-step-table tr {
    display: inline; }
    .order-step-table tr:last-child td:last-child {
      border-bottom: none; } }

@media only screen and (max-width: 767px) {
  .order-step-table th, .order-step-table td {
    width: 100%;
    border-bottom: 3px solid #404040;
    display: block; } }

@media only screen and (min-width: 768px) {
  .order-step-table th, .order-step-table td {
    border: 3px solid #404040;
    line-height: 1.3;
    padding: 15px; } }

@media only screen and (min-width: 768px) {
  .order-step-table th {
    padding: 15px; } }

@media only screen and (min-width: 768px) {
  .order-step-table td {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .order-step-table td.order-step-table__input {
    letter-spacing: -0.8px; } }

@media only screen and (min-width: 768px) {
  .order-step-table td.order-step-table__input {
    padding: 15px 10px;
    line-height: 1.3; } }

.order-step-table__title {
  background: #F2F2F2;
  font-size: 16px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-step-table__title {
    font-size: 20px; } }

.order-step-table__itemhead {
  min-height: 56px;
  border-bottom: 3px solid #404040;
  padding: 10px 35px 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .order-step-table__itemhead {
    min-height: 66px;
    padding-right: 55px; } }

.order-step-table__icon {
  width: 21px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px; }
  .order-step-table__icon img, .order-step-table__icon svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step-table__icon {
    width: 33px;
    margin-top: -16px;
    right: 12px; } }

.order-step-item {
  padding: 10px; }

@media only screen and (max-width: 767px) {
  .order-step-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .order-step-item {
    text-align: center;
    padding: 15px 10px; } }

@media only screen and (max-width: 767px) {
  .order-step-item__image {
    width: 150px;
    padding: 10px 15px; } }

.order-step-item__image img, .order-step-item__image svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .order-step-item__contents {
    -ms-flex: 1;
    flex: 1; } }

.order-step-item__size {
  font-size: 13px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-step-item__size {
    font-size: 14px;
    margin-top: 10px; } }

.order-step-item__price {
  font-size: 15px;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-step-item__price {
    font-size: 17px; } }

.order-step-item__note {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .order-step-item__note {
    font-weight: normal; } }

.order-instal {
  border: solid 3px #C8C8C8;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .order-instal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.order-instal__contents {
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .order-instal__contents {
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px; } }

.order-instal__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.order-instal__button {
  display: block;
  margin-top: 20px; }
  .order-instal__button img, .order-instal__button svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .order-instal__image {
    text-align: center;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .order-instal__image {
    width: 40%; } }

.order-instal__image img, .order-instal__image svg {
  max-width: 100%;
  height: auto; }

.order-instal__figcaption {
  font-size: 12px;
  color: #D3000F;
  text-align: left;
  margin-top: 20px; }

.order-confirm__smalltext {
  font-size: 14px; }

.order-confirm__vamo {
  font-size: 30px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-confirm__vamo {
    font-size: 36px; } }

@media only screen and (max-width: 767px) {
  .order-confirm__pricetitle {
    display: block; } }

.order-confirm__price {
  font-size: 26px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__price {
    font-size: 33px; } }

.order-confirm__icon {
  position: absolute;
  top: 10px;
  right: 10px; }
  .order-confirm__icon img, .order-confirm__icon svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .order-confirm__icon {
    width: 112px; } }

@media only screen and (min-width: 768px) {
  .order-confirm__icon {
    width: 32%;
    max-width: 168px; } }

.order-confirm__notice {
  font-size: 14px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__notice {
    font-size: 18px; } }

.order-confirm__option {
  height: 180px;
  font-size: 15px;
  vertical-align: top !important; }

.order-confirm__optionnotice {
  font-size: 14px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__optionnotice {
    font-size: 18px; } }

.order-confirm__list {
  font-size: 14px; }

.order-confirm__error {
  font-size: 16px;
  font-weight: bold;
  color: #D3000F;
  margin: 20px 0; }

.order-confirm__addcart {
  display: block;
  margin-top: 20px;
  text-align: center; }
  .order-confirm__addcart img, .order-confirm__addcart svg {
    max-width: 100%;
    height: auto; }

.order-confirm-table {
  width: 100%;
  border: solid 3px #404040; }
  .order-confirm-table th, .order-confirm-table td {
    border: 3px solid #404040;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle; }
  .order-confirm-table th {
    background: #F2F2F2;
    font-weight: bold; }
  .order-confirm-table td {
    position: relative; }

@media only screen and (min-width: 768px) {
  .order-confirm-table {
    border-width: 5px; } }

@media only screen and (min-width: 768px) {
  .order-confirm-table th, .order-confirm-table td {
    padding: 15px;
    font-size: 18px; } }

.order-confirm-table__width {
  width: 95px; }

@media only screen and (min-width: 768px) {
  .order-confirm-table__width {
    width: 100px; } }

.order-confirm-table__title {
  font-size: 16px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-confirm-table__title {
    font-size: 24px; } }

.order-comment {
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .order-comment {
    line-height: 1.4; } }

@media only screen and (min-width: 768px) {
  .order-comment {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-comment {
    text-align: center; } }

.order-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (max-width: 767px) {
  .order-comment__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .order-comment__title {
    font-size: 24px; } }

.order-comment a {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .order-comment a:hover {
    text-decoration: none; } }

.order-information {
  background: #f4f3f3;
  padding: 40px 0;
  margin-top: 40px; }

@media only screen and (min-width: 768px) {
  .order-information {
    padding: 40px 0 50px;
    margin-top: 60px; } }

.order-information__box {
  margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .order-information__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__box {
    display: block; } }

@media only screen and (max-width: 767px) {
  .order-information__block {
    margin-top: 20px; }
    .order-information__block:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .order-information__block {
    width: 49.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__block {
    width: auto;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .order-information__image {
    width: 80%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .order-information__image {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__image {
    text-align: center; } }

.order-information__image img, .order-information__image svg {
  max-width: 100%;
  height: auto; }

.order-information__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 15px 0 25px; }

@media only screen and (min-width: 768px) {
  .order-information__title {
    font-size: 22px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__title {
    text-align: center; } }

.order-information__vamo {
  font-size: 30px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-information__vamo {
    font-size: 42px; } }

.order-information__vamoja {
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .order-information__vamoja {
    font-size: 20px; } }

.order-information__note {
  font-size: 12px;
  margin-top: 5px; }

.order-information__imageblock {
  margin: 30px 0; }
  .order-information__imageblock img, .order-information__imageblock svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-information__imageblock {
    margin: 40px 0 60px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion {
    margin: 10px -10px 25px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__inner {
    display: none; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__contents {
    padding: 20px 10px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__toggle {
    background: #404040 url("../images/order/sp/order_off.png?$staticlink$") no-repeat right 12px center;
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: -0.8px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .sp-accordion__toggle.is-active {
      background-image: url("../images/order/sp/order_on.png?$staticlink$"); } }

@media only screen and (min-width: 768px) {
  .sp-accordion__toggle {
    display: none; } }

.lp-contents .inner {
  padding: 0 10px; }

@media only screen and (min-width: 768px) {
  .lp-page .footer__inner,
  .lp-contents .inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  .lp-mainvisual__image {
    margin: 0 -10px; } }

.lp-mainvisual__image img, .lp-mainvisual__image svg {
  width: 100%;
  height: auto; }

.lp-mainvisual__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0; }

.lp-iframe {
  margin: 40px 0; }

@media only screen and (min-width: 768px) {
  .lp-iframe {
    margin: 80px 0 50px; } }

.lp-iframe__head {
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .lp-iframe__head {
    margin-bottom: 30px; } }

.lp-iframe__title {
  font-size: 26px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .lp-iframe__title {
    font-size: 34px; } }

.lp-iframe__subtitle {
  font-size: 14px; }

@media only screen and (min-width: 768px) {
  .lp-iframe__subtitle {
    font-size: 18px;
    margin-top: 12px; } }

.lp-introduction {
  margin: 50px 0; }

@media only screen and (max-width: 767px) {
  .lp-introduction {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction {
    overflow: hidden; }
  .lp-introduction--textright .lp-introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--product .lp-introduction__maintext {
    -ms-flex-align: start;
    align-items: flex-start; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--product .lp-introduction__inner {
    max-width: 250px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--power .lp-introduction__maintext, .lp-introduction--maintenance .lp-introduction__maintext {
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--power .lp-introduction__text, .lp-introduction--maintenance .lp-introduction__text {
    right: -0.5em; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--function .lp-introduction__maintext {
    padding-bottom: 60px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__main {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .lp-introduction__mainimage {
    margin: 0 -10px; } }

.lp-introduction__mainimage img, .lp-introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .lp-introduction__maintext {
    text-align: center;
    padding: 25px 0 15px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__inner {
    width: 100%; } }

.lp-introduction__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .lp-introduction__subtitle {
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__subtitle {
    margin-top: 25px; } }

.lp-introduction__text {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .lp-introduction__text {
    font-size: 13px;
    line-height: 180%;
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__text p {
    margin-bottom: 15px; }
    .lp-introduction__text p:last-child {
      margin-bottom: 0; } }

.lp-introduction__note {
  font-size: 12px; }

@media only screen and (min-width: 768px) {
  .lp-introduction__note {
    font-size: 14px;
    margin-bottom: -10px; } }

.lp-introduction__contents {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .lp-introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .lp-introduction-item {
    margin-top: 20px; }
    .lp-introduction-item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item {
    padding-right: 3px;
    position: relative; }
    .lp-introduction-item:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item--double {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item--triple {
    width: 33.33333%; } }

.lp-introduction-item__image img, .lp-introduction-item__image svg {
  width: 100%;
  height: auto; }

.lp-introduction-item__text {
  font-size: 12px;
  line-height: 160%;
  margin-top: 6px; }

@media only screen and (min-width: 768px) {
  .lp-introduction-item__text {
    padding-right: 8px; } }

@media only screen and (max-width: 767px) {
  .lp-contents .product {
    margin: 0 -10px; } }

.lp-contents .product__contents {
  padding: 25px 20px; }

.lp-contents .function {
  margin: 0 -10px; }

.lp-contents .function__title {
  margin-bottom: 10px; }

.lp-contents .kurashijouzu-mainvisual {
  margin: 40px 0; }

@media only screen and (max-width: 767px) {
  .lp-contents .product__contents {
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .lp-contents .product__contents {
    font-size: 12px;
    line-height: 1.5;
    padding: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .product__contents {
    padding: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .product__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function {
    margin: 30px -20px 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function__list {
    margin-bottom: -30px; } }

@media only screen and (max-width: 767px) {
  .lp-contents .function__item {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function__item {
    width: 30%;
    margin: 0 0 30px 5%;
    font-size: 12px;
    line-height: 1.5; }
    .lp-contents .function__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu__section {
    margin: 40px 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu__text {
    font-size: 14px;
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-mainvisual {
    margin: 90px 0 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-feature__image {
    width: 47%; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-feature__contents {
    padding-right: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-reason__item {
    width: 32%;
    margin-left: 2%; }
    .lp-contents .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-reason__titletext {
    font-size: 14px; } }

.lp-userkitchen {
  margin: 40px 0 50px; }

@media only screen and (max-width: 767px) {
  .lp-userkitchen {
    border-bottom: solid 1px #959595; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen {
    margin: 70px 0 50px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__box {
    border: solid 2px #C8C8C8; } }

@media only screen and (max-width: 767px) {
  .lp-userkitchen__title {
    margin: 0 -10px; } }

.lp-userkitchen__title img, .lp-userkitchen__title svg {
  width: 100%;
  height: auto; }

.lp-userkitchen__inner {
  padding: 15px 0 20px; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__inner {
    padding: 20px 30px 20px; } }

.lp-userkitchen__head {
  margin-bottom: 25px; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__head {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.lp-userkitchen-voice__item {
  border-bottom: dashed 1px #C8C8C8;
  position: relative; }

@media only screen and (max-width: 767px) {
  .lp-userkitchen-voice__item {
    padding: 20px 0; }
    .lp-userkitchen-voice__item:last-child:not(.lp-userkitchen-voice__item--ba) {
      border-bottom: none; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item {
    width: 50%;
    padding: 20px 0; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item:nth-child(odd) .lp-userkitchen-voice__contents {
    padding-right: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item:nth-child(even) .lp-userkitchen-voice__contents {
    border-left: dashed 1px #C8C8C8;
    padding-left: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item--bbnone {
    border-bottom: none; } }

.lp-userkitchen-voice__item--ba {
  border-bottom: dashed 1px #C8C8C8; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item--ba {
    width: 100%;
    padding: 0 0 20px !important;
    margin: 0 !important; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__babox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__bacontents {
    width: 50%;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__before {
    padding-right: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__after {
    padding-left: 27px; } }

@media only screen and (max-width: 767px) {
  .lp-userkitchen-voice__baarrow {
    text-align: center;
    margin: 20px 0; }
    .lp-userkitchen-voice__baarrow img {
      transform: rotate(90deg); } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__baarrow {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -17px; } }

.lp-userkitchen-voice__image img, .lp-userkitchen-voice__image svg {
  width: 100%;
  height: auto; }

.lp-userkitchen-voice__text {
  font-size: 13px;
  line-height: 160%;
  margin-top: 10px; }

.lp-userkitchen-voice__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  text-align: right; }

.lp-userkitchen-voice__name {
  padding-bottom: 5px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order {
    max-width: 768px;
    margin: 0 auto; } }

.lp-contents .order__box {
  position: relative; }

.lp-contents .order-confirm__pricetitle {
  display: block; }

.lp-contents .orderguide-tel__note img, .lp-contents .orderguide-tel__note svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .lp-contents .order__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__box {
    display: block; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order__main {
    width: 50%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__main {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .lp-contents .order__side {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order__side {
    width: 45%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__side {
    width: auto;
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table td.order-step-table__input--item {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table__itemhead {
    padding-right: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table__icon {
    width: 20px;
    margin-top: -10px;
    right: 7px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel {
    padding: 25px 25px 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .orderguide-tel {
    padding: 25px 25px 20px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel__note {
    width: auto;
    padding-left: 160px;
    margin-top: 10px;
    position: static;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .orderguide-tel__note {
    width: auto;
    right: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel__gmo {
    margin-left: 10px; } }

@media only screen and (min-width: 768px) {
  .news--sub {
    margin: 30px 0; } }

.news__title {
  line-height: 1;
  font-weight: lighter;
  font-size: 27px;
  color: #404040;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .news__title {
    padding: 20px 15px 0px; }
    .news__title img {
      width: 90px;
      height: auto; } }

.c-list-news {
  padding: 0 20px; }

@media only screen and (min-width: 1024px) {
  .c-list-news {
    max-width: 960px;
    padding: 0; } }

.c-list-news__item {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf; }

.c-list-news__item:first-child {
  padding: 0 0 5px; }

.c-list-news__item:last-child {
  padding: 0;
  border-bottom: none; }

.c-list-news__item__date {
  color: #777;
  font-size: 14px; }

.c-list-news__item__title {
  margin: 20px 0 0;
  color: #131313;
  font-size: 1.4rem; }

.c-list-news__item__text {
  color: #131313;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px; }

@media only screen and (max-width: 767px) {
  .c-list-news__item__text {
    padding: 0px 0px 10px; } }

.c-list-news__item__text a {
  color: #b51a2d; }

.c-list-news__item__link {
  color: #b51a2d; }

.c-list-news__item__link:hover {
  color: #9a1526; }

.c-catch {
  position: relative;
  background-color: #fff;
  font-family: sans-serif; }

.c-catch__title {
  margin: auto;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 5.3px; }

.c-catch__title.-about,
.c-catch__title.-uservoice {
  max-width: 161px; }

.c-catch__title.-spec {
  max-width: 112px; }

.c-catch__title.-product {
  max-width: 220px; }

.c-catch__title.-step {
  max-width: 107px; }

.c-catch__title.-gallery {
  max-width: 300px; }

.c-catch__title.-review {
  max-width: 187px; }

.c-catch__title.-faq {
  max-width: 88px; }

.c-catch__title.-news {
  max-width: 123px; }

.c-catch__rule {
  width: 40px;
  height: 4px;
  margin: 60px auto; }

@media only screen and (min-width: 1024px) {
  .c-catch__rule {
    margin: 40px auto 80px; } }

.c-catch__rule.-about {
  background-color: #924a36; }

.c-catch__rule.-uservoice {
  background-color: #b2c0c8; }

.c-catch__rule.-spec {
  background-color: #2c4155; }

.c-catch__rule.-product {
  background-color: #615b32; }

.c-catch__rule.-step {
  background-color: #9d8347; }

.c-catch__rule.-review {
  background-color: #b2c0c8; }

.c-catch__rule.-gallery {
  background-color: #4c3424; }

.c-catch__rule.-faq {
  background-color: #69727a; }

.c-catch__rule.-news {
  background-color: #9d8347; }

.c-catch__box {
  max-width: 1440px;
  margin: auto;
  position: relative; }

.c-catch__box-item.-thumb {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-thumb {
    width: 50%; }
  .c-catch__box-item.-thumb.-left {
    margin: 0 auto 0 0; }
  .c-catch__box-item.-thumb.-right {
    margin: 0 0 0 auto; } }

.c-catch__box-item.-text {
  width: calc(95% - 80px);
  padding: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8); }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text {
    width: calc(50% - 80px);
    padding: 3% 40px 3% 80px;
    position: absolute;
    bottom: 0; } }

.c-catch__box-item.-text.-left {
  margin: -40px auto 0 0; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text.-left {
    left: 0;
    margin: 0; } }

.c-catch__box-item.-text.-right {
  margin: -40px 0 0 auto; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text.-right {
    right: 0;
    margin: 0; } }

.c-catch__desc {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: .4px; }

@media only screen and (min-width: 1024px) {
  .c-catch__desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: .5px; } }

.c-catch__desc .c-catch__desc__att {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8; }

.c-catch__desc span {
  font-size: 1.6rem;
  font-weight: 700; }

.c-catch__button {
  width: 160px;
  margin: 60px 0 0; }

.c-inview-content {
  transform: translateY(20%);
  transition: transform 1.5s ease, opacity 1.5s ease;
  backface-visibility: hidden; }

.c-inview-content.-inview {
  opacity: 1;
  transform: translate(0); }

.news-Detail .c-catch {
  padding: 100px 0 0; }

.news-Detail .c-list-news__item__text {
  font-size: 1.2rem; }

.news-Detail .c-list-news__inner {
  padding: 60px 0; }

.news-Detail .c-list-news__inner b,
.news-Detail .c-list-news__inner strong {
  font-weight: bolder; }

.news-Detail .c-list-news__inner .fw-normal {
  font-weight: normal; }

.news-Detail .c-list-news__inner .fw-bold {
  font-weight: bold; }

.news-Detail .c-list-news__inner .fc-red {
  font-weight: #b51a2d; }

.news-Detail .c-list-news__item__date {
  color: #b51a2d;
  font-weight: bold; }

.news-Detail .c-list-news__item__text {
  font-weight: bold; }

.news-Detail .c-news__button {
  width: 160px;
  margin: 60px auto; }

.c-button {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-align: center;
  border-radius: 40px;
  background: #b51a2d;
  transition: all .3s ease;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .c-button:active {
    background-color: #9a1526; } }

@media only screen and (min-width: 768px) {
  .c-button:hover {
    color: #fff;
    background-color: #9a1526;
    text-decoration: none; } }

.c-button.-border {
  color: #b51a2d;
  border: 2px solid #b51a2d;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  .c-button.-border:active {
    color: #fff;
    background-color: #b51a2d; } }

@media only screen and (min-width: 768px) {
  .c-button.-border:hover {
    color: #fff;
    background-color: #b51a2d;
    text-decoration: none; } }

.c-button.-small {
  padding: 13px 0;
  font-size: 1.4rem; }

.point span {
  font-weight: bold; }

.total-review-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .total-review-area .rating {
    margin-left: 10px; }
    .total-review-area .rating span {
      font-weight: bold;
      font-size: 20px; }
    .total-review-area .rating a {
      color: #444; }
      .total-review-area .rating a:hover {
        text-decoration: none;
        opacity: 0.8; }

@media screen and (max-width: 768px) {
  .orderspec-detail__contents .point {
    margin-top: 10px !important;
    padding-right: 20px; } }

@media screen and (max-width: 768px) {
  .orderspec-detail__contents .total-review-area {
    padding-right: 20px; } }

.c-review-eval-item__image-box {
  width: 100%;
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image-box {
    margin-bottom: 30px; } }

.c-review-eval-item__image-lists {
  display: -ms-flexbox;
  display: flex;
  overflow: scroll; }
  .c-review-eval-item__image-lists li {
    width: 105px;
    margin-right: 10px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image-lists li {
    width: 168px;
    margin-right: 20px; } }

.c-review-eval-item__image {
  object-fit: contain;
  vertical-align: bottom;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 105px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image {
    width: 168px; } }

#pw1, #pw2, #pw3, #pw4, #pr1, #pr2, #pr3, #pr4, #pr5, #pr6 {
  display: block;
  margin-top: -54px;
  padding-top: 54px;
  line-height: 0;
  font-size: 0px; }

@media only screen and (min-width: 768px) {
  .product__item.product__item--imagebottom {
    position: relative; }
  #pw1, #pw2, #pw3, #pw4, #pr1, #pr4 {
    margin-top: -114px;
    padding-top: 114px; }
  #pr1, #pr4 {
    position: absolute;
    top: 0; } }

div.ig_bn {
  margin: -30px auto 120px; }
  div.ig_bn a {
    display: block;
    position: relative;
    max-width: 645px;
    margin: 0 auto;
    padding: 25px 32px;
    border: 1px solid #CCC;
    color: #262626 !important; }
    div.ig_bn a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 3%;
      width: 15px;
      height: 15px;
      margin-top: -7.5px;
      background: url(../images/common/igbn_arw.png) no-repeat center center;
      background-size: contain; }
  div.ig_bn p {
    display: inline-block;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 13px; }
    div.ig_bn p span {
      font-size: 18px; }

@media only screen and (max-width: 767px) {
  div.ig_bn {
    margin: 20px auto 60px; }
    div.ig_bn a {
      max-width: 645px;
      padding: 12px 15px; }
      div.ig_bn a::after {
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -5px; }
    div.ig_bn img {
      width: 70px;
      vertical-align: top;
      padding-top: 8px;
      padding-right: 12px; }
    div.ig_bn p {
      display: inline-block;
      padding-top: 0;
      padding-left: 0;
      font-size: 11px; }
      div.ig_bn p span {
        font-size: 11px; } }
