@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    height: 100vh;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body.fixed {
    overflow: hidden;
}


.inner {
    width: 1280px;
    margin: 0 auto;
}
.innerSmall {
    width: 960px;
    margin: 0 auto;
}
/*VALIDATE */
.error {
    display: block;
    font-size: 12px;
    color: red;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.fancybox-is-open .fancybox-bg {
    background-color: rgba(0,0,0,0.7);
}
/*#HEADER*/

#header {
    position: fixed;
    width: 100%;
    padding: 41px 0 28px;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
}
#header .boxHd {
    display: flex;
    justify-content: space-between;
}
#header .boxHd .logoHd {
    width: 162px;
    margin-left: 30px;
}

/*listMenu*/
#header .listMenu {
    transform: translateY(4px);
}
#header .listMenu li {
    float: left;
    margin-right: 40px;
}
#header .listMenu li:last-child {
    margin-right: 0;
}
#header .listMenu li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 2px 0 2px 30px;
}
#header .listMenu li a:hover:after {
    width: 100%;
    left: 0;
}
#header .listMenu li a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    bottom: 2px;
    left: 50%;
    width: 0%;
    transition: all 250ms ease-in-out;
}
#header .listMenu li.homeMenu a {
    background: url(../images/common/icon-menu-home.svg) no-repeat;
    background-size: 22px 20px;
    background-position: top 3px left;
}
#header .listMenu li.searchMenu a {
    background: url(../images/common/icon-menu-search.svg) no-repeat;
    background-size: 20px 19px;
    background-position: top 4px left;
    padding-left: 24px;
}
#header .listMenu li.imageMenu a {
    background: url(../images/common/icon-menu-image.svg) no-repeat;
    background-size: 19px 18px;
    background-position: top 4px left;
    padding-left: 25px;
}
#header .listMenu li.userMenu a {
    background: url(../images/common/icon-menu-user.svg) no-repeat;
    background-size: 18px 20px;
    background-position: top 3px left;
    padding-left: 25px;
}
#header .listMenu li.notificationMenu a {
    background: url(../images/common/icon-menu-notification.png) no-repeat;
    background-size: 20px 20px;
    background-position: top 4px left;
    padding-left: 25px;
}
#header .listMenu li.backupMenu a {
    background: url(../images/common/icon-menu-backup.svg) no-repeat;
    background-size: 27px 17px;
    background-position: top 5px left;
    padding-left: 32px;
}
#header .listMenu li.settingMenu a {
    background: url(../images/common/icon-menu-setting.svg) no-repeat;
    background-size: 18px 20px;
    background-position: top 3px left;
    padding-left: 23px;
}
/*END-listMenu*/

#header .rightHd {
    width: 260px;
}
#header .rightHd .notification {
    float: left;
    margin: 3px 10px 0 0;
}
#header .rightHd .boxUser {
    position: relative;
    float: right;
    width: 170px;
    margin-right: 20px;
    margin-top: -4px;
}
#header .rightHd .boxUser .logoUser {
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin-right: 4px;
}
#header .rightHd .boxUser .boxNameUser {
    display: inline-block;
    color: #fff;
    width: 106px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    letter-spacing: 2px;
}
#header .rightHd .boxUser .boxNameUser .userJp {
    letter-spacing: 1.2px;
}
#header .rightHd .boxUser .logOut.showLogout {
    display: inline-block;
}
#header .rightHd .boxUser .logOut {
    display: none;
    position: absolute;
    width: 133px;
    bottom: -65px;
    right: 23px;
    padding-top: 50px;
}
#header .rightHd .boxUser .logOut a {
    display: block;
    background: url(../images/home/logout-brg.png) no-repeat;
    background-size: 100%;
    color: #10F4FF;
    font-size: 18px;
    padding: 19px 0 14px;
    text-align: center;
    letter-spacing: -1px;
}
#header .rightHd .boxUser .logOut .iconLogOut {
    display: inline-block;
    vertical-align: -3px;
    margin:0 7px 0 3px;
}
#header .rightHd .boxUser .logOut .iconLogOut img {
    display: block;
}
 

