@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    /*outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;*/
    outline: none;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
	main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #2e2e2e;
    text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
a:link {
    color: #2e2e2e;
    text-decoration: none;
}
a:visited {
    color: #2e2e2e;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.pc_tab_br {
	
}
.pc_br {

}
.tab_br {
	display: none;
}
.sp_br {
	display: none;
}
#wrapper {
    background-color: #f4f5f5;
    color: #2e2e2e;
    position: relative;
    /*background-image: url(../image/noise.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-y;*/
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	main full
------------------------------------------------------------*/
#main_content {
    width: 100%;
    position: relative;
}
.header {
    padding: 25px 25px 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(
      360deg,
      transparent 0%,
      transparent 35%,
      #abb1c2 35%,
      #abb1c2 100%
    );
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 60px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 30px rgba(136,141,145,.2);
}
.header_left {
    display: flex;
    align-items: center;
    background-color: #667192;
    height: 100%;
    padding: 0 50px;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 150px;
}
.header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.header_date {
    letter-spacing: 1px;    
}
.header_right {
    display: flex;    
}
.header_login_name {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.hln_inner {
    display: flex;
    align-items: center;
}
.hln_i {
    margin-right: 7px;
}
.hln_i img {
    width: 22px;
}
.hln_n {

}
.hln_n span {
    font-size: 11px;
    margin-left: 2px;
}
/*.header_login_name a {
    
}
.header_login_name a span {
    padding-left: 22px;
    background: url(../image/user_1.svg) no-repeat left center / 18px auto;
    height: 18px;
    display: inline-block;
    line-height: 18px;
}*/

.header_cart {
    background-color: #667192;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ico_cart {
    
}
.ico_cart img {
    width: 20px;
    height: auto;
}
.cart_number {
    background-color: #fff;
    color: #667192;
    height: 20px;
    width: 20px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfr_reserve {
    width: 48px;
    height: 48px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.hfr_reserve img {
    width: 21px;
    height: 21px;
}
.hfr_cal {
    width: 48px;
    height: 48px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.hfr_cal img {
    width: 22px;
    height: auto;
}

/* hamburger menu */
#toggle-nav {
    display: none;
}
#toggle-nav:checked ~ .hamburger {
    height: 28px;
}
#toggle-nav:checked ~ .hamburger div {
    background-color: #4b587e;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -12px;
    transform: rotate(-135deg);
}
#toggle-nav:checked ~ .menu {
    opacity: 1;
    visibility: visible;
}
.hamburger_wrap {
    width: 60px;
    height: 60px;
    background-color: #4b587e;
}
.hamburger {
    cursor: pointer;
    z-index: 1020;
    position: relative;
    /*width: 32px;
    height: 14px;*/    
    width: 60px;
    height: 60px;
    padding: 23px 15px;
    margin: 0;
    display: block;
}
.hamburger div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color 0.5s, transform 0.5s;
}
.hamburger div:nth-of-type(2) {
    margin: 5px 0;
}
.menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #f4f5f5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #dadee3;
}
.menu_inner {
    width: 100%;
}
.hbg_logo {
    margin-bottom: 40px;
    padding: 0 8%;
}
.hbg_logo img {
    width: 200px;
}
.menu_inner ul li {
    font-size: 18px;
    border-bottom: 1px solid #dadee3;
}
.menu_inner ul li a, .menu ul li a:hover {
    text-decoration: none;
}
.menu_inner ul li a {
    display: block;
    padding: 15px 8%;
}
.hbg_name {
    font-size: 15px;    
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.hmi_1 {
    background-image: url(../image/menu_1.svg);
}
.hmi_2 {
    background-image: url(../image/menu_2.svg);
}
.hmi_3 {
    background-image: url(../image/menu_3.svg);
}
.hmi_4 {
    background-image: url(../image/menu_4.svg);
}
.hmi_5 {
    background-image: url(../image/menu_5.svg);
}
.hm_lo {
    font-size: 15px;
    background: url(../image/logout.svg) no-repeat left center / 24px auto;
    padding-left: 40px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}






/**/
.mypage_ttl_wrap {
    padding: 130px 0 30px;
    margin: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dadee3;
}
.mypage_ttl_inner {
    position: relative;
    margin: 0 30px;
}
.mypage_ttl {
    font-size: 26px;
    display: flex;
    align-items: center;
}
.mypage_ttl span {
    font-size: 15px;
    margin-left: 10px;
}


/**/
.main_content {
    display: flex;
    padding: 0px 25px 0;
}
.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 50px 30px 120px;
}
.main_content_p {
    padding: 70px 25px 100px;
}
.content_p_inner {
    
}
.content_logout {
    padding: 100px 25px 25px;
    min-height: 600px;
}
.content_logout_inner {
    text-align: center;
}
.logout_msg {
    margin-bottom: 60px;
}
.corp_top {
    text-align: center;
}
.corp_top a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dadee3;
    line-height: 1.6;
    border-radius: 100vh;
    padding: 10px 30px;
    font-size: 13px;
}


