@charset "UTF-8";

/* On Off */

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* for Small PC */

@media screen and (max-width: 1024px) {
  th, td {
    font-size: 16px;
    line-height: 1.4;
  }

  /* Step1-1 */
  #cart .select li {
    width: 22%;
  }

  #cart .allinoneprice .inr {
    width: 80%;
  }

  #cart #item-box {
    width: 90%;
  }

  #cart .item-select {
    width: 100%;
  }

  #cart .item-select .inr {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }

  #cart .item-select .aiop {
    width: 19%;
    padding: 30px 0 0;
  }

  #cart .item-select .select {
    width: 80%;
  }

  #cart .item-select label {
    width: 29%;
    margin: 0 1%;
  }

  #cart .item-select label img {
    width: 98%;
    min-width: auto;
    height: auto;
  }

  /* Step1-2 */
  #settlement .input-box {
    width: 90%;
  }
}

/* for Tablet */

@media screen and (max-width: 768px) {
  #main {
    padding-top: 110px;
  }

  article {
    font-size: 16px;
    line-height: 1.6;
  }

  section {
    padding: 3em 0;
  }

  section h3 {
    font-size: 2.5em;
    line-height: 1.8;
    letter-spacing: 4px;
  }

  section .read {
    margin-bottom: 2.5em;
  }

  th, td {
    font-size: 14px;
    line-height: 1.4;
  }

  .customer li p, .item li p {
    font-size: 12px;
    line-height: 1.4;
  }

  .order .step li {
    width: 18%;
  }

  .order .step li:after {
    top: 35%;
    right: -60px;
    border: 20px solid transparent;
    border-left-color: #e9f0f6;
  }

  .order .step li p {
    font-size: 12px;
    line-height: 1.4;
  }

  header .nav2 li a {
    font-size: 14px;
  }

  .reception li h4 {
    font-size: 14px;
    line-height: 2;
  }

  .reception .tel, .reception .fax, .reception .mail {
    font-size: 30px;
    line-height: 1;
  }

  .design li dt {
    font-size: 14px;
    line-height: 2;
  }
}

/* for Smart Phone */

