@charset "UTF-8";

/*============================================================================================================
	base
============================================================================================================*/
* {
  padding: 0;
  margin: 0;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
section,
article,
header,
footer,
main,
nav,
span,
a {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p,
li,
td,
th,
dt,
dd {
  font-size: 14px;
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  min-width: 1150px;
}

/*------------------------------------------
	hover
------------------------------------------*/
a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: .7;
}

/*============================================================================================================
	.l-header
============================================================================================================*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9990;
  border-bottom: 1px solid #ccc;
  min-width: 1150px;
}

.l-header-inner {
  max-width: 100%;
  width: 1130px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.l-header__tit {
  width: 204px;
  margin: 0 15px 30px 0;
}

.l-header__tit a,
.l-header__tit img {
  display: block;
}

/*============================================================================================================
	.l-nav
============================================================================================================*/
.l-nav {
  margin: 0 0 0 auto;
}

.l-nav-list {
  display: flex;
}

.l-nav-list__item {
  width: 150px;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

.l-nav-list__item a {
  position: relative;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 40px 0 20px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.l-nav-list__item a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #2FCA69;
  transition: all 0.3s ease-in-out;
}

.l-nav-list__item a:hover {
  opacity: 1;
}

.l-nav-list__item a:hover:before {
  height: 3px;
  opacity: 1;
}

.l-nav-list__contracted a {
  background-image: url("/static/kobai/img/ico/ico_list02.png");
  background-size: 36px;
}

.l-nav-list__uncontracted {
  position: relative;
  margin-right: auto;
}


.l-nav-list__uncontracted a {
  background-image: url("/static/kobai/img/ico/ico_list03.png");
  background-size: 36px;
}

.l-nav-list__stock a {
  background-image: url("/static/kobai/img/ico/ico_stock01.png");
  background-size: 36px;
}

.l-nav-list__favorite a {
  background-image: url("/static/kobai/img/ico/ico_star.png");
  background-size: 36px;
}

.l-nav-list__cart a {
  background-image: url("/static/kobai/img/ico/ico_cart01.png");
  background-size: 35px;
}

.l-nav-list__cart-badge {
  position: absolute;
  top: -6px;
  right: calc(50% - 25px);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FF7F16;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.l-nav-list__history a {
  background-image: url("/static/kobai/img/ico/ico_list01.png");
  background-size: 33px;
}

.l-nav-list__mypage a {
  background-image: url("/static/kobai/img/ico/ico_shop01.png");
  background-size: 33px;
}

.l-nav-list__outstock a {
  background-image: url("/static/kobai/img/ico/ico_list04.png");
  background-size: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

.l-nav-list__sale a {
  background-image: url("/static/kobai/img/ico/ico_list05.png");
  background-size: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

.l-nav-list__chat a {
  background-image: url("/static/kobai/img/ico/ico_list06.png");
  background-size: 36px;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  background-position-y: 5px;
}

/*============================================================================================================
	.l-footer
============================================================================================================*/
.l-footer {
  padding: 30px 0;
  background: #DEDEDE;
}

.l-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
}

.l-footer-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-footer-link__item {
  color: #707070;
  font-size: 12px;
  margin-right: 40px;
}

.l-footer-link__item:last-of-type {
  margin-right: 0;
}

.l-footer-link__item a {
  display: block;
  padding: 0 0 0 33px;
}

.l-footer-link__item.is-contact a {
  background: url("/static/kobai/img/ico/ico_letter01.png") no-repeat left center;
  background-size: 22px;
}

.l-footer-link__item.is-news a {
  padding: 0 0 0 30px;
  background: url("/static/kobai/img/ico/ico_news01.png") no-repeat left center;
  background-size: 20px;
}

.l-footer__copyright {
  margin: 0 0 0 auto;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

/*============================================================================================================
	.l-contents (common)
============================================================================================================*/
.l-contents {
  padding: 120px 0 80px;
  min-height: calc(100vh - 81px);
}

/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	column
------------------------------------------*/
.c-width01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-column {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.c-column-main {
  width: 650px;
  margin-right: 70px;
}

.c-column-side {
  width: 200px;
}

.c-column.is-mb50 {
  margin-bottom: 50px;
}

/*------------------------------------------
	font
------------------------------------------*/
.c-bold {
  font-weight: 700;
}

.c-color-green {
  color: #2FCA69;
}

.c-color-blue {
  color: #00B2C9;
}

.c-color-orange {
  color: #FF7F16;
}

/*------------------------------------------
	tit
------------------------------------------*/
.c-tit01 {
  color: #707070;
  font-weight: 700;
  font-size: 18px;
}

.c-tit02 {
  color: #707070;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.c-tit03 {
  font-weight: 700;
  font-size: 18px;
}

.c-tit04 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

/*------------------------------------------
	btn
------------------------------------------*/
.c-btn01 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: #2FCA69;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.c-btn01.is-blue {
  background: #00B2C9;
}

.c-btn01:hover {
  opacity: .7;
}

.c-btn01.is-big {
  height: 40px;
  font-size: 16px;
}

.c-btn01.is-short {
  width: 80px;
}

.c-btn02 {
  display: table;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #707070;
}

.c-btn02 a {
  display: block;
}

.c-btn-cart {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 30px;
  background: #2FCA69 url("/static/kobai/img/ico/ico_cart02.png") no-repeat 12px center;
  background-size: 25px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.c-btn-cart.is-orange {
  background-color: #FF7F16;
}

.c-btn-cart.is-blue {
  background-color: #00B2C9;
}

.c-btn-cart.is-repeat {
  height: 60px;
  padding-left: 40px;
  background: #00B2C9 url("/static/kobai/img/ico/ico_repeat02.png") no-repeat 8px center;
  background-size: 35px;
}

.c-btn-cart:hover {
  opacity: .7;
}

.c-btn-file {
  display: table;
  font-size: 14px;
}

.c-btn-file a {
  display: block;
  padding: 5px 0 5px 50px;
  background: url("/static/kobai/img/ico/ico_file01.png") no-repeat left center;
  background-size: 30px;
}

.c-btn-stock {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 5px 0 0 30px;
  background: #2FCA69 url("/static/kobai/img/ico/ico_add01.png") no-repeat 12px center;
  background-size: 25px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.c-btn-stock.is-orange {
  background-color: #FF7F16;
}

.c-btn-stock.is-blue {
  background-color: #00B2C9;
}

.c-btn-stock:hover {
  opacity: .7;
}

/*------------------------------------------
	modal
------------------------------------------*/
.c-modal01 {
  position: relative;
  max-width: 100%;
  width: 550px;
  margin: auto;
  padding: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(111, 117, 121, 0.2);
}

/* popup - js */
body .mfp-bg {
  z-index: 9993;
  opacity: .6;
  background: #606E5F;
}

body .mfp-wrap {
  z-index: 9994;
}

body .mfp-container {
  padding: 0;
}

body .mfp-content {
  padding: 20px;
}

body button.mfp-close {
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #98A6B5 !important;
  font-size: 40px;
  opacity: 1;
}

/*------------------------------------------
	object-fit
------------------------------------------*/
.js-objectfit-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain; object-position: center;';
}

/*============================================================================================================
	project
============================================================================================================*/
/*==========================================================
	form
==========================================================*/
/*	form base
---------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 0 12px;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
  -webkit-appearance: none;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ADADAD;
  font-size: 14px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ADADAD;
  font-size: 14px;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ADADAD;
  font-size: 14px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
select {
  height: 32px;
}

textarea {
  margin-bottom: 0;
  padding: 10px 12px;
}

select,
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="reset"],
button[type="button"] {
  cursor: pointer;
}

/* button */
button[type="submit"],
button[type="reset"],
button[type="button"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-appearance: none;
}

button[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover {
  opacity: .7;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 12px;
  background: #fff url("/static/kobai/img/ico/ico_select02.png") no-repeat right 11px center;
  background-size: 10px;
}

select::-ms-expand {
  display: none;
}

select.is-blue {
  background-image: url("/static/kobai/img/ico/ico_select03.png");
}

/*------------------------------------------
	p-form
------------------------------------------*/
/* radio */
.p-form-radio {
  cursor: pointer;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.p-form-radio input {
  display: none;
}

.p-form-radio-lever {
  cursor: pointer;
  display: block;
  padding: 2px 0 2px 25px;
}

.p-form-radio-lever:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
}

.p-form-radio-lever:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  background: #2FCA69;
  display: none;
}

.p-form-radio input[type="radio"]:checked+.p-form-radio-lever:before {
  border-color: #2FCA69;
}

.p-form-radio input[type="radio"]:checked+.p-form-radio-lever:after {
  display: block;
}

/* button */
.p-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px !important;
  height: 40px;
  margin: 0 auto;
  background: #00B2C9;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.p-form-submit.is-green {
  background: #2FCA69;
}

/* parts */
.p-form-required {
  color: #F00;
}

/*==========================================================
	search
==========================================================*/
.p-search-top {
  width: 534px;
  display: flex;
  overflow: hidden;
}

.p-search-top input,
.p-search-top select,
.p-search-top button {
  border-left: none;
}

.p-search-top input:first-child,
.p-search-top select:first-child,
.p-search-top button:first-child {
  border-left: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.p-search-top input:last-child,
.p-search-top select:last-child,
.p-search-top button:last-child {
  border-radius: 0 4px 4px 0;
}

.p-search-top-input {
  width: calc(100% - 220px) !important;
  padding: 0 5px !important;
}

.p-search-top-input:-ms-input-placeholder {
  color: #ccc;
  font-size: 12px !important;
}

.p-search-top-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px !important;
}

.p-search-top-input::-moz-placeholder {
  color: #ccc;
  font-size: 12px !important;
}

.p-search-top-select {
  width: 120px;
  padding: 9px 20px 9px 10px;
  background: #fff url("/static/kobai/img/ico/ico_select01.png") no-repeat right 8px top 10px;
  background-size: 12px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.p-search-top-select:hover {
  opacity: .7;
}

.p-search-top-btn {
  width: 100px !important;
  padding: 0 23px 0 8px;
  background: #2FCA69 url("/static/kobai/img/ico/ico_search01.png") no-repeat right 7px center;
  background-size: 16px;
  color: #fff;
  font-size: 12px;
  text-align: left !important;
}

.p-search-top-btn.is-blue {
  background-color: #00B2C9;
}

/*==========================================================
	titBox
==========================================================*/
.p-titBox01__tit {
  width: 60%;
  margin: 0 auto;
  color: #707070;
  text-align: center;
}

.p-titBox01__txt {
  display: table;
  margin: -20px 0 0 auto;
  color: #707070;
  font-size: 12px;
}

/*==========================================================
	inventory
==========================================================*/
.p-inventory {
  display: flex;
  align-items: center;
}

.p-inventory__tit {
  margin-right: 15px;
  color: #414141;
}

.p-inventory-switch {
  width: 70px;
  height: 28px;
}

.p-inventory-switch-checkbox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.p-inventory-switch-checkbox-input {
  display: none;
}

.p-inventory-switch-checkbox-input:checked+label {
  background: #E5F7EB;
}

.p-inventory-switch-checkbox-input:checked+label:before {
  content: "ON";
  left: 12px;
  color: #707070;
}

.p-inventory-switch-checkbox-input:checked+label:after {
  right: 7px;
  background: #2FCA69;
}

.p-inventory-switch-checkbox-label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: #D0D0D0;
  border-radius: inherit;
  box-sizing: border-box;
  line-height: 1;
}

.p-inventory-switch-checkbox-label:before {
  content: "OFF";
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  margin: auto;
  color: #fff;
  font-size: 12px;
}

.p-inventory-switch-checkbox-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 27px);
  margin: auto;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

/*==========================================================
	displayswitch
==========================================================*/
.p-displayswitch {
  display: flex;
  align-items: center;
}

.p-displayswitch__tit {
  margin-right: 11px;
  color: #4A4A4A;
}

.p-displayswitch-btn {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-displayswitch-btn+.p-displayswitch-btn {
  margin-left: 10px;
}

/*==========================================================
	sort
==========================================================*/
.p-sort-select {
  width: 200px;
}

/*==========================================================
	pager
==========================================================*/
.p-pager01 {
  margin: 40px auto 0;
}

.p-pager01-list {
  position: relative;
  overflow: hidden;
  display: table;
  margin: 0 auto;
  padding: 0 55px;
}

.p-pager01-list__item {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 48px;
  margin: 0 3px;
  color: #2FCA69;
}

.p-pager01-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #98A6B5;
}

.p-pager01-list__item.is-prev,
.p-pager01-list__item.is-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
  overflow: hidden;
}

.p-pager01-list__item.is-prev a,
.p-pager01-list__item.is-next a {
  background: #FAFAFA url("/static/kobai/img/ico/ico_arrow02.png") no-repeat center;
  background-size: 16px;
}

.p-pager01-list__item.is-prev {
  left: 0;
  transform: scale(-1, 1);
}

.p-pager01-list__item.is-next {
  right: 0;
}

/*==========================================================
	product
==========================================================*/
/*	.p-product-archive
------------------------------------------*/
.p-product-archive {
  margin: 0 auto 60px;
}

.p-product-archive-titBox {
  margin-bottom: 30px;
}

.p-product-archive-list {
  display: flex;
  flex-wrap: wrap;
}

.p-product-archive-list__item {
  width: 20%;
  padding: 10px 20px 20px;
  border-right: 1px solid #ccc;
}

.p-product-archive-list__item.outstock {
  background-color: rgba(100, 10, 10, 0.1);
}

.p-product-archive-list__item:nth-of-type(n + 6) {
  margin-top: 40px;
}

.p-product-archive-list__item-imgBox {
  position: relative;
  margin: 0 auto 8px;
  width: 160px;
  height: 160px;
}

.p-product-archive-list__item-btns {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.p-product-archive-list__item-btns:hover {
  background: rgba(0, 0, 0, 0.08);
}

.p-product-archive-list__item-btns:hover .p-product-archive-list__item-btns-favorite,
.p-product-archive-list__item-btns:hover .p-product-archive-list__item-btns-more {
  opacity: 1;
}

.p-product-archive-list__item-btns-favorite {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  background-color: #00B2C9;
  border-radius: 4px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.p-product-archive-list__item-btns-favorite img {
  width: 20px;
}

.p-product-archive-list__item-btns-favorite.is-checked {
  background-image: url("/static/kobai/img/ico/ico_star02_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.p-product-archive-list__item-btns-favorite.is-checked img {
  opacity: 0;
}

.p-product-archive-list__item-btns-favorite:hover {
  background-color: #009bb0;
}

.p-product-archive-list__item-btns-more {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
}

.p-product-archive-list__item-btns-more:hover {
  background-color: #009bb0;
}

.p-product-archive-list__item__name {
  margin-bottom: 5px;
  font-weight: 700;
}

.p-product-archive-list__item__name a {
  display: block;
}

.p-product-archive-list__item__desc {
  margin-bottom: 5px;
  font-size: 12px;
}

.p-product-archive-list__item__subdesc {
  color: #707070;
  font-size: 10px;
}

.p-product-archive-list__item__stock {
  color: rgb(107, 195, 224);
  font-size: 10px;
}

.p-product-archive-list__item-cart {
  margin-top: 10px;
}

.p-product-archive.is-type01 .p-product-archive-list {
  justify-content: space-between;
}

.p-product-archive.is-type01 .p-product-archive-list__item {
  border: 1px solid #ccc;
  width: 48%;
  margin: 0;
  padding: 15px;
}

.p-product-archive.is-type01 .p-product-archive-list__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

.p-product-archive.is-type01 .p-product-archive-list__item-imgBox {
  float: left;
  width: 160px;
  margin: 0;
}

.p-product-archive.is-type01 .p-product-archive-list__item-txtBox {
  float: right;
  width: 250px;
}

.p-product-archive.is-type01 .p-product-archive-list__item-cart {
  width: 160px;
  float: right;
  margin-right: 90px;
}

.p-product-archive.is-type02 .p-product-archive-list__item {
  width: 48%;
  margin: 0;
  padding: 30px;
}

.p-product-archive.is-type02 .p-product-archive-list__item-imgBox {
  float: left;
  width: 160px;
  margin: 0;
}

.p-product-archive.is-type02 .p-product-archive-list__item-txtBox {
  float: right;
  width: 250px;
}

.p-product-archive.is-type02 .p-product-archive-list__item-cart {
  width: 115px;
  float: left;
  margin-left: 3%;
  margin-bottom: 30px;
}

.p-product-archive.is-type02 .p-product-archive-list__item-comment {
  clear: both;
  background: #E5F7EB;
  border-radius: 4px;
  padding: 20px;
}

/* slider - js */
.js-product-archive-slider01,
.js-product-archive-slider02 {
  margin-right: -1px;
}

.js-product-archive-slider01 .slick-prev,
.js-product-archive-slider01 .slick-next,
.js-product-archive-slider02 .slick-prev,
.js-product-archive-slider02 .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #F0F3F5;
  background: #FAFAFA url("/static/kobai/img/ico/ico_arrow02.png") no-repeat center !important;
  background-size: 16px !important;
  transition: all 0.3s ease-in-out;
}

.js-product-archive-slider01 .slick-prev:before,
.js-product-archive-slider01 .slick-next:before,
.js-product-archive-slider02 .slick-prev:before,
.js-product-archive-slider02 .slick-next:before {
  content: none;
}

.js-product-archive-slider01 .slick-prev:hover,
.js-product-archive-slider01 .slick-next:hover,
.js-product-archive-slider02 .slick-prev:hover,
.js-product-archive-slider02 .slick-next:hover {
  opacity: .7;
}

.js-product-archive-slider01 .slick-prev,
.js-product-archive-slider02 .slick-prev {
  transform: scale(-1, 1);
  left: -60px;
}

.js-product-archive-slider01 .slick-next,
.js-product-archive-slider02 .slick-next {
  transform: none;
  right: -60px;
}

.js-product-archive-slider01 .slick-dots,
.js-product-archive-slider02 .slick-dots {
  position: static;
  margin-top: 10px;
}

.js-product-archive-slider01 .slick-dots li,
.js-product-archive-slider02 .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  background: #2FCA69;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}

.js-product-archive-slider01 .slick-dots li button,
.js-product-archive-slider02 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}

.js-product-archive-slider01 .slick-dots li button:before,
.js-product-archive-slider02 .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  line-height: 1;
}

.js-product-archive-slider01 .slick-dots li.slick-active,
.js-product-archive-slider02 .slick-dots li.slick-active {
  opacity: 1;
}

/*	.p-product-single
------------------------------------------*/
.p-product-single {
  padding: 20px 25px;
}

.p-product-single-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 10px;
}

.p-product-single-imgBox {
  width: 250px;
  height: 250px;
  position: relative;
}

.p-product-single-btns {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.p-product-single-btns:hover {
  background: rgba(0, 0, 0, 0.08);
}

.p-product-single-btns:hover .p-product-single-btns-favorite {
  opacity: 1;
}

.p-product-single-btns-favorite {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00B2C9;
  border-radius: 4px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.p-product-single-btns-favorite img {
  width: 20px;
}

.p-product-single-btns-favorite.is-checked {
  background-image: url("/static/kobai/img/ico/ico_star02_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.p-product-single-btns-favorite.is-checked img {
  opacity: 0;
}

.p-product-single-btns-favorite:hover {
  background-color: #009bb0;
}

.p-product-single-txtBox {
  width: 330px;
  margin-top: 10px;
}

.p-product-single-txtBox__name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

.p-product-single-txtBox__desc {
  margin-bottom: 8px;
  font-size: 16px;
}

.p-product-single-txtBox__subdesc {
  color: #707070;
}

.p-product-single-comment {
  padding: 24px 35px;
  border-radius: 4px;
  background: #E5F7EB;
}

.p-product-single-description {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-product-single-description__tit {
  width: 130px;
  text-align: left;
  flex-shrink: 0;
}

.p-product-single-description-txtBox {
  width: calc(100% - 130px);
}

/*==========================================================
	order
==========================================================*/
/*	.p-order-list
------------------------------------------*/
.p-order-list__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.p-order-list__item-imgBox {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}

.p-order-list__item-txtBox {
  width: 190px;
}

.p-order-list__item-txtBox__name {
  font-weight: 700;
}

.p-order-list__item-txtBox__name a {
  display: block;
}

.p-order-list__item-txtBox__desc {
  margin-bottom: 5px;
  font-size: 12px;
}

.p-order-list__item-txtBox__subdesc {
  margin-bottom: 5px;
  color: #707070;
  font-size: 10px;
}

.p-order-list__item-txtBox-delete {
  display: block;
  margin-bottom: 3px;
  color: #707070;
  font-size: 12px;
}

.p-order-list__item-txtBox__date {
  margin-bottom: 5px;
  color: #FF7F16;
  font-size: 12px;
}

.p-order-list__item-txtBox-btn {
  width: 160px;
  margin-bottom: 10px;
}

.p-order-list__item-order {
  width: 180px;
  margin: 0 0 0 auto;
}

.p-order-list__item-order-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.p-order-list__item-order__name {
  width: 50px;
  flex-shrink: 0;
}

.p-order-list__item-order-select {
  width: 130px;
}

.p-order-list__item-order__selected {
  margin: 0 auto 0 0;
}

.p-order-list__item-order-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 4px 12px;
  background: #E6E6E6;
  border-radius: 4px;
}

.p-order-list__item-order-price__tit {
  font-size: 18px;
}

.p-order-list__item-order-price__num {
  color: red;
  font-size: 18px;
}

.p-order-list__item-response {
  width: 420px;
  margin: 15px 0 0 auto !important;
}

/*	.p-order-destination
------------------------------------------*/
.p-order-destination {
  padding: 15px;
  border-radius: 4px;
  background: #E5F7EB;
}

.p-order-destination th {
  width: 120px;
  padding: 12px 0;
  text-align: right;
}

.p-order-destination td {
  padding: 12px 25px 12px 30px;
}

.p-order-destination-input {
  width: 200px !important;
}

.p-order-destination__deliverydate {
  margin: 0 auto 5px 26px;
  color: #FF7F16;
}

.p-order-destination-btn-designation {
  width: 125px;
  margin: 0 auto 0 26px;
}

/*	.p-order-detail
------------------------------------------*/
.p-order-detail {
  border-radius: 4px;
  background: #E5F7EB;
}

.p-order-detail-sep {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}

.p-order-detail-sep:last-of-type {
  border: none;
}

.p-order-detail th {
  width: 100px;
  padding: 5px 0;
  text-align: right;
}

.p-order-detail td {
  padding: 5px 40px;
}

/*	.p-order-add
------------------------------------------*/
.p-order-add-select {
  margin-bottom: 10px;
}

.p-order-add-cart {
  margin-bottom: 22px;
}

.p-order-add__last {
  padding: 8px 5px;
  background: #FAFAFA;
  border-radius: 6px;
  color: #FF7F16;
  text-align: center;
}

/*	.p-order-cart
------------------------------------------*/
.p-order-cart__name {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-order-cart-add {
  width: 200px;
  margin: 0 auto;
}

.p-order-cart-commentBox {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
  padding: 15px;
  border-radius: 4px;
  background: #E5F7EB;
}

.p-order-cart-commentBox__txt {
  font-size: 13px;
}

/*	.p-order-confirm
------------------------------------------*/
.p-order-confirm-total {
  margin-bottom: 20px;
  padding: 10px 8px;
  border-radius: 4px;
  background: #E5F7EB;
}

.p-order-confirm-total__tit {
  margin-bottom: 5px;
  font-size: 16px;
}

.p-order-confirm-total__num {
  color: red;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}

.p-order-confirm-cart {
  margin-bottom: 10px;
}

.p-order-confirm-btn-shopping {
  display: block;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

/*	.p-order-history
------------------------------------------*/
.p-order-history-select {
  margin-bottom: 10px;
}

.p-order-history-input {
  margin-bottom: 10px;
}

.p-order-history-input:-ms-input-placeholder {
  font-size: 12px !important;
}

.p-order-history-input::-webkit-input-placeholder {
  font-size: 12px !important;
}

.p-order-history-input::-moz-placeholder {
  font-size: 12px !important;
}

.p-order-history-btn {
  margin-bottom: 30px;
}

.p-order-history-output {
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 45px 0 0;
  background: url("/static/kobai/img/ico/ico_output01.png") no-repeat center top;
  background-size: 40px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.p-order-history-output:hover {
  opacity: .7;
}

/*	.p-order-response
------------------------------------------*/
.p-order-response {
  margin: 0 auto 35px;
  padding: 16px 30px;
  border-radius: 4px;
  background: #FFF1A3;
}

.p-order-response-txtBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-order-response__tit,
.p-order-response__txt {
  margin-bottom: 10px;
}

.p-order-response__tit:last-of-type,
.p-order-response__txt:last-of-type {
  margin-bottom: 0;
}

.p-order-response__tit {
  flex-shrink: 0;
  width: 100px;
  padding: 2px 0 2px 30px;
  background: url("/static/kobai/img/ico/ico_check01.png") no-repeat left 4px;
  background-size: 20px;
}

.p-order-response__txt {
  padding: 2px 0;
  width: calc(100% - 120px);
}

/*==========================================================
	archive
==========================================================*/
.p-archive01 {
  padding: 10px 50px;
  border: 6px solid #EDEDED;
}

.p-archive01-list__item {
  border-bottom: 1px solid #ccc;
}

.p-archive01-list__item:last-of-type {
  border: none;
}

.p-archive01-list__item a {
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
}

.p-archive01-list__item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.p-archive01-list__item__date {
  min-width: 85px;
  margin-right: 15px;
  flex-shrink: 0;
}

.p-archive01-list__item.is-unread a {
  position: relative;
}

.p-archive01-list__item.is-unread a:after {
  content: "";
  display: block;
  background: url("/static/kobai/img/ico/ico_check01.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  flex-shrink: 0;
}

/*==========================================================
	single
==========================================================*/
.p-single01 {
  margin: 0 auto 35px;
  padding: 30px 45px;
  border: 6px solid #EDEDED;
}

.p-single01-content {
  margin: 20px auto;
}

.p-single01-content p:last-of-type {
  margin-bottom: 0;
}

.p-single01__tit {
  margin-bottom: 20px;
  font-size: 14px;
}

.p-single01__date {
  margin-bottom: 20px;
}

.p-single01__txt {
  margin-bottom: 25px;
}

/*==========================================================
	.p-thanks01
==========================================================*/
.p-thanks01__tit {
  margin-bottom: 16px;
}

.p-thanks01__truck {
  width: 70px;
  display: block;
  margin: 0 auto 17px;
}

.p-thanks01__letter {
  width: 64px;
  display: block;
  margin: 0 auto 17px;
}

.p-thanks01-messageBox {
  width: 715px;
  margin: 0 auto;
  padding: 25px 35px;
  border-radius: 4px;
  background: #E5F7EB;
}

.p-thanks01-messageBox__txt {
  font-size: 18px;
}

/*==========================================================
	stock
==========================================================*/
/*	.p-order-destination
------------------------------------------*/
.p-stock-registration {
  padding: 15px;
  border-radius: 4px;
  background: #E5F7EB;
  display: inline-block;
  margin-top: 10px;
}

.p-stock-registration td {
  padding: 2px 10px 2px 10px;
  vertical-align: middle;
  width: 100px !important;
}

.p-stock-registration-header {
  width: 80px !important;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.p-stock-registration-line-header {
  width: 120px !important;
  padding: 2px 0;
  text-align: right;
  vertical-align: middle;
}

.p-stock-registration-data {
  width: 80px !important;
  text-align: right;
}

.p-stock-registration-input {
  width: 80px !important;
  text-align: right;
}

/*------------------------------------------
	.stockRegistBtn
------------------------------------------*/
.stockRegistBtn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

/*------------------------------------------
	.p-stock-confirm
------------------------------------------*/
.p-stock-confirm {
  width: 700px;
}

.p-stock-confirm__title {
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-stock-confirm-ticker {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}

.p-stock-confirm-list {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 20px;
}

.p-stock-confirm-list__item {
  border-bottom: 1px solid #84b2e0;
  padding: 5px 10px;
}

.p-stock-confirm-list__item__name {
  font-weight: 700;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.p-stock-confirm-list__item__number {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.p-stock-confirm-btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

/*============================================================================================================
	unique
============================================================================================================*/
/*------------------------------------------
	.breadcrumbs
------------------------------------------*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  margin-right: 15px;
  color: #707070;
  font-size: 12px;
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item a {
  position: relative;
  display: block;
  padding-right: 15px;
}

.breadcrumbs__item a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}

/*------------------------------------------
	.pageTopinfo
------------------------------------------*/
.pageTopinfo {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pageTopinfo__tit {
  flex-shrink: 0;
}

.pageTopinfo__num {
  color: #707070;
}

.pageTopinfo-nav {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.pageTopinfo-nav__item {
  margin-right: 30px;
  position: relative;
}

.pageTopinfo-nav__item:before {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8px);
  background: #707070;
}

.pageTopinfo-nav__item:last-child {
  margin-right: 0;
}

.pageTopinfo-nav__item:last-child:before {
  content: none;
}

.pageTopinfo-nav__txt {
  color: #707070;
  font-size: 12px;
}

.pageTopinfo-nav-logout {
  color: #707070;
  font-size: 12px;
}

/*------------------------------------------
	.topNews
------------------------------------------*/
.topNews {
  margin: 0 auto 35px;
}

.topNews-titBox {
  margin-bottom: 35px;
}

.topNews-archive {
  padding: 25px 35px;
  border: 6px solid #EDEDED !important;
}

.topNews-archive-ticker {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}

.topNews-archive-list__item a {
  display: flex;
  align-items: flex-start;
}

.topNews-archive-list__item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.topNews-archive-list__item__date {
  width: 100px;
  flex-shrink: 0;
}

.topNews-archive-list__item__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topNews-archive-list__item.is-unread a {
  position: relative;
}

.topNews-archive-list__item.is-unread a:after {
  content: "";
  display: block;
  background: url("/static/kobai/img/ico/ico_check01.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  flex-shrink: 0;
}

/*------------------------------------------
	.searchSettings
------------------------------------------*/
.searchSettings {
  display: flex;
  align-items: center;
  margin: 0 auto 38px;
}

.searchSettings-displayswitch {
  margin: 0 0 0 auto;
}

.searchSettings-sort {
  margin: 0 0 0 30px;
}

/*------------------------------------------
	.searchAddCartBtn
------------------------------------------*/
.searchAddCartBtn {
  width: 100%;
  max-width: 440px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #2FCA69;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.searchAddCartBtn a,
.searchAddCartBtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  background: url("/static/kobai/img/ico/ico_add01.png") no-repeat 10px center;
  background-size: 32px;
}

.searchAddCartBtn a:hover {
  opacity: 1;
  background-color: #E5F7EB;
}

/*------------------------------------------
	.historyAllAddCartBtn
------------------------------------------*/
.historyAllAddCartBtn {
  width: 100%;
  max-width: 440px;
  height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #2FCA69;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.historyAllAddCartBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  background: url("/static/kobai/img/ico/ico_cart01.png") no-repeat 10px center;
  background-size: 32px;
}

.historyAllAddCartBtn a:hover {
  opacity: 1;
  background-color: #E5F7EB;
}

/*------------------------------------------
	.seach-result
------------------------------------------*/
.seach-result {
  margin: 50px auto 0;
}

/*------------------------------------------
	.cartItem
------------------------------------------*/
.cartItem__tit {
  margin-bottom: 50px;
}

.cartItem-btn-alldelete {
  margin: 25px 0 0 auto;
}

/*------------------------------------------
	.orderDestination
------------------------------------------*/
.orderDestination {
  margin-bottom: 35px;
}

.orderDestination__tit {
  margin-bottom: 50px;
}

/*------------------------------------------
	.orderCheck
------------------------------------------*/
.orderCheck__tit {
  margin-bottom: 50px;
}

.orderCheck-btn-back {
  margin: 25px 0 0 auto;
}

/*------------------------------------------
	.orderDetail
------------------------------------------*/
.orderDetail {
  margin-bottom: 50px;
}

.orderDetail:last-of-type {
  margin-bottom: 0;
}

.orderDetail__tit {
  margin-bottom: 25px;
}

.orderDetail-detail {
  margin-bottom: 20px;
}

/*------------------------------------------
	.subscriptionItem
------------------------------------------*/
.subscriptionItem__tit {
  margin-bottom: 50px;
}

.subscriptionItem-btn-alldelete {
  margin: 25px 0 0 auto;
}

/*------------------------------------------
	.searchProduct
------------------------------------------*/
.searchProduct {
  width: 715px;
  margin: 0 auto 26px;
  padding: 30px 30px 33px;
  background: #E5F7EB;
  border-radius: 4px;
}

.searchProduct__tit {
  margin-bottom: 15px;
  color: #707070;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.searchProduct-search {
  margin: 0 auto;
}

/*------------------------------------------
	.contactInfo
------------------------------------------*/
.contactInfo {
  width: 100%;
  max-width: 715px;
  margin: 0 auto 47px;
  padding: 20px 20px 30px;
  border-radius: 4px;
  background: #E5F7EB;
}

.contactInfo__tit {
  margin-bottom: 6px;
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.contactInfo__txt {
  margin-bottom: 12px;
  text-align: center;
}

.contactInfo-btn {
  width: 200px;
  margin: 0 auto;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.contactInfo-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: inherit;
  background: #00B2C9;
}

/*------------------------------------------
	.contactForm
------------------------------------------*/
.contactForm {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  padding: 28px 30px;
  border-radius: 4px;
  background: #E5F7EB;
}

.contactForm__tit {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.contactForm table {
  width: 80%;
  max-width: 460px;
  margin: 0 auto 5px;
}

.contactForm table th,
.contactForm table td {
  display: block;
  width: 100%;
}

.contactForm table th {
  padding: 0 0 5px;
}

.contactForm table td {
  padding: 0 0 15px;
}

.contactForm-input,
.contactForm-select {
  width: 200px !important;
}

.contactForm__message {
  margin: 15px auto 0;
  text-align: center;
}

/*------------------------------------------
	login page / other message page
------------------------------------------*/
.loginHeader {
  padding: 15px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginHeader__tit {
  width: 204px;
  margin: 0 auto;
}

.loginHeader__tit a,
.loginHeader__tit img {
  display: block;
}

.loginFooter {
  padding: 15px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginFooter__copyright {
  color: #707070;
  font-size: 12px;
  text-align: center;
}

.loginForm {
  min-height: calc(100vh - 250px);
  padding: 100px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginForm__tit {
  margin-bottom: 10px;
}

.loginForm-table {
  max-width: 400px;
  margin: 0 auto 20px;
}

.loginForm-table th,
.loginForm-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.loginForm-table th {
  width: 100px;
  vertical-align: middle;
  padding-right: 10px;
  text-align: right;
}

.loginForm-table td .loginForm__errorTxt {
  position: absolute;
  margin-top: 3px;
}

.loginForm-table input {
  width: 200px;
}

/* error */
.loginForm .loginForm__errorTxt {
  display: none;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}

.loginForm-field.is-error input {
  border-color: #f00;
}

.loginForm-btn .loginForm__errorTxt {
  margin: 10px auto 0;
  text-align: center;
}

.loginForm .is-error .loginForm__errorTxt {
  display: block;
}

.messageColumn {
  min-height: calc(100vh - 250px);
  padding: 150px 15px 100px;
}