.notification {
    text-align: right;
    padding-right: 10px;
}
.notification a {
    position: relative;
    display: inline-block;
}
.notification img {
    width: 30px;
    height: 32px;
}
.notification .numNoti {
    position: absolute;
    background: #FFC73B;
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    padding: 4px 6px 2px;
    top: -4px;
    right: -8px;
    line-height: 1;
}
#header .menuHome.showMenuHome {
    left: 0;
}
#header .menuHome {
    position: absolute;
    width: 320px;
    top: 111px;
    left: -100%;
    border: 1px solid #4A5E72;
    transition: left 300ms ease;
}
#header .menuHome li {
    border-bottom: 1px solid #4A5E72;
}
#header .menuHome li:last-child {
    border: none;
}
#header .menuHome li a {
    display: block;
    background: rgba(38, 38, 38, 0.9);
    font-size: 16px;
    padding: 32px 28px 31px;
    color: #10F4FF;
}
#header .menuHome li a:hover {
    box-shadow: 0 0 0 1px #10F4FF;
}
#header .menuHome li a .iconMenu {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#header .menuHome li a .iconMenu.iconImage {
    width: 30px;
    height: 25px;
}
#header .menuHome li a .iconMenu.iconSearch {
    width: 29px;
    height: 29px;
}
#header .menuHome li a .iconMenu.iconUser {
    width: 29px;
    height: 32px;
}
#header .menuHome li a .iconMenu.iconShop {
    width: 29px;
    height: 24px;
}
#header .menuHome li a .iconMenu.iconNotication {
    width: 29px;
    height: 25px;
}
#header .menuHome li a .iconMenu.iconUpload {
    width: 29px;
    height: 20px;
}
#header .menuHome li a .nameMenu {
    display: inline-block;
    vertical-align: middle;
}
#header .menuHome li:first-child a .nameMenu {
    vertical-align: 1px;
}