@media screen and (max-width: 480px) {
  article {
    font-size: 14px;
    line-height: 1.4;
  }

  section {
    padding: 2em 0;
  }

  section h3 {
    font-size: 2em;
    line-height: 1.6;
    letter-spacing: 3px;
  }

  section .read {
    margin-bottom: 2em;
  }

  th, td {
    font-size: 12px;
    line-height: 1.4;
  }

  .none {
    display: block;
  }

  header h1 {
    right: -200%;
  }

  header .logo {
    float: none;
    width: 100px;
    height: 26px;
    margin: 0 auto;
    padding: 10px 0;
  }

  header.scroll .logo {
    width: 100px;
    padding: 10px 0;
  }

  header .inr {
    padding: 0;
  }

  .nav ul {
    width: 100%;
  }

  .nav li {
    width: 50%;
    text-align: center;
  }

  .nav li img {
    max-width: 70%;
  }

  header.nav-scroll .nav {
    float: none;
    overflow: visible;
    width: 100%;
  }

  header.nav-scroll .nav li {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
  }

  header.nav-scroll .nav .items {
    left: 0;
  }

  header.nav-scroll .nav .login, header.nav-scroll .nav .logout {
    right: 0;
  }

  header.nav-scroll .nav li:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
  }

  header.nav-scroll .nav .items:before {
    background: url(../img/step/icon-items.png) center center no-repeat;
    background-size: 50%;
  }

  header.nav-scroll .nav .login:before {
    background: url(../img/step/icon-login.png) center center no-repeat;
    background-size: 50%;
  }

  header.nav-scroll .nav .logout:before {
    background: url(../img/step/icon-logout.png) center center no-repeat;
    background-size: 50%;
  }

  header.nav-scroll .nav .design-list:before {
    background: url(../img/step/icon-design-list.png) center center no-repeat;
    background-size: 50%;
  }

  /*
  nav {
    top: 71px;
  }
  nav.nav-scroll {
    top: 40px;
  }
  nav ul {
    padding-bottom: 0;
  }
  nav li {
    text-align: center;
    width: 20%;
    margin-bottom: 1em;
  }
  */
  .top .catch {
    margin-top: -130px;
  }

  .top p {
    font-size: 12px;
  }

  .top .btn-area li {
    width: 90%;
  }

  .top .btn-area li:first-child {
    margin-bottom: 1em;
  }

  .top .btn-area li a {
    display: inline-block;
    width: 50%;
  }

  .design ul {
    text-align: left;
  }

  .design li {
    width: 28%;
    margin-bottom: 1em;
  }

  .concept h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .concept h4 b {
    display: none;
  }

  .customer li {
    width: 45%;
  }

  .customer li h4 {
    font-size: 14px;
  }

  .customer li p {
    font-size: 12px;
    line-height: 1.4;
  }

  .customer li p br {
    display: none;
  }

  .item li {
    width: 42%;
  }

  .order .step li {
    width: 60%;
  }

  .order .step li img {
    max-width: 70%;
    margin: 0 auto;
  }

  .order .step li:after {
    display: none;
  }

  .reception {
    padding-bottom: 1em;
  }

  /*
  .links dl {
    display: block;
    width: 100%;
  }
  */
  #order article {
    padding-top: 44px;
  }

  header .nav2 {
    display: none;
  }

  header .nav2 li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  header .nav2 li:last-child {
    border: none;
  }

  header .nav2 li a {
    font-size: 12px;
    line-height: 3;
  }

  .enjoy li {
    width: 28%;
  }

  .enjoy dl {
    margin-bottom: 2em;
  }

  .enjoy dt {
    font-size: 12px;
    line-height: 1;
  }

  .enjoy dd.yen {
    font-size: 60px;
    line-height: 1;
  }

  .enjoy li dd.yen {
    font-size: 30px;
    line-height: 1;
  }

  .blue {
    padding: 1em 0;
  }

  .btn {
    font-size: 14px;
    line-height: 2;
    min-width: 180px;
  }

  table {
    width: auto;
    margin-bottom: 5px;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1em;
  }

  .scroll::-webkit-scrollbar {
    height: 4px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #fff;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  #order, #pages {
    padding-top: 79px;
  }

  #order .cap {
    text-align: left;
  }

  #order .enjoy dd.cap {
    text-align: center;
  }

  #order .read {
    text-align: left;
  }

  #order .read br {
    display: none;
  }

  .reception li {
    width: 70%;
  }

  .reception h4, #order .design h4, .terms h4 {
    font-size: 16px;
    line-height: 1;
  }

  #order .design ul {
    text-align: center;
  }

  #order .design li {
    width: 80%;
    margin: 0 auto 1em;
  }

  .terms h5 {
    font-size: 14px;
    line-height: 1;
  }

  #fix .index {
    display: block;
  }

  /* Cart */
  #cart {
    padding-bottom: 20px;
  }

  #cart article {
    padding-top: 55px;
  }

  #cart article section {
    width: 90%;
    margin: 0 auto;
  }

  #cart .step h1 {
    width: 100%;
  }

  #cart .step p, #cart .read {
    text-align: left;
  }

  #cart .checker {
    width: 100%;
  }

  #cart .allinoneprice .inr {
    width: 100%;
  }

  #cart .button {
    width: 90%;
    margin: 0 auto;
  }

  #cart .input-box .button {
    width: 100%;
  }

  #cart .button a, #cart .button a:before, #cart .button a:after {
    font-size: 12px;
    line-height: 36px !important;
  }

  #cart .button a {
    min-width: 46%;
    margin: 0 1%;
    padding: 0;
  }

  #cart .checker li {
    float: none;
    width: 100%;
  }

  #cart .checker dd {
    font-size: 12px;
    line-height: 1;
    padding: 10px;
  }

  #cart table {
    display: block;
    position: relative;
    margin-bottom: 1em;
  }

  #cart tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #cart table tr {
    display: block;
  }

  /* Step1-1 */
  #cart .select {
    letter-spacing: -.5em;
  }

  #cart .select li {
    width: 46%;
    letter-spacing: normal;
    margin: 0 5px 10px;
  }

  #cart .select li b {
    font-size: 10px;
  }

  #cart #item-box {
    width: 90%;
    margin: 0 auto;
  }

  #cart #item-box p.active {
    text-align: left;
  }

  #cart .item-select {
    width: 100%;
    padding: 0;
  }

  #cart .item-select h2 {
    font-size: 16px;
    line-height: 2.5;
  }

  #cart .item-select .inr {
    padding: 5px 5%;
  }

  #cart .item-select h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #cart .item-select .aiop {
    float: none;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0;
    text-align: center !important;
  }

  #cart .item-select .aiop:before {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-size: 18px;
    line-height: 1.6;
    margin-right: 10px;
  }

  #cart .item-select .select {
    width: 100%;
  }

  #cart .item-select label {
    width: 46%;
    letter-spacing: normal;
    margin: 0 5px 10px;
  }

  #cart .item-select label img {
    min-width: 95%;
    width: 95%;
    height: auto;
  }

  #cart .tags li {
    width: 70%;
    margin: 0 0 5px 10px;
  }

  #cart .button .next {
    width: 96%;
    margin-top: 10px;
  }

  /* Step1-2 */
  #cart .selected-item {
    width: 100%;
    height: auto;
  }

  #cart .selected-item dt, #cart .selected-item dd, #cart .selected-item dd.image-data {
    float: none;
    display: block;
    padding: 9px;
  }

  #cart .selected-item dt {
    line-height: 1;
  }

  #cart .selected-item dt:after {
    display: none;
  }

  #cart .selected-item dd, #cart .selected-item dd.image-data a:before {
    line-height: 1.4;
  }

  #cart .selected-item dd.image-data {
    display: none;
  }

  #cart #sku-select {
    width: 90%;
    margin: 0 auto;
  }

  #cart #sku-select .left, #cart #sku-select .right {
    float: none;
    width: 100%;
  }

  #cart #sku-select .item-image {
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
  }

  #cart #sku-select .item-image li {
    float: left;
    width: 48%;
    margin: 0 0 1em;
  }

  #cart #sku-select .item-image li:last-child {
    float: right;
  }

  #cart #sku-select .item-image li a:after {
    font: 900 16px/26px "Font Awesome 5 Free";
    width: 26px;
  }

  #cart #sku-select .specs th {
    font-size: 12px;
    line-height: 1;
  }

  #cart #sku-table table {
    display: block;
    position: relative;
    width: 100%;
  }

  #cart #content .size {
    margin-bottom: 1em;
  }

  #cart #sku-table thead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 60px;
  }

  #cart #sku-table thead tr {
    display: block;
  }

  #cart #sku-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -.5em;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  #cart #sku-table tbody {
    margin-left: 60px;
  }

  #cart #sku-table tr {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }

  #cart #sku-table thead th:first-child {
    overflow: hidden;
    text-indent: -999%;
  }

  #cart #sku-table th, #cart #sku-table td {
    display: block;
    line-height: 30px;
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #cart #content .size th, #cart #content .size td {
    line-height: 1;
  }

  #cart #content .inr {
    width: 100%;
  }

  #cart .button .cart-in {
    width: 96%;
    margin-top: 10px;
  }

  /* Step1-3 */
  #cart #option .print-select {
    margin-bottom: 2em;
  }

  #cart #option .print-select li {
    width: 30%;
    padding: 1%;
    margin: 0;
  }

  #cart #option .print-select li label {
    width: 100%;
  }

  #cart #option .print-select li p {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  #cart #option .option-select {
    margin-bottom: 2em;
  }

  #cart #option .option-select li {
    width: 30%;
    padding: 1%;
    margin: 0;
    margin-bottom: 10px;
  }

  #cart #option .option-select li label {
    width: 100%;
  }

  #cart #option .option-select li p {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  #cart #selected-list {
    /* display: none; */
    width: 90%;
    margin: 0 auto;
  }

  #cart #selected-list table {
    display: block;
    position: relative;
  }

  #cart #selected-list tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #cart #selected-list table tr {
    display: table-row;
  }

  #cart #selected-list td:first-child {
    width: auto;
    white-space: normal;
  }

  #cart #selected-list td img {
    float: none;
    margin: 0;
  }

  #cart #selected-list .total {
    width: 100%;
  }

  #cart #selected-list .total th, #cart #selected-list .total td {
    width: 49%;
  }

  #cart .message {
    margin: 0 auto;
  }

  #cart .message blockquote {
    border-radius: 5px;
    padding: 1em;
  }

  #cart .message blockquote p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  #cart .button .design {
    width: 96%;
    margin-top: 10px;
  }

  #cart #design-select {
    width: 100%;
    padding: 40px 0 0;
  }

  #cart #design-select .read {
    display: none;
  }

  #cart #design-select .btn-area li {
    width: 100%;
    margin: 0 0 1.5em;
  }

  /*
  #cart #design-select .btn-area li:last-child {
    display: none;
  }
*/
  #cart #design-select .btn-area li p {
    display: none;
  }

  #cart .search .item-select label {
    margin: 0 1%;
  }

  /* Step2-1 */
  #model {
    float: none;
    width: 100%;
    display: none;
  }

  #control {
    float: none;
    width: 100%;
  }

  #control .edit-box th {
    width: 30%;
  }

  #control .edit-box td {
    width: 70%;
  }

  #control .edit-box input[type="text"] {
    width: auto;
  }

  #control .parts-select2 {
    margin-bottom: 20px;
  }

  #control .parts-select2 li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1%;
    background: #fff;
  }

  #control #design-parts {
    display: none;
  }

  #position {
    width: 100%;
  }

  #position .position-select li {
    width: 15%;
    height: auto;
  }

  #position .canvas .sex-btn {
    display: block;
  }

  /* Step2-2 */
  #design2 {
    padding-bottom: 2em;
  }

  #design2 .position-box {
    width: 90%;
    padding: 2em 5%;
  }

  #design2 .position-box h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  #design2 .position-box .position-select li label b {
    font-size: 12px;
    line-height: 1.2;
  }

  #design2 .position-box .color-select {
    letter-spacing: -.4em;
  }

  #design2 .position-box .color-select li {
    width: 18%;
    letter-spacing: normal;
    margin: 0 1%;
  }

  #cart .button .estimate, #cart .button .order {
    width: 96%;
    margin-top: 10px;
  }

  /* Step3-1 */
  #draft .column li {
    width: 100%;
    min-height: auto;
    margin: 0 0 1.5em;
  }

  #draft .column li dd .id {
    width: 90%;
    margin: 0 auto;
  }

  #cart #upload {
    width: 80%;
    margin: 0 auto 2em;
    padding: 2em 5%;
  }

  #upload h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  #upload table {
    width: 100%;
    display: block;
  }

  #upload th, #upload td {
    display: block;
    white-space: normal;
    padding: 15px 5% 25px;
    font-size: 12px;
    line-height: 1.4;
  }

  #upload th {
    padding: 5px 5%;
  }

  #upload dt, #upload dd {
    display: block;
  }

  #upload .print-position li, #upload .design-data li {
    display: block;
    margin: 0;
  }

  #upload .print-color input[type="text"], #upload .print-position input[type="text"], #upload textarea {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 5%;
    width: 89%;
  }

  #cart #contract {
    width: 80%;
    margin: 0 auto;
    padding: 2em 5%;
  }

  #contract h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  #contract p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  #contract h5 {
    font-size: 14px;
    line-height: 1.4;
  }

  #contract .caption {
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
  }

  /* Step3-2 */
  #data-finish h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  /* Step4-1 */
  #settlement .inr {
    width: 90%;
    margin: 0 auto;
  }

  #settlement .input-box {
    width: 80%;
    margin: 0 auto;
    padding: 2em 5%;
  }

  #settlement .input-box h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  #settlement .input-box .customer-info {
    width: 100%;
  }

  #settlement .input-box .customer-info tr {
    display: block;
  }

  #settlement .input-box .customer-info th, #settlement .input-box .customer-info td {
    display: block;
    padding: 15px 5% 25px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.4;
    width: 90%;
  }

  #settlement .input-box .customer-info th {
    padding: 5px 5%;
  }

  #settlement .input-box .customer-info td input[type="text"], #settlement .input-box .customer-info td input[type="tel"], #settlement .input-box .customer-info td input[type="email"], #settlement .input-box .customer-info td input[type="password"] {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 5%;
    width: 89%;
  }

  #settlement .input-box .customer-info td.customer-mail input,
  #settlement .input-box .customer-info td.customer-mail small {
    float: none;
  }

  /* Step4-3 */
  #settlement .item-table {
    display: block;
    position: relative;
  }

  #settlement .item-table tr {
    display: table-row;
  }

  #settlement .input-box .inr {
    width: 100%;
    margin-bottom: 3em;
  }

  #settlement .item-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #settlement .item-table td:first-child img {
    float: none;
  }

  #settlement .item-table tf:first-child, #settlement .item-table td:first-child {
    width: auto;
  }

  #settlement .item-table td:first-child {
    min-width: auto;
    white-space: normal;
  }

  #settlement .item-table td:first-child table {
    margin-top: 5px;
  }

  #settlement .total {
    width: 100%;
  }

  #settlement .total th, #settlement .total td {
    font-size: 18px;
  }

  #settlement .payment-table tr {
    display: block;
  }

  #settlement .payment-table th, #settlement .payment-table td {
    display: block;
    white-space: normal;
  }

  #settlement .payment-table th {
    width: 90%;
    padding: 5px 5%;
    font-size: 12px;
    line-height: 1;
  }

  #settlement .payment-table td {
    padding: 10px 5% 1em;
  }

  #settlement .payment-table dd img {
    max-width: 100%;
  }

  #settlement .payment-table dt {
    font-size: 14px;
  }

  #settlement .payment-table input[type="text"] {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 5%;
    width: 89%;
  }

  #settlement .payment-table textarea {
    width: 90%;
  }

  #settlement table.wb-cart-ordertable tr {
    display: table-row;
  }

  /* Step4-4 */
  #settlement .total2 {
    width: 100%;
  }

  #settlement .total2 tr {
    display: block;
  }

  #settlement .total2 th, #settlement .total2 td {}

  #settlement .estimate-table tbody {
    padding-bottom: 0;
  }

  #settlement .estimate-table th, #settlement .estimate-table td {
    display: block;
    padding: 0 0 15px;
  }

  #settlement .estimate-table th {
    text-align: center;
  }

  #settlement .estimate-table td li {
    font-size: 12px;
    line-height: 1.4;
  }

  #settlement .option-price {
    font-size: 12px;
    line-height: 1.4;
  }

  #settlement .total-price {
    font-size: 18px;
    line-height: 1.4;
  }

  /* Step4-5 */
  #settlement h1.finish {
    font-size: 18px;
    line-height: 1.4;
    border: none;
  }

  #settlement .finish-table {
    width: auto;
  }

  #settlement .finish-table tr {
    display: block;
  }

  #settlement .finish-table th, #settlement .finish-table td {
    display: block;
    border: none;
  }

  #settlement .finish-table th {
    padding: 5px;
    font-size: 12px;
    line-height: 1;
  }

  #settlement .caution-box {
    width: 90%;
    padding: 2em 5%;
  }

  #settlement .caution-box dt {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  #settlement .caution-box dd {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  /* Login & Password */
  #login .input-box .read {
    text-align: left;
  }

  #login .user-input {
    width: 80%;
    padding: 2em 8%;
  }

  #login .user-input label {
    display: block;
    text-align: left;
  }

  #login .user-input input {
    width: 90%;
    line-height: 2;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 3%;
  }

  #login .caution-box {
    width: 80%;
    padding: 2em 8%;
  }

  #login .caution-box {
    text-align: left;
  }

  #login .caution-box dt {
    font-size: 16px;
  }

  #login .caution-box dd {
    font-size: 14px;
  }

  #login .caution-box dd li {
    text-indent: -0.66em;
    padding-left: 1.5em;
  }

  #login .button .member {
    min-width: 80%;
  }

  /* Design List */
  #design-list .list {
    padding: 2em 5% 1em;
  }

  #design-list .list table {
    border: none;
    width: 100%;
  }

  #design-list .list tr {
    border: none;
    display: block;
  }

  #design-list .list th, #design-list .list td {
    display: block;
    padding: 5px 0;
  }

  #design-list .list .btn a {
    font-size: 14px;
    margin: 0 5px;
  }

  #cart section#content table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  #cart section#content table tbody {
    display: table;
  }

  #cart section#content table tr th,
  #cart section#content table tr td {
    min-width: 95px;
  }

  #cart section#content .spec table tr th {
    min-width: 80px;
  }

  #cart section#content .spec table tr td {
    width: 100%;
  }

  #cart section#content .catalog-table .catalog-td[colspan="6"] {
    width: 100%;
  }
}