/**/
.side {
    width: 330px;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}
.side_menu {
    padding: 60px 0px 60px 50px;    
}
.sm_list {

}
.sm_list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}
.sm_list li a {
    display: block;
}
.sm_name {
    font-size: 15px;    
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.smi_1 {
    background-image: url(../image/menu_1.svg);
}
.smi_2 {
    background-image: url(../image/menu_2.svg);
}
.smi_3 {
    background-image: url(../image/menu_3.svg);
}
.smi_4 {
    background-image: url(../image/menu_4.svg);
}
.smi_5 {
    background-image: url(../image/menu_5.svg);
}
.sm_lo {
    font-size: 15px;
    background: url(../image/logout.svg) no-repeat left center / 24px auto;
    padding-left: 40px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}


/**/


.col_wrap_1 {
    margin-bottom: 30px;
}
.col_wd_1 {
    width: 100%;
}
.box_ttl_1 {
    background-color: #667192;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
}
.box_cont_1 {
    background-color: #fff;
    padding: 30px 40px;
}
.news_list {
    width: 100%;
    margin-bottom: 15px;
}
.news_list li {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #edf0f0;
    line-height: 1.8;
}
.txt_years {
    color: #999;
    display: inline-block;
    width: 120px;
}
.news_link {
    flex: 1;
}

.col_wrap_b {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news_detail_wrap {
    
}
.news_detail_date {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.news_detail_ttl {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadee3;
}
.news_detail_cont {
    padding-bottom: 50px;
    border-bottom: 1px solid #dadee3;
}
.l_btn_wrap03 {
    margin-top: 40px;
}
.button06 {

}
.button06 span {
    background: url(../image/arrow_3.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
}


/**/

.notice_request {

}
.notice_request a {
    color: #D55890 !important;
    text-decoration: underline;
}

/**/


.content_f_o {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}
.form_inner {
    height: 100%;
}
.cont_ttl_1 {
    margin-bottom: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_ttl_1 h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-right: 25px;
}
.cont_ttl_2 {
    margin-bottom: 30px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.cont_ttl_2 h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-right: 15px;
}
.cont_ttl_3 {
    margin-bottom: 30px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_ttl_3 h2 {
    font-size: 24px;
    line-height: 1.6;
}
.cont_ttl_4 {
    margin-bottom: 30px;
    line-height: 1.6;
}
.cont_ttl_4 h2 {
    font-size: 24px;
    line-height: 1.6;
}
.cont_ttl_sub {
    border-radius: 100vh;    
    display: flex;
    align-items: center;
}
.content_inner {

}


.search_common {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}


.search_block {
    display: flex;
}
.select_sort {

}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 25px;
}
.selectbox::after {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 7px;
    background-color: #667192;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    min-width: 120px;
    height: 36px;
    padding: .4em calc(.8em + 30px) .4em .2em;
    border: none;
    border-bottom: 1px solid #667192;
    background-color: #f4f5f5;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
}
.selectbox select:focus {
    outline: none;
}
.search_box_wrap {
    
}
.search-form-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #667192;
    border-radius: 3px;
    max-width: 500px;
    margin: 0 auto;
}
.search-form-1 label {
    width: 100%;
}
.search-form-1 input {
    width: 100%;
    height: 36px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
}
.search-form-1 input::placeholder{
    color: #cacfdd;
}
.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 36px;
    border: none;
    background-color: #667192;
    cursor: pointer;
}
.search-form-1 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}


.cts_1 {
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dee2e6;
    line-height: 1;
}
.cts_1 span {
    margin-right: 4px;
    letter-spacing: 1px;
}


.stock_table_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.p_request {
    
}
.p_request a {
    display: inline-block;
    background-color: #D55890;
    padding: 7px 14px;
    border-radius: 3px;
    color: #fff !important;
    line-height: 1.2;
    font-size: 11px;
}
.p_request a span {
    background: url(../image/send_1.svg) no-repeat left center / 12px auto;
    padding-left: 18px;
}
/**/
.changeColorButton {
    background-color: #cacfdd;
    color: #fff;
    border: none;    
    cursor: not-allowed;
}
.changeColorButton.active {
    background-color: #D55890;
    cursor: pointer;
}
.add_cart {
    padding: 7px 14px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.6;
}
.p_request_f {
    margin-top: 30px;
}
.checkout_subtotal {
    margin-top: 40px;
    background-color: #fff;
    padding: 30px;
    margin: 50px auto 0;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.csb_number {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.csb_number_ttl {
    font-weight: bold;
}
.csb_number_ttl span {
    margin: 0 5px;
}
.csb_number_data {

}
.csb_sum {
    font-size: 17px;
    display: flex;
    align-items: center;
}
.csb_sum_ttl {
    font-weight: bold;
}
.csb_sum_ttl span {
    margin: 0 5px;
}
.csb_sum_data {
    
}
.checkout_btn_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.checkout_btn {
    padding: 15px 50px;
    border-radius: 100vh;
    font-size: 15px;
    line-height: 1.6;
}

.stock_noid_wrap {
    display: flex;
    align-items: center;
}
.stock_noid {
    font-size: 11px;
    background-color: #fff;
    padding: 4px 12px;
    border: 1px solid #dadee3;
    border-radius: 100vh;
}
.stock_noid_2 {
    font-size: 11px;
    background-color: #667192;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100vh;
}
.stock_noid_2 span {
    margin: 0 5px;
}

.request_info_n {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #dadee3;
    border-radius: 100vh;
    font-size: 13px;
}
.request_info_f {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: #667192;
    color: #fff;
    border-radius: 100vh;
    font-size: 13px;
}
.ri_number {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.ri_number p {
    font-weight: bold;
}
.ri_number span {
   margin: 0 4px; 
}
.ri_amount {
    display: flex;
    align-items: center;
}
.ri_amount p {
    font-weight: bold;
}
.ri_amount span {
   margin: 0 4px; 
}


.number_setting {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 20px;
}
.number_setting p {
    font-weight: bold;
}
.number_setting span {
    display: inline-block;
    margin: 0 5px;
}
.number_setting a {
    color: #D55890 !important;
    text-decoration: underline;
}


.stock_table {
    width: 100%;
}
.stock_table thead.thsl {
    display: none;
}
.stock_table thead.thsl tr {
    
}
.stock_table thead.thsl tr th {
    background-color: #e6e9ec;
    padding: 12px;
    font-weight: normal;
}
.stock_table thead.thct {
    display: none;
}
.stock_table thead.thct tr {
    
}
.stock_table thead.thct tr th {
    background-color: #abb1c2;
    color: #fff;
    padding: 12px;
    font-weight: normal;
}
.stock_table thead.thcs {
    
}
.stock_table thead.thcs tr {
    
}
.stock_table thead.thcs tr th {
    background-color: #667192;
    color: #fff;
    padding: 12px;
    font-weight: normal;
}
.stock_table tbody {
    border-top: 1px solid #dadee3;
}
.stock_table tbody tr {
    border-bottom: 1px solid #dadee3;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.stock_table tbody tr td {
    text-align: center;
    padding: 10px;
    line-height: 1.6;
}
.stock_table tbody tr td:nth-of-type(1) {
    width: 40px;
}
.stock_table tbody tr td:nth-of-type(2) {
    width: 90px;
}
.stock_table tbody tr td:nth-of-type(3) {
    text-align: left;
    width: 70%;
}
.stock_table tbody tr td:nth-of-type(4) {
    width: 160px;
}
.stock_table tbody tr td:nth-of-type(5) {
    width: 65px;
}
.stock_table tbody tr td:nth-of-type(6) {
    width: 130px;
}
.stock_table tbody tr td:nth-of-type(7) {
    width: 68px;
}
.stock_table tbody tr td:nth-of-type(8) {
    width: 68px;
}
.tbtn_detail {
    display: inline-block;
    padding: 4px 8px;
    color: #fff !important;
    font-size: 11px;
    line-height: 1.6;
    background-color: #D55890;
    border-radius: 2px;
}
.tbtn_delete {
    font-size: 12px;
    color: #D55890 !important;
    text-decoration: underline !important;
}

.consign_table {
    width: 100%;
    border-top: 1px solid #dadee3;
}
.consign_table thead {
    display: none;
}
.consign_table thead tr {
    
}
.consign_table thead tr th {
    background-color: #667192;
    color: #fff;
    padding: 12px;
    font-weight: normal;
}
.consign_table tbody {
    
}
.consign_table tbody tr {
    border-bottom: 1px solid #dadee3;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.consign_table tbody tr td {
    text-align: center;
    padding: 10px;
    line-height: 1.6;
}
.consign_table tbody tr td:nth-of-type(1) {
    width: 90px;
}
.consign_table tbody tr td:nth-of-type(2) {
    text-align: left;
    width: 70%;
}
.consign_table tbody tr td:nth-of-type(3) {
    width: 160px;
}
.consign_table tbody tr td:nth-of-type(4) {
    width: 65px;
}
.consign_table tbody tr td:nth-of-type(5) {
    width: 130px;
}
.consign_table tbody tr td:nth-of-type(6) {
    width: 68px;
}


.add_cart_btn {
    display: flex;
}
.add_cart_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 100vh;
    background: #cacfdd;
    color: #000;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.add_cart_btn label img {
    width: 8px;
}
.add_cart_btn input:checked+label{
    background: #D55890;
    color: #FFF;
}
.add_cart_btn input{
    display: none;
}


.add-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: #cacfdd;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.add-button::before,
.add-button::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: 0.1s;
}
.add-button::before {
    width: 10px;
    height: 2px;
}
.add-button::after {
    width: 2px;
    height: 10px;
}
.add-button.added::before,
.add-button.added::after {
    width: 10px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: none;
    transform: rotate(-45deg);
    position: absolute;
}
.add-button.added::after {
    width: 6px;
    height: 2px;
    border: none;
}
.add-button.added {
    border-color: none;
    background-color: #D55890;
}


.st_check {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.st_check::before,
.st_check:has(:checked)::after {
    content: '';
}
.st_check::before {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #dadee3;
}
.st_check:has(:checked)::before {
    background-color: #D55890;
    border: 1px solid #D55890;
}
.st_check:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.st_check input {
    display: none;
}

.card_image {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 60px;
    margin: 0 auto;
}
.card_image:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.card:hover .card_image {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}
.c_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.c_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}



/*ページャー*/
nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
nav.cp_navi a {
    text-decoration: none;
}
nav.cp_navi {
    text-align: center;
    margin-top: 40px;
}
.cp_navi .cp_pagination {
    display: inline-block;
    padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
    font-size: 1em;
    line-height: 50px;
    display: block;
    float: left;
    transition: 400ms ease;
    letter-spacing: 0.1em;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
    font-weight: bold;
    color: #ffffff;
    background-color: #D55890;
    border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
    color: #444444;
    background-color: transparent;
    border-radius: 50%;
}
@media only screen and (max-width: 960px) {
    .cp_navi .cp_pagination {
        padding: 0 10px;
    }
    .cp_navi .cp_pagenum {
    font-size: 0.8em;
    line-height: 25px;
    width: 45px;
    height: 25px;
    margin: auto .1em;
    border-radius: 0.3em;
}
    .cp_navi .cp_pagenum.prev,
    .cp_navi .cp_pagenum.next {
        padding: 0 25px 0 0;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
    .cp_navi .cp_pagenum {
    display: none;
    border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
    }
    .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
    }
    .cp_navi .cp_pagenum:nth-child(-n+3),
    .cp_navi .cp_pagenum:nth-last-child(-n+3) {
        display: block;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4) {
        padding: 0 5px;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
        content: none;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}
/**/


.product_detail_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product_main_image_wrap {
    width: 100%;
    margin-bottom: 50px;
}
.sec_product_main_image {    
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sub_product_main_image {
    width: 15%;
}
.sub_product_main_image li {
    margin-bottom: 10px;
}
.spmi {
    position: relative;
    display: block;
    border: 1px solid #fff;
}
.spmi::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.spmi_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.spmi_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_main_image {
    width: 80%;
    position: relative;
    display: block;
    border: 1px solid #fff;
}
.product_main_image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.product_main_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product_main_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.bl_imgSwitcher {
     width: 100%;
     margin-inline: auto;
     display: flex;
     justify-content: space-between;
     flex-direction: column-reverse;
}
 .bl_imgSwitcher_main {
     aspect-ratio: 1.5;
     width: 100%;
     position: relative;
    display: block;
    border: 1px solid #fff;
    margin-bottom: 3%;
}
.bl_imgSwitcher_main::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.bl_imgSwitcher_main_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bl_imgSwitcher_main_inner img {
     width: 100%;
    height: 100%;
    object-fit: cover;
}
 .bl_imgSwitcher_thumb {
     display: flex;
     gap: 0 3%;
     width: 100%;
}
 .bl_imgSwitcher_btn {
     width: 25%;
     overflow: hidden;
     position: relative;
     border: 1px solid #fff;
}
 .bl_imgSwitcher_btn::before {
     content: "";
     border-radius: inherit;
     position: absolute;
     inset: 0;
     z-index: 10;
     transition: background-color 0.4s;
}
 @media (any-hover: hover) {
     .bl_imgSwitcher_btn:hover::before {
         background-color: #000;
         opacity: 0.4;
    }
}
 .bl_imgSwitcher_btn:focus-visible::before {
     background-color: #000;
     opacity: 0.4;
}
 .bl_imgSwitcher_btn img {
     width: 100%;
     aspect-ratio: 1;
     object-fit: cover;
}
 .bl_imgSwitcher_btn.is_active::before {
     background-color: #000;
     opacity: 0.4;
}
 






.product_info {
    width: 100%;
}
.pi_category {
    font-size: 13px;
}
.pi_name {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
}
.pi_number {
    margin-bottom: 40px;
}
.pi_price_wrap {
    display: flex;
    width: 155px;
}
.pi_amount {
    font-size: 12px;
    margin-bottom: 4px;
}
.pi_price {
    font-size: 26px;
    font-weight: bold;
    margin-right: 5px;
    line-height: 1;
}
.product_detail {
    margin-bottom: 50px;
}
.pd_ttl {
    border-top: 1px solid #dadee3;
    border-bottom: 1px solid #dadee3;
    padding: 18px 0;
    margin-bottom: 20px;
}
.pd_ttl p {
    line-height: 1.8;
}
.pd_ttl span {
    font-size: 10px;
    line-height: 1.8;
    display: block;
}
.pd_cont {

}
.pd_cont dl {
    width: 100%;
    display: flex;
    padding: 10px 0;
    font-size: 14px;
}
.pd_cont dl dt {
    width: 120px;
    line-height: 1.6;
}
.pd_cont dl dd {
    flex: 1;
    line-height: 1.6;
}







.pi_amount span {
    font-weight: bold;
}
.pi_jan {
    margin-bottom: 50px;
}
.pi_description {
    margin-bottom: 50px;
}
.pi_buy {
    display: flex;
}
.pi_quantity {
    display: flex;
    align-items: center;
    width: 110px;
    margin-right: 25px;
}
.pi_quantity span {
    margin-right: 10px;
}
.quantity_select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 36px;
    padding: 5px 20px 5px 8px;
    background-image: url(../image/arrow_d_b.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 7px 4px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    width: 70px;
}
.quantity_select::-ms-expand {
    display: none;
}
.pi_buy_btn {
    flex: 1;
    background-color: #D55890;
    color: #fff !important;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
}

.product_back {
    text-align: center;
    margin-top: 60px;
}
.product_back a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dadee3;
    line-height: 1.6;
    border-radius: 100vh;
    padding: 10px 30px;
    font-size: 13px;
}


.modal-open {
    width: 100%;
}
.modal-open a {
    background-color: #D55890;
    color: #fff !important;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
}
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.modal:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.modal:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}
.modal-wrapper {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    height: 100%;
    max-height: 350px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-contents {
    overflow: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}
.mc_ttl {
    text-align: center;
    margin-bottom: 30px;
}
.mc_ttl h3 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.mc_ttl p {

}
.mcr_btn {

}
.mcr_btn a {
    background-color: #D55890;
    color: #fff !important;
    height: 50px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
}


/*.request_fin {
    text-align: center;
    background-color: #ffffff;
    padding: 80px;
    width: 500px;
    margin: 0 auto;
}*/
.request_comp {
    text-align: center;
    background-color: #ffffff;
    padding: 80px;
    max-width: 800px;
    margin: 0 auto;
}
.request_comp h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.7;
}
.request_comp_btn {
    display: flex;
    justify-content: center;
}
.rcb_ct {
    display: inline-block;
    padding: 15px 30px;
    background-color: #D55890;
    color: #fff !important;
    border-radius: 100vh;
    margin: 0 15px;
    line-height: 1.6;
    width: 180px;
}
.rcb_lt {
    display: inline-block;
    padding: 15px 30px;
    background-color: #667192;
    color: #fff !important;
    border-radius: 100vh;
    margin: 0 15px;
    line-height: 1.6;
    width: 180px;
}
.rcb_rq {
    display: inline-block;
    padding: 15px 30px;
    background-color: #D55890;
    color: #fff !important;
    border-radius: 100vh;
    margin: 0 15px;
    line-height: 1.6;
}
.rcb_bk {
    display: inline-block;
    padding: 15px 30px;
    background-color: #f4f5f5;
    border-radius: 100vh;
    margin: 0 15px;
    line-height: 1.6;
}




/**/


.sec_mpc {
    
}

.table_body_detail {
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    margin-bottom: 50px;
}
.table_body_detail tr {
    border-bottom: 1px solid #dee2e6;
}
.table_body_detail tr th {
    padding: 20px 20px;
    background-color: #ebedf2;
    width: 215px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
.table_body_detail tr th span {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
}
.require {
    display: flex;
    align-items: center;
}
.require span {
    margin-left: 5px;
    display: inline-block;
    background-color: #ee4499;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
}
.table_body_detail tr td {
    padding: 20px 20px;
}
.tstrong {
    font-weight: bold;
}

.mdl_input01 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mdl_input02 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
}
.mdl_input03 {
    display: flex;
    align-items: center;
}
.mdl_input03 span {
    display: inline-block;
    margin: 0 5px;
}
input.input_text01 {
    width: 100%;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
input.input_text02 {
    width: 100%;
    max-width: 480px;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
input.input_text03 {
    width: 50%;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
input.input_text04 {
    width: 40%;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
input.input_text001 {
    width: 80px;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
input.input_text002 {
    width: 120px;
    padding: 12px 15px;
    border: none;
    box-sizing: border-box;
}
label {
/*    margin-right: 15px;*/
}
input.radio_01 {
    margin-right: 4px;
}
.input_textarea02 {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    min-height: 70px;
    margin: 0;
}
.select_sex {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 40px;
    padding: 5px 20px 5px 8px;
    background-image: url(../image/icon/arrow_d_b.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 7px 4px;
    border: none;
    background-color: #fff;
    width: 90px;
}
.mdl_sup {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 10px;
}
.mdl_sup01 {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 5px;
}
.mdl_sup02 {
    font-size: 11px;
    color: #fe0000;
    line-height: 1.7;
    margin-top: 10px;
}
.mdl_sup03 {
    color: #fe0000;
    line-height: 1.7;
}
.mdl_input_inner {
    height: 170px;
    width: 170px;
    border: 1px solid #dee2e6;
}
.mdl_input_inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block_submit_attention {
    text-align: center;
    padding: 0;
    /*display: flex;
    justify-content: center;*/
}
.mdl_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdl_btn_wrap input {
    padding: 10px 30px;
    background-color: #667192;
    color: #fff;
    cursor: pointer;
    border-style: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 15px;
    height: 65px;
    min-width: 280px;
    border-radius: 100vh;
}
.form_back {
    text-align: center;
    margin-top: 15px;
}
.form_back a {
    text-decoration: underline;
    font-size: 13px;
}

.mpp_edit {

}
.mpp_edit a {
    width: 280px;
    height: 68px;
    border-radius: 100vh;
    background-color: #667192;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pe_fin {
    background-color: #ebedf2;
    padding: 40px 45px;
}



























/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 80px 25px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #667192 ;
    position: relative;
}
.footer_inner {
    width: 100%;
    margin-left: 70px;
    margin-right: 70px;
}
.footer_info {
    margin-bottom: 50px;
}
.footer_info li {
    margin-bottom: 15px;
    font-size: 13px;
}
.footer_info li:last-child {
    margin-bottom: 0px;
}
.footer_logo_wrap {
    display: flex;
    align-items: center;
}
.footer_logo {
    margin-right: 30px;
}
.footer_logo img {
    width: 150px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 4px;
    color: #fff;
}
/*------------------------------------------------------------
  page top
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 77%;
    z-index: 20;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100vh;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #fdd947;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 span {

}
.ubbs__2 span img {
    width: 14px;
}

.blog_box {

}
.blog_box p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-preview-wrap {
    max-width: 100% !important;
}
/*------------------------------------------------------------
    フェードイン https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.under_construction {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.error_explanation {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff0000;
    margin-bottom: 50px;
    padding: 20px 25px 25px;
}
.error_explanation h2 {
    color: #ff0000;
    background: url(../image/e_mark.svg) no-repeat left center / 15px auto;
    padding-left: 22px;
    font-size: 14px;
}
.fa-exclamation-circle {
    margin-right: 5px;
}
.error_explanation ul {
    margin: 10px 0 0 20px;
}
.error_explanation li {
    color: #ff0000;
    list-style: outside none none;
    background: url(../image/e_down.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
}
.fa-caret-square-down {
    margin-right: 4px;
}