/* CONTENT */
#content {
    width: 100%;
    margin-bottom: 95px;
}
.area {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.fancybox-active {
    overflow: hidden;
}
.fancybox-content {
    background: transparent;
}
.fancybox-slide--html .fancybox-close-small {
    display: none;
}

/*.button*/

.btnBlue {
    display: inline-block;
    background: url(../images/news/button-brg.png) repeat-x;
    background-size: 100% 100%;
    width: 111px;
    padding: 2px 3px;
    border-radius: 5px;
    border: none;
}
.btnBlue a {
    display: block;
    background: linear-gradient(180deg, rgba(147,204,225,1) 0%, rgba(35,120,172,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0 4px;
    letter-spacing: -1px;
    border-radius: 5px;
    text-align: center;
}
.btnBlue span.linear {
    display: block;
    background: linear-gradient(180deg, rgba(147,204,225,1) 0%, rgba(35,120,172,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.95;
    padding: 0;
    letter-spacing: -1px;
    border-radius: 5px;
}
.btnBlue a:hover,
.btnBlue span.linear:hover {
    background: linear-gradient(180deg, rgba(35,120,172,1) 0%, rgba(147,204,225,1) 100%);
}
.btnBlue span.iconButton,
.btnBlue span.iconButton:hover {
    background: transparent;
}
.btnOrange {
    display: inline-block;
    background: url(../images/product/button-save-brg.png) no-repeat;
    background-size: 100% 100%;
    width: 109px;
    padding: 2px 3px;
    border-radius: 5px;
    border: none;
}
.btnOrange a {
    display: block;
    background: linear-gradient(180deg, rgba(229,125,0,1) 0%, rgba(193,76,31,1) 100%);
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0;
    border-radius: 5px;
    text-align: center;
}
.btnOrange a:hover {
    background: linear-gradient(180deg, rgba(193,76,31,1) 0%, rgba(229,125,0,1) 100%);
}
button.button{
    box-shadow: none;
    border: none;
    border-radius: 5px;
}

/*buttonSave*/
.buttonSave {
    background: url(../images/product/button-save-brg.png) no-repeat;
    background-size: 100% 100%;
    width: 161px;
    padding: 2px 3px;
    border-radius: 5px;
    border: none;
}
.buttonSave span.linear {
    display: block;
    background: linear-gradient(180deg, rgba(229,125,0,1) 0%, rgba(193,76,31,1) 100%);
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 1px;
    border-radius: 5px;
    text-align: center;
}
.buttonSave span.linear:hover {
    background: linear-gradient(180deg, rgba(193,76,31,1) 0%, rgba(229,125,0,1) 100%);
}
.buttonSave .iconButton {
    display: inline-block;
    vertical-align: -1px;
    margin: 0 8px 0 3px;
}
.buttonRegister {
    background: url(../images/product/button-save-brg.png) no-repeat;
    background-size: 100% 100%;
    width: 179px;
    padding: 2px 4px;
    border-radius: 18px;
    border: none;
}
.buttonRegister a {
    display: block;
    background: linear-gradient(180deg, rgba(229,125,0,1) 0%, rgba(193,76,31,1) 100%);
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 4px;
    border-radius: 50px;
    text-align: center;
}
.buttonRegister a:hover {
    background: linear-gradient(180deg, rgba(193,76,31,1) 0%, rgba(229,125,0,1) 100%);
}
.buttonSignUp .iconButton img {
    vertical-align: 3px;
    width: 11px;
}

/*buttonSignUp*/
.buttonSignUp .iconButton {
    transform: translate(-8px, 3px);
}


/*buttonDelete*/
.buttonDelete {
    background: url(../images/product/button-delete-brg.png) no-repeat;
    background-size: 100% 100%;
    width: 161px;
    padding: 2px 3px;
    border-radius: 5px;
    border: none;
}
.buttonDelete span.linear {
    display: block;
    background: linear-gradient(180deg, rgba(226,77,77,1) 0%, rgba(207,24,24,1) 50.56%, rgba(170,0,0,1) 100%);
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 0;
    border-radius: 5px;
    text-align: center;
}
.buttonDelete:hover span.linear {
    background: linear-gradient(180deg, rgba(170,0,0,1) 0%, rgba(207,24,24,1) 50.56%, rgba(226,77,77,1) 100%);
}
.buttonDelete .iconButton {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
}
.buttonDelete .iconButton img {
    width: 17px;
}
.buttonBack .iconButton {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
}
.buttonBack .iconButton img {
    vertical-align: -1px;
    width: 18px;
}
.buttonBack.btnBlue a{
    font-size: 14px;
    line-height: 1.7;
    padding: 2px 0 0;
}
.buttonRegister {
    display: inline-block;
    width: 180px;
    border: none;
    text-align: center;
}
.buttonRegister .iconRegister {
    margin-right: 6px;
}

.boxSearch .buttonReturn {
    display: inline-block;
    vertical-align: -3px;
    width: 95px;
    text-align: center;
    border-radius: 18px;
    padding: 2px 2px;
}
.boxSearch .buttonReturn a {
    border-radius: 50px;
    padding: 3px 0 3px;
    transition: 250ms all linear;
}
.productSearch .boxSearch .buttonReturn .iconReturn {
    font-size: 12px;
    margin-right: 5px;
}
.boxProduct {
    padding: 20px 0;
}

/*LOADER*/
.productSearch {
    position: relative;
}
.boxLoad {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.boxLoad .load {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boxLoad .load:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*BREACRUMB*/

.breacrumb {
    margin: 0 0 7px 20px;
}
.breacrumb li {
    position: relative;
    float: left;
    color: #fff;
}
.breacrumb li a {
    color: #fff;
    font-size: 14px;
    padding-right: 13px;
    letter-spacing: 0.5px;
}
.breacrumb li:before {
    content: "／";
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.breacrumb li:last-child {
    margin-right: 0;

}
.breacrumb li a:hover {
    text-decoration: underline;
}
.breacrumb li:last-child a {
    pointer-events: none;
    cursor: default;
}
.breacrumb li:last-child:before {
    content: none;
}

/*areaBox*/

.areaBox {
    background: #F2F2F2;
    border-radius: 1px;
    margin-bottom: 14px;
    padding-bottom: 1px;
}
.areaBox .boxTitle {
    background: #323E4C;
    color: #fff;
    font-size: 18px;
    width: calc(100% + 2px);
    padding: 5px 20px 5px 23px;
    margin-left: -1px;
    margin-top: -1px;
}
.areaBox .boxForm {
    padding: 15px 20px 25px;
}
.areaBox .boxForm .itemForm {
    margin-bottom: 8px;
}
.areaBox .boxForm .itemForm .twoItemForm {
    float: left;
    width: 63%;
}
.areaBox .boxForm .itemForm .twoItemForm:nth-child(2n) {
    float: right;
    width: 35%;
}
.areaBox .boxForm .itemForm .twoItemForm:after,
.areaBox .boxForm .itemForm:after {
    content: "";
    clear: both;
    display: table;
}
.areaBox .boxForm .itemForm .nameForm {
    float: left;
    max-width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #323E4C;
    margin-top: 13px;
}
.boxForm .nameForm.required {
    position: relative;
    padding-right: 7px;
}
.boxForm .nameForm.required:before {
    content: "*";
    position: absolute;
    font-size: 14px;
    color: #FC0000;
    top: -1px;
    right: 0;
}
.areaBox .boxForm .itemForm .nameForm .iconName {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.areaBox .boxForm .itemForm .inputForm {
    position: relative;
    float: right;
    width: calc(100% - 118px);
}
.areaBox .boxForm .itemForm .inputForm .styleInput {
    width: 100%;
    height: 45px;
    color: #323E4C;
    border: none;
    font-size: 16px;
    border: 1px solid #C4C5C6;
    padding: 3px 10px 3px 11px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.areaBox .boxForm .itemForm .inputForm .styleInput::placeholder {
    color: #AAAAAA;
    font-size: 14px;
    letter-spacing: -2px;
}
.areaBox .boxForm .itemForm .inputForm.inputDot{
    position: relative;
}
.areaBox .boxForm .itemForm .inputForm.inputDot:after{
    content: '...';
    position: absolute;
    right: 38px;
    top: 55%;
    transform: translateY(-50%)
}
.areaBox .boxForm .itemForm .inputForm.inputDot .styleInput {
    padding-right: 52px;
}
.areaBox .boxForm .itemForm .twoItemForm .inputDot .styleInput {
    padding-right: 50px;
}
.areaBox .boxForm .itemForm .inputForm .styleTextarea {
    width: 100%;
    height: 124px;
    color: #323E4C;
    font-size: 16px;
    padding: 10px 10px 8px 11px;
    border: 1px solid #C4C5C6;
    line-height: 1.4;
    resize: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
    display: none;
    height: 45px;
    padding: 11px 10px 0 11px;
}
.areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark.size {
    height: 70px;
}
.areaBox .boxForm .itemForm .inputForm .sizeTxt {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    color: transparent;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 7px 10px 0 11px;
    font-size: 16px;
}
.areaBox .boxForm .itemForm .inputForm .styleTextarea::placeholder {
    color: #AFAFAF;
    font-size: 14px;
    letter-spacing: -2px;
}
.areaBox .boxForm .itemForm .inputForm.errorItem {
    position: relative;
    margin-bottom: 22px;
}
.areaBox .boxForm .itemForm .twoItemForm .inputForm.errorItem {
    margin-bottom: 35px;
}
.areaBox .boxForm .itemForm .inputForm.errorItem .errorForm {
    position: absolute;
    bottom: -23px;
    left: 0;
    max-height: 26px;
    padding: 5px 5px 0;
    z-index: 1;
}
.errorForm {
    display: block !important;
    color: #ee0f0f;
}
.areaBox .boxForm .itemForm .inputForm .styleInput.errorForm {
    border: 1px solid #FF1D1D;
}
.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
    padding: 0 2px 1px;
}

input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}
input::-ms-clear, 
input::-ms-reveal {
    display: none;
}

.contentTable .rowTable:hover {
    background: #e2e2e2;
}
#content .tableProduct .contentTable .rowTable .itemTable {
    word-break: break-all;
    overflow-wrap:break-word;
}

/* FOOTER */
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 25px 0 29px;
}
.copyright {
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: center;
}

.sp {
    display: none;
}
@media (max-width: 1580px) {
    #header .listMenu li {
        margin-right: 30px;
    }
}

@media (max-width: 1366px) {
    #content {
        margin-bottom: 80px;
    }
    #header .listMenu li {
        margin-right: 25px;
    }
}

/* FIX TABLET */

@media (max-width: 1300px) and (min-width: 769px) {
    body {
        width: 1349px;
    }
    #footer {
        width: 1349px;
    }
    #content {
        margin-bottom: 0;
    }

    .areaBox .boxForm .itemForm .inputForm .styleInput {
        height: 37px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        height: 37px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark.size {
        height: 60px;
    }
}


@media (max-height: 890px) and (min-width: 768px) {

    #header {
        padding: 25px 0 20px;
    }
    #header .boxHd .logoHd {
        width: 135px;
    }
    #header .listMenu li a {
        font-size: 12px;
    }

    #header .rightHd .boxUser .logoUser {
        width: 37px;
        height: 37px;
    }
    #header .rightHd .boxUser .boxNameUser {
        font-size: 12px;
    }
    #header .listMenu li.userMenu a,
    #header .listMenu li.homeMenu a {
        background-position: top 0px left;
    }
    #header .listMenu li.notificationMenu a,
    #header .listMenu li.searchMenu a {
        background-position: top 1px left;
    }
    #header .listMenu li.settingMenu a, 
    #header .listMenu li.backupMenu a,
    #header .listMenu li.imageMenu a {
        background-position: top 2px left;
    }
    #header .listMenu li a:after {
        bottom: -2px;
    }

    .notification img {
        width: 26px;
        height: 28px;
    }
    .notification .numNoti {
        font-size: 12px;
        padding: 3px 5px 3px;
        right: -6px;
    }
    /*END-header*/


    /*areaBox*/
    .areaBox .boxForm {
        padding: 13px 20px 13px 20px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleInput {
        height: 37px;
    }
    .areaBox .boxForm .itemForm .nameForm {
        font-size: 13px;
        margin-top: 8px;
    }
    .areaBox .boxForm .itemForm .nameUser {
        padding: 10px 9px 8px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea {
        height: 100px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        height: 37px;
        padding-top: 7px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark.size {
        height: 60px;
    }
    /*END-areaBox*/

    /*#footer*/
    #footer {
        padding: 20px 0 20px;
    }
    .copyright {
        font-size: 10px;
    }
}

@media (max-height: 770px) and (min-width: 768px) {

    .breacrumb li a {
        font-size: 12px;
    }

    .innerSmall {
        width: 860px;
    }

    .boxProduct {
        padding: 15px 0;
    }

    .areaBox .boxTitle {
        font-size: 16px;
    }
    .areaBox .boxForm .itemForm .nameForm .iconName.iconMap {
        width: 12px;
    }
    .areaBox .boxForm .itemForm .nameForm .iconName.iconOther,
    .areaBox .boxForm .itemForm .nameForm .iconName.iconHome {
        width: 15px;
    }
    .areaBox .boxForm .itemForm .nameForm .iconName.iconDrugs,
    .areaBox .boxForm .itemForm .nameForm .iconName.iconPhone {
        width: 14px;
    }
    .areaBox .boxForm .itemForm .nameForm .iconName.iconMoney {
        width: 15px;
        height: 18px;
    }
    .areaBox .boxForm .itemForm .nameUser {
        padding-bottom: 6px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea {
        font-size: 14px;
        padding: 3px 10px 5px 11px;
        height: 72px;
    }
    .areaProduct .boxForm .itemForm .inputForm .styleInput,
    .areaBox .boxForm .itemForm .inputForm .styleInput,
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark,
    .areaBox .boxForm .itemForm .inputForm .sizeTxt {
        font-size: 14px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark.size {
        height: 50px;
    }
    /*END-areaBox*/

    /*FOOTER*/
    #footer {
        padding: 15px 0;
    }
}


@media (max-height: 720px) and (min-width: 768px) {

    #header {
        padding: 18px 0 10px;
    }
    .breacrumb {
        margin: 0 0 5px 20px;
    }


    .areaBox .boxForm {
        padding: 13px 20px 10px 20px;
    }
    .areaBox .boxForm .itemForm .nameForm {
        font-size: 12px;
        margin-top: 5px;
    }

    .buttonSave span.linear,
    .buttonBack.btnBlue a {
        font-size: 13px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX {
        width: 1349px;
    }
    #content .tableProduct .rowTable .boxInforTable {
        display: flex;
        width: 100%;
    }
}


/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .innerSmall,
    .inner {
        width: 100%;
        padding: 0 4%;
    }
    #fixH {
        display: none;
    }

    #header {
        position: relative;
        background: transparent;
        padding: 21px 4% 28px;
    }
    #header {
        float: none;
        width: 100%;
    }
    #header .rightHd {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    #header .rightHd .boxUser {
        float: left;
        margin: 9px 0 0 3px;
    }
    #header .rightHd .boxUser .logoUser {
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }
    #header .rightHd .boxUser .boxNameUser {
        margin-top: -1px;
    }
    #header .rightHd .boxUser .boxNameUser .userEn {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1;
    }
    #header .rightHd .boxUser .boxNameUser .userJp {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.4;
    }
    #header .rightHd .notification {
        float: right;
        margin: 0;
    }
    #header .listMenu {
        float: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-top: 0;
    }
    .notification img {
        width: 27px;
        height: 28px;
    }
    .notification .numNoti {
        padding: 2px 5px 1px;
        top: -3px;
        right: -7px;
    }
    #header .listMenu {
        background: #0D2537;
    }
    #header .listMenu li {
        width: calc(100% / 4);
        margin-right: 0 !important;
    }
    #header .listMenu li a {
        font-size: 12px;
        padding: 43px 2px 19px 2px !important;
        text-align: center;
        color: #10F4FF;
    }
    #header .listMenu li.homeMenu a {
        background: url(../images/common/icon-menu-home-sp.svg) no-repeat;
        background-size: 24px 22px;
        background-position: top 20px center;
    }
    #header .listMenu li.searchMenu a {
        background: url(../images/common/icon-menu-search-sp.svg) no-repeat;
        background-size: 23px 21px;
        background-position: top 20px center;
    }
    #header .listMenu li.imageMenu a {
        background: url(../images/common/icon-menu-image-sp.svg) no-repeat;
        background-size: 23px 22px;
        background-position: top 20px center;
    }
    #header .listMenu li.settingMenu a {
        background: url(../images/common/icon-menu-setting-sp.svg) no-repeat;
        background-size: 21px 22px;
        background-position: top 20px center;
    }

    #header .listMenu li a:hover:after {
        content: none;
    }

    #header .searchHd {
        display: block;
        padding: 0 3px;
    }
    #header .searchHd form input {
        background: url(../images/product/search-icon.svg) no-repeat center left 10px #EAEAEA;
        background-size: 18px;
        width: 100%;
        height: 36px;
        font-size: 16px;
        padding: 0 15px 0 35px;
        border-radius: 3px;
        border: none;
        box-shadow: none;
    }
    #header .searchHd input::placeholder {
        font-size: 12px;
        color: #B7B7B7;
    }
    #header .rightHd .boxUser .logOut {
        width: 117px;
        bottom: -52px;
        right: 43px;
        padding-top: 40px;
    }
    #header .rightHd .boxUser .logOut a {
        font-size: 16px;
        padding: 17px 0 11px;
        text-align: left;
    }
    #header .rightHd .boxUser .logOut .iconLogOut {
        vertical-align: -6px;
        margin: 0 5px 0 8px;
    }

    /*breacrumb*/
    #header .breacrumb {
        float: left;
        margin: 9px 0 21px 11px;
        max-width: 290px;
    }
    #header .breacrumb li {
        margin-right: 30px;
    }
    #header .breacrumb li:last-child {
        margin-right: 0;
    }
    #header .breacrumb li:before {
        content: "";
        position: absolute;
        background: url(../images/common/brearcrum-icon-arrow.svg) no-repeat;
        background-size: cover;
        width: 8px;
        height: 15px;
        top: 50%;
        left: -17px;
        transform: translateY(-57%);
    }
    #header .breacrumb li:last-child:before {
        content: "";
    }
    #header .breacrumb li:first-child a {
        background: url(../images/common/bearcrumb-icon-home.svg) no-repeat left 1px center;
        background-size: 18px;
        font-size: 12px;
    }
    #header .breacrumb li:first-child a {
        padding-left: 25px;
    }
    #header .breacrumb li:first-child:before {
        left: -10px;
    }
    #header .breacrumb li a {
        font-size: 14px;
        padding: 5px 0;
    }

    /*#content*/
    #content {
        margin-bottom: 92px;
    }
    .areaBox .boxForm .itemForm .twoItemForm .inputForm.errorItem,
    .areaBox .boxForm .itemForm .inputForm.errorItem {
        margin-bottom: 23px;
    }
    .areaBox .boxForm .itemForm .inputForm.errorItem .errorForm {
        font-size: 12px;
        padding: 5px 0 0;
    }
    .areaBox .boxForm .itemForm .selectForm select.styleInput {
        font-size: 16px !important;
    }
    /*BUTTON*/
    .btnBlue {
        width: 96px;
    }
    .btnBlue a {
        font-size: 14px;
        padding: 4px 0 6px;
        letter-spacing: -2px;
    }
    .btnBlue span {
        font-size: 14px;
        padding: 2px 0 4px;
        letter-spacing: -2px;
    }
    .buttonSave span.linear {
        font-size: 12px;
    }
    .buttonDelete span.linear {
        font-size: 12px;
    }
    .buttonBack.btnBlue a {
        line-height: 1.5;
    }

    .areaBox {
        border-radius: 4px;
    }
    .areaBox .boxForm {
        padding: 17px 14px 10px 14px;
    }
    .areaBox .boxForm .itemForm {
        margin-bottom: 12px;
    }
    .areaBox .boxForm .itemForm .inputForm {
        width: calc(100% - 80px);
    }
    .areaBox .boxForm .itemForm .twoItemForm {
        width: 100%;
        margin-bottom: 8px;
    }
    .areaBox .boxForm .itemForm .twoItemForm:nth-child(2n) {
        width: 100%;
        margin-bottom: 0;
    }
    .areaBox .boxForm .itemForm .nameForm {
        font-size: 12px;
        margin-top: 6px;
        max-width: 80px;
    }
    .areaBox .boxForm .itemForm .nameForm .iconName {
        margin-right: 6px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleInput {
        height: 33px;
        padding-right: 20px;
        padding-top: 2px;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        height: 33px;
        border-radius: 0 !important;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark.size {
        height: 65px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleInput::placeholder {
        font-size: 14px;
        letter-spacing: -1.5px;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea {
        height: 52px;
        border: none;
        -webkit-appearance: none;
    }
    
    .boxLoad {
        left: 52%;
        transform: translateX(-50%);
    }

    /*FIX Android*/
    .Android .buttonSave .iconButton {
        vertical-align: 0;
    }
    .Android .buttonSave span.linear {
        padding: 2px 0 4px;
    }
    .Android .buttonDelete .iconButton {
        vertical-align: -1px !important;
    }
    .Android .buttonDelete span.linear {
        padding: 3px 0 !important;
    }
    .Android .buttonBack.btnBlue a {
        line-height: 1 !important;
        padding: 4px 0 0 !important;
    }

    /*END-FIX Android*/

     /*BUTTON*/
    #footer {
        display: none;
    }
    #footer {
        padding-bottom: 75px;
    }
    .copyright {
        font-size: 10px;
        line-height: 1.8;
        letter-spacing: 0.1px;
    }

    .areaNews.fancybox-content {
        padding: 0 2.8% 0 3%;
    }
}

@media screen and (orientation:landscape) and (max-width: 768px) {
    #header .breacrumb {
        margin-bottom: 0;
    }

    #header .listMenu li.homeMenu a,
    #header .listMenu li.searchMenu a,
    #header .listMenu li.imageMenu a,
    #header .listMenu li.settingMenu a {
        background-position: top 10px center;
    }
    #header .listMenu li a {
        padding: 35px 2px 6px 2px !important;
    }
    .boxLoad {
        left: 52.4%;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    .notification .numNoti {
        padding: 12px 6px 0px;
        line-height: 0.5;
    }
    .breacrumb li::before {
        top: 63%;
    }
    #header .rightHd .boxUser .boxNameUser {
        padding-top: 8px;
    }
    /*#content*/
    .btnOrange a,
    .btnBlue a {
        padding: 12px 0 0;
    }
    #header .listMenu li a {
        padding: 10px 0 0px 30px;   
    }
    #header .menuHome li:first-child a .nameMenu {
        vertical-align: -4px;
    }
    #header .menuHome li a .nameMenu {
        vertical-align: auto;
    }
    #header .listMenu li a:after {
        bottom: 6px;
    }

    .areaBox .boxTitle {
        padding: 20px 20px 0px 23px;
        line-height: 1.2;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea select,
    .areaBox .boxForm .itemForm .inputForm .styleInput {
        font-family: sans-serif;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea {
        font-family: sans-serif;
    }
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        padding-top: 10px;
    }
    .areaBox .boxForm .itemForm .inputForm .sizeTxt {
        font-size: 16.5px;
    }
    .areaBox .boxForm .itemForm .inputForm.inputDot:after{
        content: '...';
        position: absolute;
        right: 36px;
        top: 67%;
        transform: translateY(-50%)
    }
    .areaBox .boxForm .itemForm .inputForm.inputDot .styleInput {
        padding-right: 53px;
    }
    .areaBox .boxForm .itemForm .twoItemForm .inputForm.inputDot .styleInput {
        padding-right: 51px;
    }

    .buttonRegister a {
        padding: 15px 0 0;
        line-height: 1.2;
    }

    .areaNewsForm .boxButton .buttonBack {
        vertical-align: -1px;
    }

    .breacrumb li:last-child a:hover {
        text-decoration: none;
    }
    #header .rightHd .boxUser .logOut a {
        padding: 22px 0 11px;
    }

    .areaBox .boxForm .itemForm .inputForm .styleTextarea:-ms-input-placeholder,
    .areaBox .boxForm .itemForm .inputForm .styleInput:-ms-input-placeholder {
        font-size: 14px;
        color: #AAAAAA !important;
    }


    .btnBlue span.linear {
        font-size: 14px;
    }

    .buttonSave:hover {
        background: url(../images/common/button-orange-hover.svg) no-repeat;
    }
    .buttonSave:hover span.linear {
        background: none;
    }
    
}
@media all and (-ms-high-contrast:none) and (max-height: 890px) and (min-width: 768px) {
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        padding-top: 6px;
    }
}

@media all and (-ms-high-contrast:none) and (max-height: 770px) and (min-width: 768px) {
    .areaBox .boxForm .itemForm .inputForm .styleTextarea.inputMark {
        padding-top: 8px;
    }
    .areaProduct .boxForm .itemForm .inputForm .styleInput {
        padding-top: 4px;
    }
}

/*IP5*/
@media(max-width: 320px) {}