/* for Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {}

/* for Tablet */

@media screen and (max-width: 768px) {
  #main {
    font-size: 16px;
    line-height: 1.6;
  }

  section {
    padding: 3em 0;
  }

  section h3 {
    line-height: 1.2;
  }

  section .read {
    margin-bottom: 2.5em;
  }

  #header .logo {
    width: 186px;
  }

  #header .header-icons li {
    height: 60px;
  }

  #header .header-icons li a:before {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }

  #header-nav {
    justify-content: center;
    top: 60px;
    text-align: center;
  }

  #header-nav .global-nav {
    display: none;
  }

  #category .categorys i {
    font-size: 40px;
  }

  #slider ul {
    width: 80%;
    max-width: 80%;
  }

  #slider:before, #slider:after {
    width: 10%;
  }

  .item li p {
    border-width: 1px;
  }

  .customer li p, .item li p {
    font-size: 12px;
    line-height: 1.4;
  }

  .reception li h4 {
    font-size: 14px;
    line-height: 2;
  }

  .reception .tel, .reception .fax, .reception .mail {
    font-size: 30px;
    line-height: 1;
  }

  .design li dt {
    font-size: 14px;
    line-height: 2;
  }

  .links dl {
    width: 22%;
    font-size: 12px;
  }

  #footer-fixed {
    left: 50%;
    display: flex;
    justify-content: center;
    width: 400px;
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    margin-left: -200px;
    overflow: hidden;
  }

  #footer-fixed li {
    width: 25%;
    margin: 0;
  }

  #footer-fixed .calendar,
  #delivery.balloon .balloon-inr .fas {
    display: block;
  }

  #delivery.balloon,
  #telephone.balloon {
    display: none;
    top: auto;
    right: 50%;
    bottom: 70px;
    width: 300px;
    margin-right: -150px;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #ddd;
  }

  #delivery.balloon .balloon-inr {
    padding-top: 10px;
  }

  #delivery.balloon h5 br {
    display: inherit;
  }

  #delivery.balloon:after,
  #telephone.balloon:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top-color: #ddd;
    top: auto;
    right: 50%;
    bottom: -20px;
    margin-right: -10px;
  }

}

/* for Smart Phone */

@media screen and (max-width: 480px) {
  #main {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 86px;
  }

  section {
    padding: 2em 0;
  }

  section h3 {
    letter-spacing: 1px;
  }

  section .read {
    margin-bottom: 2em;
  }

  th, td {
    font-size: 12px;
    line-height: 1.4;
  }

  .none {
    display: block;
  }

  #header .logo {
    width: 160px;
    padding: 10px;
  }

  #header .header-icons li {
    width: 40px;
    height: 40px;
  }

  #header .header-icons li a {
    height: 24px;
    padding: 10px 0 0;
    overflow: hidden;
  }

  #header-nav {
    top: 46px;
    text-align: center;
  }

  #category .category-tabs li a {
    font-size: 10px;
    line-height: 1;
  }

  #category .category-tabs li a b {
    letter-spacing: .02em;
  }

  #slider ul {
    width: 100%;
    max-width: 100%;
  }

  #slider:before, #slider:after {
    display: none;
  }

  footer {
    padding-bottom: 70px;
  }

  #footer-fixed {
    width: 100%;
    left: 0;
    margin: 0;
    border-radius: 0;
  }

  .design ul {
    text-align: left;
  }

  .design li {
    width: 28%;
    margin-bottom: 1em;
  }

  .concept h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .concept h4 b {
    display: none;
  }

  .customer li {
    width: 45%;
  }

  .customer li h4 {
    font-size: 14px;
  }

  .customer li p {
    font-size: 12px;
    line-height: 1.4;
  }

  .customer li p br {
    display: none;
  }

  .item li {
    width: 42%;
  }

  .order .step li {
    width: 60%;
  }

  .order .step li img {
    max-width: 70%;
    margin: 0 auto;
  }

  .order .step li:after {
    display: none;
  }

  .reception {
    padding-bottom: 1em;
  }

  .links dl {
    width: 45%;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll::-webkit-scrollbar {
    height: 4px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #fff;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .reception li {
    width: 70%;
  }
}