@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* test */
body,
html {
    font-size: 14px;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    scroll-behavior: smooth;
}
a {
    color: #060203
}
.test{}
a:focus,
a:hover,
a:visited {
    text-decoration: none
}
h1 {
    font-weight: 100;
    font-size: 28pt
}
h2 {
    font-size: 19pt;
    line-height: 1.5em
}
h3 {
    font-size: 17px;
    line-height: 1.4em
}
h4 {
    font-size: 17px;
    font-weight: 700
}
p {
    font-size: 14px;
    line-height: 2.2em
}
table {
    font-family: roboto
}

@media screen and (min-width: 481px){
    .mb{
        display: none;
    }

}


.table-hover tbody tr:hover {
    background-color: rgba(247, 201, 62, .5)
}
.page_contents {
    padding-bottom: 3em
}
.button {
    position: relative;
    height: 100%;
    text-align: center
}
.button a {
    display: block;
    height: 100%;
    padding: 1.3em 0;
/*    width: 10em */
    width: 8em
}
.button.red {
    background-color: #c83839;
    border-radius: 3px;
}
.button.red a {
    color: #fff
}
.button.yellow {
    background-color: #f7c93e
}
button {
    border: none
}
button:hover {
    cursor: pointer
}
button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0
}
button.red {
    background-color: #c83839;
    color: #fff
}
button.yellow {
    background-color: #f7c93e;
    color: #060203
}
button:hover {
    text-decoration: none
}
a.button.red {
    background-color: #c83839;
    color: #fff
}
a.button.yellow {
    background-color: #f7c93e;
    color: #060203
}
a.button:hover {
    text-decoration: none
}
.breadcrumb {
    background-color: inherit;
    padding: 0;
    font-size: 13px
}
.small {
    font-size: 13px
}
.smaller {
    font-size: 11px
}
.bg-red {
    background-color: #c83839;
    color: #fff
}
.bg-gray {
    background-color: #ebebeb
}
.bg-gray2 {
    background-color: #e1e1e1
}
.bg-gray3 {
    background-color: #f3f3f3
}
.section-title {
    padding: 2em 0
}
.red {
    color: #c83839
}
.bold {
    font-weight: 700
}
br.sp {
    display: none
}
@media(max-width:768px) {
    br.sp {
        display: block
    }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.custom-select {
    background-color: rgba(0, 0, 0, 0);
    border: none
}
.tooltip {
    z-index: 99999
}
.top-largehead .button a {
    width: auto
}
nav {
    height: 100px;
    background-color: #fff;
}
nav {
 margin: -32px 60px 0 20px;
}

nav .navbar-brand {
    width: 325px
}
nav .navbar-brand img {
    width: 100%
}
nav .navbar-nav a {
    font-size: 13px;
    color: #060203
}
nav .navbar-nav a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.3em
}
nav .navbar-nav .nav-link {
    padding: 0
}
nav .contact {
    position: relative;
}
nav .contact-tel {
    width: 400px
}
nav .contact-form {
    margin-left: 10px;
    height: 60px
}
nav .template_dl {
    margin-left: 1em;
    height: 60px
}
nav .template_dl img {
    height: 100%
}

nav .mypage {
    margin-left: 1em;
    height: 60px;
    position: relative;
}

nav .mypage .button a {
    display: block;
    height: 100%;
    padding: 18px 0 0;
    width: 150px;
/*    padding: 6px 0 0; */
/*    width: 80px; */
/*    font-size: 30px;*/
}

nav .login_user_name {
    position: absolute;
    right: 0px;
    bottom: -17px;
    font-size: 0.8em
}

/* 202404 add start */
nav .visitors {
    width: 215px;
    height: 60px;
    display: flex;
}

nav .visitors .consultation {
    padding: 5px 10px 0 0;
    border-right: 1px solid #eee;
}

nav .visitors .viewer {
    padding: 5px 0 0 10px;
}

nav .visitors .item_label {
    font-size: 13px;
}

nav .visitors .item_value {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1;
}

nav .visitors .item_value span {
    font-size: 28px;
    color: #e51f58;
    font-weight: bold;
}

@media(max-width:1100px) {
    nav .visitors {
        width: 200px;
    }
    
    nav .visitors .item_label {
        font-size: 11px;
    }

    nav .visitors .item_value {
        font-size: 11px;
    }

    nav .visitors .item_value span {
        font-size: 22px;
    }

    nav .contact-tel {
        width: 200px;
        display: flex;
        align-items: center;
    }
    
    nav .mypage .button a {
        padding: 10px 0 0;
        width: 100px;
    }
    
    nav .contact-form .button a {
        width: 6em;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:768px) {
    nav .visitors {
        width: 100%;
        height: 67px;
        justify-content: center;
        margin: 15px 0 0;
    }

    nav .visitors .consultation {
        padding: 5px 40px 0 0;
    }

    nav .visitors .viewer {
        padding: 5px 0 0 40px;
    }

    nav .visitors .item_label {
        font-size: 15px;
        font-weight: 400;
    }

    nav .visitors .item_value {
        font-size: 15px;
        margin-top: 2px;
        font-weight: 400;
    }

    nav .visitors .item_value span {
        font-size: 30px;
        font-weight: bold;
    }
}
/* 202404 add end */

.sub-nav {
    background-color: #e1e1e1;
    height: 3em;
    padding-top: 0.75em;
    font-weight: 700;
    position: relative;
    z-index: 16
}
.sub-nav .sub-nav--link {
    transition: all 0.3s
}
.sub-nav .sub-nav--link.active,
.sub-nav .sub-nav--link:hover {
    transform: scale(1.1)
}
.sub-nav .sub-nav--link a {
    color: #060203;
    margin-right: 1.5em;
    font-size: 0.8em
}
.sub-nav .sub-nav--link a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.25em
}
.sub-nav--lineup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s
}
.sub-nav--lineup .bg {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: block;
    opacity: 0;
    transition: all 3s
}
.sub-nav--lineup.on {
    /*height: 680px; 202307*/
    height: auto;
    overflow:inherit;
}
.sub-nav--lineup.on .bg {
    opacity: 1
}
.sub-nav--lineup.on .sub-nav--lineup--link {
    opacity: 1
}
.sub-nav--lineup .sub-nav--lineup--link {
    width: 14.2%;
    padding: 2rem 2rem 1rem;
    position: relative;
    opacity: 0;
    transition: all 1s;
    border-top: 1px solid #e1e1e1;
}
.sub-nav--lineup .sub-nav--lineup--link:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    height: 80%;
    width: 1px;
    background-color: #e1e1e1
}
.sub-nav--lineup .sub-nav--lineup--link:nth-child(7n):after {
    content: "";
    width: 0
}
.sub-nav--lineup .sub-nav--lineup--link:last-child:after {
    content: "";
    width: 0
}
.sub-nav--lineup .sub-nav--lineup--link img {
    height: 10rem;
    width: 100%;
    object-fit: cover;
    object-position: bottom
}
.sub-nav--lineup .sub-nav--lineup--link.stand img {
    object-position: center
}
.sub-nav--lineup a {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0;
    text-align: center
}
.sub-nav--lineup a:before {
    content: none
}
.index .top-largehead .top_header {
    padding: 0 0 2em;
    border-bottom: 3px solid #c83839
}
.index .top-largehead .top_message {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c83839
}
.index .top-largehead .top_message h1 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}
.index .top-largehead .contact-wrap > div {
    flex: 1
}
.index .top-largehead .contact-wrap .button {
    font-size: 15.2pt;
    height: 83px;
    margin-left: 1em
}
.jumbotron {
    background-color: #f3f3f3;
    margin-bottom: 14px;
    padding: 1em 0;
    position: relative
}
.jumbotron .topHeaderInfo {
    margin: 20px auto 30px;
    position: relative;
    background: #fff;
    max-width: 1080px;
    border: 2px solid #c83939;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #c83939;
}
.jumbotron .topHeaderInfo a {
/*
    border: 2px solid #c83939;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
*/
    color: #c83939
}
.jumbotron .topHeaderInfo a:hover {
/*
    border: 2px solid #c83939;
    background: #c83939;
    color: #fff
*/
    text-decoration: underline;
}
/*
.topHeaderInfo {
    margin: 14px auto 26px;
    padding: 10px;
    position: relative;
    background: #fff;
    max-width: 100%;
    border: 1px solid #808080;
    border-radius: 8px;
    display: flex;
}
.topHeaderInfoTitle {
    display: flex;
    align-items: center;
    padding: 0 32px;
    font-size: 16px;
    border-right: 1px solid #404040;
}
.topHeaderInfoLine {
    padding: 5px 0;
}
.topHeaderInfo a {
    display: inline-block;
    color: #0065bf;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 0 20px;
    line-height: 1.4;
}
.topHeaderInfo a:hover {
    color: #004a8c
}
.topHeaderInfoContents {
    padding: 0 20px;
    font-size: 14px;
}
@media(max-width:768px) {
    .topHeaderInfo {
        flex-direction: column;
    }
    .topHeaderInfoTitle {
        display: flex;
        align-items: center;
        padding: 0 8px 8px;
        font-size: 16px;
        border-right: none;
        border-bottom: 1px solid #404040;
    }
    .topHeaderInfo a {
        margin: 0 0 0 0px;
    }
    .topHeaderInfoContents {
        margin: 6px 0 0;
        padding: 0 8px;
    }
}
*/
.jumbotron .carousel-inner img {
    height: 50%
}
.jumbotron .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.jumbotron .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.jumbotron .carousel-indicators li {
    background-color: rgba(0, 0, 0, .2)
}
.jumbotron .carousel-indicators li.active {
    background-color: rgba(0, 0, 0, .5)
}
.jumbotron .carousel-ctrl {
    position: absolute;
    top: 50%;
    display: inline-block;
    background-color: #c83839;
    color: #fff;
    font-size: 1.8em;
    padding-left: 0.5em
}
.jumbotron .carousel-ctrl.prev {
    left: 0
}
.jumbotron .carousel-ctrl.next {
    right: 0
}
.jumbotron .carousel-ctrl:hover {
    color: #fff
}
.jumbotron .carousel-ctrl.active {
    background-color: #c83839
}

.jumbotron .main_visual {
    position: relative;
}

.jumbotron .main_visual .link_btn_area {
    width: 68%;
    position: absolute;
    bottom: 30px;
    left: 40px;
    display: flex;
    justify-content: space-between;
}

.jumbotron .main_visual .link_btn {
    width: 48%;
    padding: 15px 0;
    border: 5px solid #d81719;
    background: #fff;
    text-align: center;
    color: #d81719;
    font-size: 1.6em;
    font-weight: 900;
}

.jumbotron .main_visual .link_btn:hover {
    background: #fbe7e8;
    transition: 0.8s
}

/* main_visual Slider */
.jumbotron .main_visual_slider_area_wrap {
    width: 100%;
    height: 325px;
    margin: 0;
}

.jumbotron .main_visual_slider_area_wrap .container {
    max-width: 100%;
    height: 325px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.jumbotron .main_visual_slider_area_wrap .main_visual_slider_area {
    width: 100%;
    height: 325px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jumbotron .main_visual_slider_area_wrap ul li {
    margin: 0;
    padding: 0;
    height: 325px;
    width: 100%; 
}

.jumbotron .main_visual_slider_area_wrap ul li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}

@media(max-width:768px) {
    
    .jumbotron .main_visual_slider_area_wrap {
        height: 450px;
    }

    .jumbotron .main_visual_slider_area_wrap .container {
        height: 450px;
    }

    .jumbotron .main_visual_slider_area_wrap .main_visual_slider_area {
        height: 450px;
    }

    .jumbotron .main_visual_slider_area_wrap ul li {
        height: 450px;
    }
    
}

.detail_link {
    display: flex;
    justify-content: center
}
.detail_link a.button {
    width: 14em;
    padding: 0.3em;
    border-radius: 5em
}
.detail_link a.button:before {
    content: ""
}
.recomend img {
    border: 1px solid #e1e1e1
}
.recomend .detail_link {
    justify-content: start
}
.recomend .recomend_inner {
    margin-bottom: 2em
}
.recomend h3 {
    font-size: 17px;
    font-weight: 700
}

.gallery img {
    border: 1px solid #e1e1e1
}
.gallery .gallery_inner img.img-fluid {
    height: auto;
    width: 100%;
}
.gallery .detail_link,
.questions .detail_link {
    justify-content: flex-end;
    margin-bottom: 2em;
}
.gallery .gallery_inner {
    margin-bottom: 2em
}
.gallery h3 {
    font-size: 17px;
    font-weight: 700
}
.gallery .gallery_inner p.text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.avatar img {
    border-radius: 100%
}
.voice {
    display: inline-block;
    position: relative;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe
}
.voice:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe
}
.voice p {
    margin: 0;
    padding: 0
}
.lineup_img {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #e1e1e1
}
.lineup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.lineup_img p {
    display: block;
    position: absolute;
    color: #c83839;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px
}
.lineup_img p.product_name {
    bottom: 10px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 0
}
.lineup_img p.product_name.en {
    font-size: 10.4px
}
.lineup_img p.product_name.ja {
    bottom: 30px
}

.lineup_point span {
    display: inline-block;
    background-color: #f7c93e;
    color: #c83839;
    padding: 0 1em;
    font-weight: 700;
    margin-right: 1em;
    margin-bottom: 0.5em
}
.lineup_desc h4,
.lineup_desc p.price {
    font-size: 19pt;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.4em
}
.lineup_desc p.price {
    color: #c83839
}
.lineup_desc p.text {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 1em;
    min-height: 10em
}

.lineup .detail_link a.button {
    width: 100%;
    padding: 0.3em;
    border-radius: 5em
}
.new-character_inner a {
    display: block;
    width: 100%;
    height: 100%
}
.new-character_img {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    text-align: center;
}
.new-character_img img {
    width: auto;
    height: 250px;
    object-fit: cover
}
.new-character_img p {
    display: block;
    position: absolute;
    color: #c83839;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px
}
.new-character_desc h3 {
    min-height: 48px;
}
.new-character_desc p.text {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 1em
}
.new-character_inner p.text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.new-character iframe {
    border: none;
}

@media(max-width:1300px) {
    
    .new-character_img img {
        height: 218px;
    }
    
}

@media(max-width:990px) {
    
    .new-character_img img {
        height: 155px;
    }
    
}

@media(max-width:826px) {

    .new-character_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    
    .new-character_desc h3 {
        min-height: inherit;
    }
}

.product-header-container {
    width: 100%;
    height: 320px;
    background: #f3f3f3;
}

@media screen and (max-width:480px){
    .product-header-container{
      height: 500px;
      background: #fff;
    }
}

.product-header {
    width: 1140px;
    height: 320px;
    color: #fff;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width:480px){
  .product-header {
      width: 100%;
      height: 500px;
  }
}

/* 見出し共通定義 */
.midashi{
color:black;
}

.midashi h1, .header-label  {
  display:inline-block;
  padding: 0.1em;
  background-color: rgba(255,255,255, 0.65);
  position: absolute;
}
.midashi h2 {
  background-color: rgba(255,255,255, 0.65);
}

.header-detail{
  display: inline-block;
  background-color: rgba(255,255,255, 0.65);
  position: absolute;
  line-height:2.2em;
  padding-left: 10px;
  padding-right: 22px;
}

.header-detail span{
  display:block;
  font-size:1em;
}

.header-detail strong{
  font-size:3em;
}

@media screen and (max-width:480px)
{
/*
  .midashi h1{
    position: initial;
  }
  .header-detail {
    position: initial;
  }
*/
}

.product-header h1 {
    font-size: 28pt;
    font-weight: 100;
    margin-bottom: 0.5em
}
.product-header p.head_copy {
    font-size: 17px;
    font-weight: 400
}
.product-header .product-header-main-img {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.product-header .product-header-main-img {
    height: 320px;
    z-index: 0;
}

.product-header .product-header-main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.product-header.acr_clear {
    color: #000
}

#page-aurora > div.product-header-container > div{
    background: #fff;
}

.product-header .product-price-btn {
    position: absolute;
    z-index: 5;
    right: 0.2em;
    bottom: 0.7em;
    font-size: 2.3em;
    text-align: center;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: 0;
    color: #c83839;
    background: #fff;
    width: 230px;
    height: 125px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c83839;
    -webkit-box-shadow: 4px 4px 0 #c83839;
    box-shadow: 4px 4px 0 #c83839;

}
.product-header .product-price-btn:hover {
    opacity: 0.6;
    transition: 0.8s
}

.main-copy{
    z-index:1;
    position: relative;
    height: 320px;
}

.product-header h1, .header-label  {
    font-size: 2.8em;
    font-weight: 900;
    -webkit-text-stroke: 1px black;
    line-height: 1.2;
}

.header-label.acr_clear, .header-label.acr_stand, .header-label.rubber , .header-label.aurora , .header-label.layer-acr
{
    top:23px;
    left:22px;
    letter-spacing:0;
}

.header-label.rotate_acr
{
    top:15px;
    left:15px;
    letter-spacing:-6px;
}

.header-label.acr_amulet ,
.header-label.record ,
.header-label.acr_block ,
.header-label.umbrella ,
.header-label.rench ,
.header-label.can,
.header-label.wood ,
.header-label.smat_stand ,
.header-label.pitaril ,
.header-label.joint ,
.header-label.charastage ,
.header-label.slide_mirror ,
.header-label.product
{
    top:45px;
    left:22px;
    letter-spacing:0;
}

.header-label.amulet
{
    top:30px;
    left:5px;
    letter-spacing:2;
}

.header-label.mug
{
    top:23px;
    left:250px;
    letter-spacing:-1.5px;
}

.header-label.tapestry
{
    top:45px;
    right:22px;
    letter-spacing:0;
}

.header-label.sticker
{
    top:23px;
    right:22px;
    letter-spacing:-2px;
}

@media screen and (max-width:720px){
    .header-label.acr_clear,
    .header-label.layer-acr,
    .header-label.acr_stand,
    .header-label.sticker
   {
        letter-spacing: 2px;
        left:17px;
    }
    .header-label.aurora
    {
        letter-spacing: 2px;
        left:13px;
        font-size:2.3em;
    }

    .header-label.acr_amulet ,
    .header-label.rubber ,
    .header-label.record ,
    .header-label.acr_block ,
    .header-label.umbrella ,
    .header-label.rench ,
    .header-label.can ,
    .header-label.wood ,
    .header-label.smat_stand ,
    .header-label.pitaril ,
    .header-label.joint ,
    .header-label.charastage ,
    .header-label.slide_mirror ,
    .header-label.amulet ,
    .header-label.mug ,
    .header-label.product ,
    .header-label.tapestry 
    {
        top : 20px;
        left: 15px;
        font-size: 2.4em;
        right: unset;
    }

    .header-label.sticker
    {
        top : 23px;
        left: 15px;
        font-size: 2.2em;
        right: unset;
    }
    
    #page-acr_amulet > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-record > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-acr_block > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-umbrella > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-can > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-wood > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-pitaril > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-charastage > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-amulet > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-product > div.product-header-container > div > div.container > div > div > div > div > .header-detail
    {
        top: 5.8em;
    }
    #page-rench > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-smat_stand > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-joint > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-slide_mirror > div.product-header-container > div > div.container > div > div > div > div > .header-detail
    {
        top: 8.3em;
    }
}

.header-detail{
    top:10.6em;
    left:1.8em;
}

#page-amulet > div.product-header-container > div > div.container > div > div > div > div > .header-detail{
    top:10.0em;
    left:0.4em;
}
#page-mug > div.product-header-container > div > div.container > div > div > div > div > .header-detail{
    top:11.5em;
    left:31.5em;
}

#page-tapestry > div.product-header-container > div > div.container > div > div > div > div > .header-detail
{
    top:10.0em;
    right:1.5em;
    left: unset;
}

#page-sticker > div.product-header-container > div > div.container > div > div > div > div > .header-detail
{
    top:10.6em;
    right:-0.5em;
    left: unset;
}


@media screen and (max-width:720px){
    .header-detail{
        line-height: 1.8em;
        top:8.1em;
        left:0.8em;
        letter-spacing: -1px;
    }
    #page-amulet > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-mug > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-product > div.product-header-container > div > div.container > div > div > div > div > .header-detail,
    #page-tapestry > div.product-header-container > div > div.container > div > div > div > div > .header-detail
    {
        top:5.4em;
        left:0.8em;
    }

  #page-tapestry > div.product-header-container > div > div.container > div > div > div > div > .header-detail
  {
        padding-right: 0.5em;
        top:15.0em;
        left:0.8em;
        right:unset;
  }

    #page-sticker > div.product-header-container > div > div.container > div > div > div > div > .header-detail
    {
        top   : unset;
        right : unset;
        bottom: 1.0em;
        left  : 0.8em;
        padding-right: 3em;
    }
}


@media (max-width: 768px)
{
  #page-sticker .product-header.sticker {
    background-image: url("https://keyholder.bz/asdekImage/media/product_banner_sticker_sp.jpg");
    background-size: contain;
  }

  .product-header .product-header-main-img{
    display: none;
  }
}

.text-flex {
    display: flex;
    justify-content: center
}
.text-left.box-left {
    border-right: thin solid;
    padding-right: 10px
}
.text-left.box-left strong {
    font-size: 48px
}
.text-left.box-right {
    border-left: thin solid;
    padding-left: 20px
}
.text-left.box-right strong {
    font-size: 48px
}

@media screen and (max-width:480px){
.text-left.box-left strong, .text-left.box-right strong {
    font-size: 3em;
}

}


/* ここまでヒーローバナー修正関係 */
/* ここからアコーディン修正 */
details.acr_clear {
    padding-bottom: 10px;
}
details[open] .details-content {
    animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
    0% {
        opacity: 0; /* 透明 */
        transform: translateY(-10px); /* 上から表示 */
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
summary.acr_clear {
    display: inline-block;
    font-weight: bold;
}
summary.acr_clear:hover {
    color: #007bff;
}
.acr_clear.features {
    padding-bottom: 10px;
}
.ac-check {
    display: none;
}
.ac-label {
    background: #454545;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.ac-label:after {
    background: #454545;
    box-sizing: border-box;
    content: '▲';
    display: block;
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.ac-check:checked + .ac-label:after {
    content: '▼';
}
.ac-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
}
.ac-check:checked + .ac-label + .ac-content {
    height: auto;
    opacity: 1;
    padding: 5px 10px;
    visibility: visible;
}

.product-header.acr_stand {
    background-image: url('../img/acr_stand/main.jpg');
    background-position: 50% center
}
.product-header.hamep {
    background-image: url('../img/hamep/main.jpg')
}
.product-header.can {
    background-image: url('../img/can/main.jpg')
}
.product-header.rubber {
    background-image: url('../img/rubber/main.jpg')
}
.product-header.metal {
    background-image: url('../img/metal/main.jpg')
}
.product-header.record {
    background-image: url('../img/record/main.jpg')
}
.product-detail {
    width: 100%;
    background-color: #f3f3f3;
    padding: 2rem 0
}
.product-detail .product-image_main img {
    border: 1px solid #e1e1e1
}
.product-detail .product-image_main p.product-image_caption {
    height: 2.8em;
    margin-top: 0.25em;
    line-height: 1.5em
}
.product-detail .product-image_thumb p.product-image_caption {
    visibility: hidden;
    height: 0
}
.product-detail .product-image_thumb > div {
    margin-right: 5px
}
.product-detail .product-image_thumb>div:last-child {
    margin-right: 0
}
.product-desc h2.subhead {
    margin-bottom: 0.7em
}
.product-desc p.subhead {
    line-height: 1.5em;
    margin-bottom: 2em
}
.product-desc img {
    border: 1px solid #e1e1e1
}
.lineup_fixed {
    display: none
}
.point h3,
.price h3,
.product-desc h3,
.product-desc_lineup h3,
.product-desc_option h3 {
    font-size: 17px;
    font-weight: 700;
    color: #c83839;
    margin-bottom: 0.5em
}
.point h3 span.ja,
.price h3 span.ja,
.product-desc h3 span.ja,
.product-desc_lineup h3 span.ja,
.product-desc_option h3 span.ja,
.product-desc_lineup span.ja, .product-desc_option span.ja
 {
    font-size: 13px;
    font-weight: 100;
    color: #060203;
    margin-left: 1em
}
.point h3:after,
.price h3:after,
.product-desc h3:after,
.product-desc_lineup h3:after,
.product-desc_option h3:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -0.5em
}
.feature,
.product-desc_lineup,
.product-desc_option {
    margin-bottom: 3em
}
.feature {
    background-color: #ebebeb;
    padding: 1em 2em
}
.feature p {
    margin-bottom: 1em
}

.advice {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem
}
.advice .avatar {
    text-align: center;
    border-radius: 100%
}
.advice .avatar img {
    background-color: #fff;
    border-radius: 100%
}

/*
.advice h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 1.5em
}
*/

.point {
    border: 1px solid #e1e1e1;
    padding: 2em;
    margin-top: 2em
}
.point .fa {
    font-size: 100px;
    text-align: center;
    margin: 0 auto;
    color: rgba(6, 2, 3, .5)
}
.prodct-type_list ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start
}
.prodct-type_list ul li {
    width: 23.7%;
    background-color: #fcfafb;
    margin: 0 0.5rem 1rem
}
.prodct-type_list ul li a {
    display: flex;
    padding: 0.5rem;
    justify-content: flex-start;
    align-items: center
}
.prodct-type_list ul li a img {
    height: 3rem;
    margin-right: 0.5rem
}
.prodct-type li {
    font-size: 17px;
    font-family: roboto;
    font-weight: 100;
    border: 1px solid #c83839;
    margin-bottom: 0.5em
}
.prodct-type li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}
.prodct-type li a:hover {
    background-color: rgba(200, 56, 57, .6);
    color: #fff
}
.prodct-type li a.active {
    background-color: #c83839;
    color: #fff
}
.option-type .prodct-type_list ul li {
    width: 15%;
    font-size: 14px;
    margin-right: 1em;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 1rem;
    text-align: center
}
.option-type .prodct-type_list ul li img {
    width: 80%;
    display: block;
    margin: 0 auto 0.5rem;
}
.option-type.other .prodct-type_list ul li {
    width: 100%
}
.option-type.other .prodct-type_list ul li img {
    width: 80%;
    display: block;
    margin-bottom: 0.5rem
}
.price {
    margin-bottom: 3em
}
.price .price-side-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 22px;
    overflow-y: scroll;
    overflow-x:hidden;
    max-height: 100vh;
    padding-bottom: 3rem;
}
.price .price-side-menu .prodct-type li {
    min-width: inherit;
    width:100%;
}
.price .price-side-menu .prodct-type li a {
    text-align: left;
    padding-left: 1em;
    width: 100%;
}
.price .prodct-type_list ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.price .prodct-type_list ul li {
    font-size: 14px;
    border: none;
}

.price .price-side-menu .prodct-type li img {
    width: 115px;
    height: auto;
    margin-right: 10px;
}

.price .price-side-menu .prodct-type li .keyname {
    display: inline-block;
    width: calc( 100% - 125px );
    word-wrap:break-word;
    overflow-wrap: break-word;
}


@media(max-width:1199px) {
    .price .price-side-menu .prodct-type li img {
        width: 90px;
        margin-right: 10px;
    }

    .price .price-side-menu .prodct-type li .keyname {
        width: calc( 100% - 100px );
    }
}

@media(max-width:991px) {  
    
    .price .price-side-menu .prodct-type li a {
        flex-direction: column;
    }
    
    .price .price-side-menu .prodct-type li img {
        width: 100%;
        margin-right: 0px;
    }

    .price .price-side-menu .prodct-type li .keyname {
        width: 100%;
        margin-top: 5px;
    }
}

.price h3 {
    font-size: 19pt;
    margin-top: 0
}
.price .plicelist-wrap,
.price .price-table {
    padding-top: 9em;
    margin-top: -9em
}
.price .plicelist-wrap td.td_price,
.price .price-table td.td_price {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.price .plicelist-wrap th.th_price a.link_price {
    display: block;
}
.price .plicelist-wrap td.td_price p,
.price .price-table td.td_price p {
    margin-bottom: 0;
    line-height: 1.2em
}
.price .plicelist-wrap td.td_price p.add_cart,
.price .price-table td.td_price p.add_cart {
    background: red;
    padding: 0.5rem;
    border-radius: 1rem;
    margin-left: 1em;
    background-color: #f7c93e
}
.price .plicelist-wrap td.td_price p.out_of_stock,
.price .price-table td.td_price p.out_of_stock {
    margin-left: 1em;
    color: #666;
    font-size: 26px;
}

.price .plicelist-wrap td.td_price a.link_price {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price .plicelist-wrap .table-responsive,
.price .price-table .table-responsive {
    display: inline-table
}

.price .plicelist-wrap tbody th span,
.price .plicelist-wrap thead th span,
.price .price-table tbody th span,
.price .price-table thead th span {
    font-size: 13px;
    font-weight: 400
}
.price .plicelist-wrap tbody tr td,
.price .plicelist-wrap thead tr td,
.price .price-table tbody tr td,
.price .price-table thead tr td {
    text-align: right
}
.price .plicelist-wrap tbody tr td span,
.price .plicelist-wrap thead tr td span,
.price .price-table tbody tr td span,
.price .price-table thead tr td span {
    font-size: 13px;
    font-weight: 400;
    color: rgba(6, 2, 3, .5)
}
.price .plicelist-wrap thead,
.price .price-table thead {
    background-color: #506573;
    color: #fff
}
.price .plicelist-wrap thead th,
.price .price-table thead th {
    text-align: center
}
.price .plicelist-wrap thead th:first-child,
.price .price-table thead th:first-child {
    min-width: 5em
}
.price .plicelist-wrap tbody,
.price .price-table tbody {
    background-color: rgba(243, 243, 243, .3)
}

.price .price-table a {
    display: block;
    width: 100%;
    height: 100%;
}
.type-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.8em
}
.type-title:before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.25em
}
.product_child_wrap {
    width: 100%;
    margin-bottom: 3em;
    padding-top: 3em;
    margin-top: -3em
}
.product_child {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-bottom: 2em
}
.product_child:last-child {
    border-bottom: none
}
.product_child .product_child_desc {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    width: 55%
}
.product_child .product_child_desc .product_child_desc_img {
    overflow: hidden;
    margin-bottom: 2em;
    border: 1px solid #ebebeb
}
.product_child .plicelist-wrap {
    flex-basis: 450px
}
.product_child .plicelist-wrap p.tips {
    background-color: #f7c93e;
    text-align: center;
    border-radius: 3px;
    padding: 0.5em 0;
    margin-bottom: 0
}
.product_child .plicelist-wrap tr {
    cursor: pointer
}
.prooduct_child_list h4 {
    margin-bottom: 1em
}
.spiner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 2, 3, .5);
    top: 0;
    left: 0;
    z-index: 99999
}
.spiner .daruma {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px
}
.spiner .daruma p {
    color: #fff;
    animation: brink 1s infinite
}
.spiner .daruma img {
    animation: spin 3s infinite
}
.spiner.on {
    display: block
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes brink {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}
#hamep span.keyname {
    display: none
}
.cart_button {
    display: block;
    width: 59px;
    height: 97px;
    background-color: #f7c93e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    color: #060203;
    font-size: 36px;
    padding: 1.3rem 0.8rem;
    transition: all 1s
}
.cart_button .cart-q {
    position: absolute;
    right: 5px;
    background-color: #fb4c4e;
    color: #fff;
    font-size: 14px;
    font-family: roboto;
    border-radius: 2em;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    line-height: inherit
}
.cart_button .fa-shopping-cart {
    font-size: 36px
}
.cart_button .fa-angle-double-right {
    position: absolute;
    font-size: 24px;
    left: 24px;
    bottom: 10px;
    transform: rotateY(180deg);
    transition: all 1s
}
.cart_button.on {
    right: 30vw
}
.cart_button.on .fa-angle-double-right {
    transform: rotateY(0)
}
.cart {
    position: fixed;
    top: 0;
    right: -30vw;
    transition: all 1s;
    font-family: roboto;
    color: #777;
    flex-direction: column;
    z-index: 9999;
    min-height: 100vh;
    width: 30vw;
    background-color: rgba(80, 101, 115, .9)
}
.cart.on {
    right: 0
}
.cart.on .close_cart {
    position: absolute;
    top: 7px;
    right: 0
}
.cart_header {
    padding: 1em;
    color: #fff;
    background-color: #c83839
}
.cart_header h3 {
    margin-bottom: 0
}
.next_button_area {
    background-color: #f7c93e;
    text-align: center;
    position: absolute;
    bottom: 110px;
    left: 5%;
    width: 90%;
    border-radius: 5em
}
.next_button_area a {
    padding: 1em 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px
}
.total {
    bottom: 0;
    width: 100%;
    background-color: #303c44;
    color: #fff;
    position: absolute;
    padding: 0.5em 0
}
.total p.toral_price {
    margin-bottom: 0;
    font-size: 19pt
}
.total p.tax_del {
    font-size: 13px;
    margin-bottom: 0
}
.cart_inners {
    padding: 1em 0 0;
    overflow-y: scroll;
    height: calc(100vh - 175px)
}
.cart_inner {
    background-color: #f3f3f3;
    margin: 2em 0 0
}
.cart_inner .item-title {
    background-color: #518eda;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    position: relative
}
.cart_inner .item-title p {
    margin-bottom: 0
}
.cart_inner .item {
    padding: 1.5em 1em 0
}
.cart_inner .cart_inner_close {
    position: absolute;
    right: 1em;
    top: 0.4em
}
.cart_inner .cart_inner_close .fa {
    font-size: 24px
}
.cart_inner .form-group {
    margin-bottom: 10px
}
.cart_inner .form-group.sub {
    margin-bottom: 7px
}
.cart_inner .value {
    min-width: 50%
}
.cart_inner .value.quantity {
    width: 50%
}
.cart_inner .value.quantity > input {
    font-size: 21px;
    text-align: right;
    background-color: #c7c7c7;
    border: none;
    border-radius: 0;
    transition: all 0.3s
}
.cart_inner .value.quantity > input.lowest {
    background-color: #f84e53
}
.cart_inner .value .custom-select {
    height: 30px
}
.cart_inner .lowestmsg_area {
    width: 100%
}
.cart_inner .lowestmsg_area .lowestmsg {
    display: inline-block;
    width: 100%;
    padding-right: 1rem;
    text-align: right;
    color: #c83839;
    font-size: 13px;
    margin-bottom: 0
}
.cart_inner label,
.cart_inner select {
    font-size: 14px;
    color: #777
}
.cart_inner label {
    padding-top: 0.7em
}
.cart_inner .quantity-label label {
    padding-top: 1em
}
.cart_inner select {
    background-color: #ebebeb;
    border-radius: 0
}
.cart_inner .no-arrow {
    background: 0 0;
    background-color: #ebebeb
}
.cart_inner #product {
    font-size: 18px
}
.cart_inner #productName {
    margin-bottom: 10px
}
.cart_inner .subtotal {
    margin-top: 10px
}
.cart_inner .subtotal .price {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    font-size: 17px;
    color: #a9a9a9;
    margin-bottom: 1em
}
.cart_inner form.rubber_mold .value.quantity {
    width: 50%;
    font-size: 24px;
    text-align: right
}
.cart_inner form.rubber_mold .value.quantity p {
    margin-bottom: 0
}
.twitter_discount {
    background-color: rgba(9, 161, 240, .7);
    color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin: 25px 0
}
.twitter_discount .twiter_title {
    font-size: 17px
}
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0.5em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #7087e6;
    color: #fff
}
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #7087e6
}
.balloon1 p {
    margin: 0;
    padding: 0
}
.page_header {
    background-color: #f3f3f3;
    padding: 2em 0
}
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    z-index: 0;
    position: relative
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #aaa
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #eee
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #eee;
    top: 15px;
    left: -50%;
    z-index: -1
}
.progressbar li:first-child:after {
    content: none
}
.progressbar li.active {
    color: #c83839;
    font-size: 14px
}
.progressbar li.active:before {
    background-color: #c83839;
    color: #fff
}
.progressbar li.active+li:after {
    background-color: #ebebeb
}
.order_form {
    font-family: roboto
}
.order_form h1 {
    font-size: 19pt
}
.order_form .cart_inners {
    padding: 1em 0;
    overflow-y: inherit;
    height: inherit
}
.order_form .cart_inner {
    background-color: #fff;
    box-shadow: 0 3px 5px 3px rgba(225, 225, 225, .8)
}
.order_form .total {
    bottom: inherit;
    position: inherit;
    background-color: inherit;
    padding: inherit;
    color: #060203
}
.order_form .order_form_subtotal {
    font-size: 17px
}
.order_form .price {
    margin-bottom: 0
}
.order_form .total_price_row {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #c7c7c7
}
.order_form .total_price {
    font-size: 24pt
}
.order_form .form-group {
    margin: 2em 0
}
.order_form .form-group:first-child {
    margin-top: 0
}
.order_form .form-group .postal_code_1 {
    width: 4em
}
.order_form .form-group .postal_code_2 {
    width: 6em
}
.order_form .form-group .postal_code_sep {
    margin: 0 1em;
    padding-top: 0.27em
}
.order_form .form-group .form-control::-webkit-input-placeholder {
    color: #bcbcbc
}
.order_form .form-group .deliv_radios2 {
    margin-top: 0.7em
}
.order_form .form-group hr {
    margin: 0
}
.order_form .form-group .cart_info hr {
    margin: 0.7em 0
}
.order_form .form-group {
    margin-top: 0;
    margin-bottom: 1em
}
.order_form .help-block ul li {
    font-size: 14px;
    background-color: #c83839;
    color: #fff;
    border-radius: 5px;
    padding-left: 1em;
    margin-top: 0.5em
}
.order_form .attention {
    background-color: #ebebeb;
    padding: 1em 2em
}
.order_form .form_btn {
    width: 15em;
    height: 3em;
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center
}
.order_form .form_btn.disabled {
    background-color: #e1e1e1;
    color: #949393
}
.order_form .dropzone {
    background-color: #f3f3f3;
    position: relative;
    width: 100%;
    height: 20em;
    background-image: url('../img/file_drop.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 2em;
    border: 3px dashed #e1e1e1
}
.order_form .dropzone p {
    font-size: 15.2pt;
    color: rgba(6, 2, 3, .4);
    text-align: center;
    padding-top: 3em
}
.order_form .dropzone .file_choice {
    margin-top: 2.6em
}
.order_form .file_name_area {
    margin: 2em 0
}
.order_form .file_name_area i {
    font-size: 45pt;
    color: rgba(6, 2, 3, .6)
}
.order_form .file_name_area .file_name {
    font-weight: 700
}
.error_message {
    display: none
}
.error_message.on {
    display: block
}
#footer_common_template .table-bordered,
#footer_common_template .table-bordered td,
#footer_common_template .table-bordered th {
    border: 1px solid rgba(6, 2, 3, .3)
}
#footer_common_template .table td,
#footer_common_template .table th {
    padding: 0.5em
}
.footer_common {
    padding: 2em 0
}
.footer_common p.step {
    font-weight: 700
}
.footer_common p.step span {
    display: inline-block;
    position: relative;
    top: -1px;
    background-color: #c83839;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 0.2em 0.5em;
    margin-right: 0.5em
}
.footer_common .about_realize h4 {
    font-size: 14px;
    line-height: 1.3em
}
.footer_common .about_realize p.about_desc {
    font-size: 14px
}
.footer-distributed {
    margin-top: 0 !important
}
.footer-links a {
    margin-right: 1em
}
#guide {
    padding: 2rem 0
}
#guide .side_nav {
    position: sticky;
    position: -webkit-sticky;
    top: 2em
}
#guide .side_nav ul {
    padding-left: 0;
    list-style: none
}
#guide .side_nav ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em
}
#guide .side_nav ul li:hover {
    background-color: #c83839;
    color: #fff
}
#guide .side_nav ul li:hover a {
    color: #fff
}
#guide .side_nav ul li a {
    width: 100%;
    display: inline-block
}
#guide .side_nav ul li a:hover {
    color: #fff
}
#guide .reference_contents_inner {
    padding-top: 2em;
    margin-top: -2em;
    margin-bottom: 3em
}
#guide .reference_contents_inner img {
    border: 1px solid #e1e1e1
}
#guide .reference_contents_inner .title h3 {
    margin-bottom: 1em;
    font-size: 19pt;
    border-bottom: 1px silver dotted;
}
#guide .reference_contents_inner .title h3:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.25em
}
#guide .reference_contents_inner .step {
    border: 4px solid #f1f1f1;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 2em;
}
#guide .reference_contents_inner .box {
    background: #F6F6F6;
    padding: 20px;
}
#guide .reference_contents_inner .detail_link a.button {
    width: 100%;
    padding: 1em 0
}
#guide .reference_contents_inner a.download {
    background-color: #c83839;
    padding: 0.25em 1em;
    border-radius: 2em;
    color: #fff
}
#sidebar {
    position: sticky;
    position: -webkit-sticky;
    padding: 1em 0;
    top: 0
}
#sidebar .sidebar-offcanvas {
    padding-right: 2em
}
.sidemenu_list {
    color: #060203;
    padding-left: 15px;
    list-style: none;
}
.sidemenu_list p {
    font-size: 13px;
    line-height: 1.2em;
}
.sidemenu_list a.lineup:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.25em;
}
.sidemenu_menu .product_list {
    color: #060203;
    padding-left: 15px;
    list-style: none;
}
.sidemenu_menu .product_list p.product {}

.sidemenu_banner .banners a img {
    border: 1px solid #e1e1e1
}
.sidemenu_contents ul.news_list {
    padding-left: 0;
    list-style: none
}
#page-top {
    position: fixed;
    display: block;
    bottom: -2px;
    right: 50px;
    background-image: url('../img/pagetop.png');
    background-size: cover;
    width: 7%;
    height: 100px;
    z-index: 999
}
.contents_head {
    color: #c83839;
    font-weight: 700;
    font-size: 13.3pt;
    margin-bottom: 0.8em
}
.contents_head span.ja {
    border-bottom: 1px solid #c83839;
    font-size: 19pt;
    display: inline-block;
    padding-bottom: 5px
}
.contents_head span.en {
    line-height: 1.3em;
    font-size: 14px
}
.contents_head span.en:before {
    content: "\A";
    white-space: pre
}
.contents_head_sub {
    border-bottom: 1px solid #c83839;
    padding-bottom: 0.25em;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1em
}
.nav-pills a.nav-link {
    border-radius: 0;
    padding: 0.5em 1em
}
.nav-pills a.nav-link.active {
    height: 100%;
    background-color: #c83839
}
.voice_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.voice_wrap article {
    margin-bottom: 2rem;
    width: 48%
}
@media(max-width:768px) {
    .index #page-top {
        bottom: 0
    }
    #page-top {
        right: 0;
        width: 20%;
        bottom: 6%
    }
    #page-top.notindex {
        bottom: calc(-4% + 60px)
    }
    nav .navbar-nav {
        margin-top: 1rem
    }
    nav .navbar-nav .nav-item {
        margin-bottom: 0.5em
    }
    nav .contact.d-flex {
        flex-direction: column
    }
    nav .contact-tel {
        width: 100%;
        margin-bottom: 1rem
    }
    nav .contact-form {
        margin-left: 0;
        margin-bottom: 1rem
    }
    nav .sp-mypage {
        position: absolute;
        top: 8px;
        right: 60px;
    }
    nav .sp-mypage a {
        display: block;
/*        width: 36px; */
        width: 161px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
    }
    .sub-nav {
        height: inherit;
        padding: 1.25rem 0 0.75rem
    }
    .sub-nav .d-flex {
        flex-direction: column
    }
    .sub-nav .d-flex a {
        margin-bottom: 0.5em
    }
    .cart {
        width: 80vw;
        right: -80vw
    }
    .cart_button.on {
        right: 80vw
    }
    .prodct-type li {
        width: 100%;
        margin-right: 0
    }
    .price .price-side-menu {
        height: inherit
    }
    .product_child {
        flex-direction: column
    }
    .product_child .product_child_desc {
        width: 100%
    }
    .product-header {
        background-position: left 80% center;
        background-repeat: no-repeat
    }
    .table th {
        width: 100%
    }
    #guide #ref_5 table thead th {
        text-align: center
    }
    #guide #ref_5 table thead td {
        display: none
    }
    #guide #ref_5 table tbody {
        margin-bottom: 1rem
    }
    #guide #ref_5 table tbody th {
        display: none
    }
    #guide #ref_5 table td {
        padding: 1rem 1em;
        width: 100%
    }
    #guide #ref_5 table td:before {
        content: attr(data-label);
        display: block;
        margin-bottom: 1rem
    }
    .top-largehead .top_message {
        opacity: 0
    }
    .top-largehead .top_header p {
        font-size: 0.8em
    }
    .top-largehead .top_header .contact-wrap {
        flex-direction: column
    }
    .top-largehead .top_header .contact-wrap .button {
        margin-left: 0;
        width: 100%;
        margin-top: 1rem
    }
    .top-largehead .top_header .contact-wrap .button a {
        font-size: 0.9em
    }
    .voice_wrap article {
        width: 100%
    }
}
@media(max-width:768px) {
    .twitter-widget-wrapper {
        border: 1px solid rgba(6, 2, 3, .2)
    }
    .twitter-widget-wrapper iframe {
        width: 740px !important
    }
    p.attention {
        line-height: 1.2em
    }
    nav {
        height: inherit;
        margin: 0
    }
    nav.navbar {
        padding: 0.5rem
    }
    nav a.navbar-brand {
        width: 40%;
        padding-top: 0;
        height: 100%;
    }
    nav .navbar-toggler-right {
        top: 0.35rem;
        right: 0;
        line-height: inherit
    }
    .sub-nav .sub-nav--link {
        padding: 0.5rem 0
    }
    .sub-nav .sub-nav--link a {
        margin-right: 0
    }
    .sub-nav .sub-nav--link a:before {
        content: none
    }
    .sub-nav .sub-nav--link:hover {
        transform: inherit
    }
    .contact .contact-form {
        padding: 0;
        height: 55px;
        width: 100%
    }
    .contact .contact-form .button {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .contact .contact-form .button a {
        display: block;
        padding: 0;
        height: auto;
        width: 100%
    }
    .jumbotron {
        /*padding: 1em 0 3em*/
        padding: 1em 0 14px
    }
    .jumbotron .container {
        padding: 0
    }
    .jumbotron .carousel-indicators {
        bottom: -39px
    }
    .jumbotron .carousel-control-next,
    .jumbotron .carousel-control-prev {
        top: inherit;
        bottom: 12px;
        z-index: 9999
    }
    .jumbotron .carousel-control-next {
        right: 0
    }
    .jumbotron .carousel-control-prev {
        left: 0
    }
    
    .jumbotron .main_visual .link_btn_area {
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .jumbotron .main_visual .link_btn {
        width: 50%;
        padding: 20px 0;
        border: 5px solid #d81719;
        font-size: 1.2em;
    }
    .jumbotron .main_visual .link_btn + .link_btn {
        border-top: 5px solid #d81719;
        border-bottom: 5px solid #d81719;
        border-right: 5px solid #d81719;
        border-left: none;
    }
    
    .lineup .lineup_point span {
        margin-bottom: 0.5rem
    }
    .lineup .lineup_desc {
        margin-top: -12px
    }
    .lineup .lineup_desc .d-flex {
        flex-direction: column
    }
    .lineup .lineup_desc p.text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        min-height: 0;
    }
    .lineup .detail_link a.button {
        width: 100%;
        padding: 0.5em
    }
    .lineup .lineup_img p.product_name.ja {
        bottom: 25px
    }
    .lineup .lineup_img p.product_name.en {
        bottom: 5px
    }
    .new-character .new-character_point span {
        margin-bottom: 0.5rem
    }
    .new-character .new-character_desc {
        margin-top: -12px
    }
    .new-character .new-character_desc .d-flex {
        flex-direction: column
    }
    .new-character .detail_link a.button {
        width: 100%;
        padding: 0.5em
    }
    .new-character .new-character_inner p.text {
        -webkit-line-clamp: 3;
    }
    .recomend .recomend_inner img {
        margin-bottom: 1rem
    }
    .recomend .recomend_inner h3 {
        font-size: 1.2em
    }
    .recomend .recomend_inner a.button {
        width: 100%
    }
    .questions a.button,
    .gallery a.button {
        width: 100%
    }
    .gallery .gallery_inner img {
        margin-bottom: 1rem
    }
    .gallery .gallery_inner h3 {
        font-size: 1.2em
    }
    .gallery .gallery_inner p.text {
        -webkit-line-clamp: 3;
    }
    .gallery .detail_link,
    .questions .detail_link {
        margin-bottom: 2rem
    }
    .cart {
        font-family: roboto;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        right: 0;
        top: calc(100vh - 55px);
        z-index: 1000;
        padding-top: 20px
    }
    .cart.on {
        top: 0
    }
    .cart_inners {
        height: calc(100vh - 184px)
    }
    .cart_button {
        width: 100%;
        top: auto;
        bottom: 0;
        z-index: 1001;
        height: 55px;
        text-align: center;
        padding: 0
    }
    .cart_button.on {
        right: inherit;
        bottom: calc(100% - 55px)
    }
    .cart_button .cart-q {
        top: 10px;
        right: 0;
        left: 52%;
        z-index: 2
    }
    .cart_button .fa {
        opacity: .8;
        font-size: 28px
    }
    .cart_button i.fa-angle-double-right {
        display: none
    }
    .product-header {
        background-position: 26% center
    }
    .product-header > div {
        height: 100%
    }
    .product-header > div > div {
        height: 100%
    }
    .product-header > div > div > div {
        height: 100%;
        padding: 0
    }
    .product-header .main-copy {
        background-color: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        padding: 14em 1rem 0
    }
    /* ヒーローヘッダ差し替え対応.start */
    .product-header .main-copy.no-cover {
        background-color: transparent
    }
    .product-header .main-copy h1,
    .product-header .main-copy p {
        text-align: left !important
    }
    .product-header .main-copy h1 {
/*
        font-size: 23px
*/
    }
    .product-header .main-copy h1 span {
        font-size: 0.8em
    }
    .product-header .main-copy p {
        font-size: 12px;
        opacity: .9
    }
    #page-acr_clear .product-header {
        background-position: 70% center
    }
    
    #page-acr_clear .product-header.acr_clear {
        /*background-image: url('../img/acr_clear/main_sp.jpg')*/
    }

    #page-layer-acr .product-header.layer-acr {
        background-image: url("https://keyholder.bz/asdekImage/media/product_banner_layer-acr_sp.jpg")
    }




/* 表示しないので使わない
    .product-header .product-price-btn {
        position: absolute;
        width: 128px;
        height: 128px;
        right: 10px;
        bottom: 20px;
        z-index: 1000;
        font-size: 1.5em;
    }
    .product-header .product-price-btn:hover {
        opacity: 0.6;
        transition: 0.8s
    }
*/
    .product-header .product-price-btn {
      display: none;
    }
    #page-acr_clear .product-header.acr_clear .text-left.box-left strong {
        font-size: 36px
    }
    #page-acr_clear .product-header.acr_clear .text-left.box-right strong {
        font-size: 36px
    }
    #page-acr_clear .product-header.acr_clear .text-flex {
        justify-content: normal
    }
    .header-label.acr_clear,
    .header-label.acr_stand
    {
        font-size: 32px
    }
    #page-acr_clear .product-header.acr_clear h2.text-center.responsive {
        text-align: left !important
    }
    #page-acr_clear .product-header.acr_clear .main-copy {
        padding-top: 23px
    }
    /* ヒーローヘッダ差し替え対応.end */
    #page-acr_stand .product-header {
        transition: all 3s;
        background-position: 100% center
    }
    #page-acr_stand .product-header.on {
        background-position: 40% center
    }
    #page-hamep .product-header {
        transition: all 3s
    }
    #page-hamep .product-header.on {
        background-position: 80% center
    }
    #page-record .product-header {
        transition: all 3s
    }
    #page-record .product-header.on {
        background-position: 80% center
    }
    #page-can .product-header {
        background-position: 80% center
    }
    .price_wrap table,
    .prodct-type li {
        font-family: roboto, "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif
    }
    .product-desc_lineup {
        margin-bottom: 1rem
    }
    .advice h2 {
        text-align: center;
        margin: 1.5em 0
    }
    .point {
        padding: 1em 0.75em
    }
    .point h2 {
        text-align: left;
        margin-bottom: 1em !important
    }
    .point .icon {
        display: flex;
        justify-content: center
    }
    .lineup_point span {
        margin-bottom: 0.5em
    }
    .feature {
        padding: 1em 0.75em
    }
    .feature p {
        margin-bottom: 0.5em
    }
    .prodct-type_list ul li {
        width: 48%;
        margin: 1%
    }
    .prodct-type_list ul li a {
        flex-direction: column;
        font-size: 0.8em
    }
    .prodct-type_list ul li a img {
        margin-right: 0;
        margin-bottom: 3px
    }
    .lineup_fixed {
        display: block
    }
    .lineup_fixed .title_bar {
        height: 55px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        padding: 1rem;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ebebeb
    }
    .lineup_fixed .title_bar h3 {
        display: inline-block
    }
    .lineup_fixed .title_bar .expand {
        text-align: right;
        position: absolute;
        right: 1.5rem;
        top: 0.2rem;
        font-size: 30px;
        color: #c83839;
        transition: all 1s
    }
    .lineup_fixed .title_bar .expand.turn {
        transform: rotateX(180deg)
    }
    .lineup_fixed .lineup_inner {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background-color: #fff;
        top: 0;
        padding: 66px 1rem 0;
        -webkit-overflow-scrolling: touch;
        z-index: 99
    }
    .option-type .prodct-type_list ul li {
        width: 100%;
        margin-right: 0;
        flex-direction: row;
        text-align: left
    }
    .option-type .prodct-type_list ul li img {
        width: 25%;
        display: inline-block;
        margin-right: 1em
    }
    .option-type .prodct-type_list ul li br {
        display: none
    }
    .price-table {
        width: 100%;
        overflow-x: scroll;
    }
    
    body.form #page-top {
        bottom: -30px
    }
    body.form .cart_inners {
        padding: 0
    }
    body.form .cart_inners > div {
        padding: 0 !important
    }
    .footer-distributed {
        padding: 10px 0 65px !important;
    }
    .footer-distributed > div {
        padding: 0
    }
    
    .table-stickey thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #546572;
    }
    
    .table-stickey th:first-child {
        position: sticky;
        left: 0;
    }
    
    .table-stickey tr:nth-of-type(odd) th:first-child {
        background: #e7e7e7;
    }
    
    .table-stickey tr:nth-of-type(even) th:first-child {
        background: #f4f4f4;
    }
    
    .table-stickey thead th:first-child {
        z-index: 2;
        background: #546572 !important;
    }
    
    .table-stickey th span {
        white-space: nowrap
    }
    
    
}
/* //twitter_bug_fix */
.twitter-widget-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);

  iframe {
    width: 740px !important;
  }
}

/* review */
.review_wrap {
    display: block;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
}

.review_wrap + .review_wrap {
    margin: 15px 0 0 0;
}

.review_score_area {
    margin: 0 0 10px;
}

.review_score_area img {
    width: 25px;
    height: auto;
}

.review_reply_wrap {
    margin: 18px 0 0 0;
    padding: 10px;
    background: #f7fbff;
}

.read_more_wrap {
    display: block;
    height: 90px;
    height: 32px;
    overflow-y: hidden;
    margin-bottom: 0 !important;
    line-height: 2.2em;
    font-size: 14px;
}

.btn_read_more {
    position: relative;
    border: 1px solid #ddd;
    width: 150px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 12px;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 3px 0 0;
    background: #fff;
    cursor: pointer;
}

.btn_read_more::before {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #ccc;
}

.btn_read_more.up::before {
    top: 0px;
    content: "\f077";
}

.reviews .detail_link, .gallerys .detail_link {
    justify-content: flex-end;
    margin-top: 1em;
    margin-bottom: 2em;
}

/* Gallery */
.gallerys_goods {
    margin: 0;
    padding: 0 15px;
}

.gallery_area {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallery_area li {
    margin: 0 0 20px;
    padding: 0;
    width: 30%;
    background: #fff;
    border: 1px solid #ebebeb;
}

.gallery_area li+li {
    margin: 0 0 20px 5%;
}

.gallery_area li:nth-child(3n + 1) {
    margin: 0 0 20px;
}

.gallery_area .gallery_img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.gallerys_goods .gallery_area .gallery_img {
    max-height: 200px;
}

.gallery_area .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.gallery_area a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none !important;
}

.gallery_area .gallery_txt {
    display: block;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

.gallery_area .gallery_title {
    font-weight: bold;
    font-size: 15px;
    padding: 8px 10px 0;
}

.gallery_area a {
    text-decoration: underline;
}

.single_gallery_area {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.single_gallery_area .gallery_title {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 18px;
}

.single_gallery_area .gallery_img {
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

.single_gallery_area .gallery_img img {
    width: 100%;
    height: auto;
}

.single_gallery_area .gallery_txt {
    display: block;
    padding: 15px 0 8px;
    font-size: 14px;
    line-height: 1.6;
}

.single_gallery_area .gallery_author {
    display: block;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}


@media(max-width:768px) {

    .gallery_area li {
        margin: 0 0 15px;
        width: 32%;
    }

    .gallery_area li+li {
        margin: 0 0 15px 2%;
    }

    .gallery_area li:nth-child(3n + 1) {
        margin: 0 0 15px;
    }

    .gallery_area .gallery_img {
        max-height: 100px;
    }

    .gallery_area .gallery_txt {
        font-size: 12px;
    }
    
    .gallerys_goods .gallery_area .gallery_img {
        max-height: 100px;
    }
    
    .gallery_area .gallery_title {
        font-weight: bold;
        font-size: 14px;
    }
    
    .single_gallery_area {
        width: 92%;
    }
    
    .single_gallery_area .gallery_img {
        max-width: 100%;
    }

}

/* special_aurora.css */


 .mainCopyText{
  color: #000;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

/* pager
-------------------*/


.viewPageNumber {
    display: inline-block;
    margin: 5px 0;
}

.pager_area input {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    min-width: 32px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.viewPage input {
    background: #f7f7f7;
}

.viewPageNumber span {
    display: inline-block;
}

.viewPageNumber span+span {
    margin: 0 0 0 3px;
}

.pager_area input[name="previousViewPage"] {
    margin: 0 3px 0 0;
}

.pager_area input[name="nextViewPage"] {
    display: inline-block;
    margin: 0 0 0 3px;
}

/* Sales Product */
.slider_area_wrap {
    width: 100%;
    height: 600px;
    margin: 0;
}

.slider_area_wrap .container {
    max-width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider_area_wrap .slider_area {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider_area_wrap ul li {
    margin: 0;
    padding: 0;
    height: 600px;
    width: 100%; 
}

.slider_area_wrap ul li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}

.slick-initialized{
    opacity: 1
}

@media(max-width:768px) {
    
    .slider_area_wrap {
        height: 300px;
    }

    .slider_area_wrap .container {
        height: 300px;
    }

    .slider_area_wrap .slider_area {
        height: 300px;
    }

    .slider_area_wrap ul li {
        height: 300px;
    }
    
}


.category_slider_area_wrap {
    width: 100%;
    margin: 0;
}

.category_slider_area ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.category_slider_area ul li {
    width: 24%;
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #ebebeb;
    position: relative;
    max-height: 112px;
    overflow: hidden;
}

.category_slider_area ul li+li {
    margin: 0 0 10px 1%;
}

.category_slider_area ul li:nth-child(4n+1) {
    margin: 0 0 10px 0;
}

.category_slider_area li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.category_slider_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.category_slider_area ul li a:hover {
    opacity: .8;
}

.category_slider_area ul li span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 4px 5px;
    background: rgba(51, 51, 51, .6);
}


@media(max-width:768px) {
    .category_slider_area ul li {
        width: 49%;
        margin: 0 0 10px 0;
        padding: 0;
        border: 1px solid #ebebeb;
        position: relative;
        max-height: 112px;
        overflow: hidden;
    }
    .category_slider_area ul li+li {
        margin: 0 0 10px 0;
    }

    .category_slider_area ul li:nth-child(5n) {
        margin: 0 0 10px 0;
    }

    .category_slider_area ul li:nth-child(2n) {
        margin: 0 0 10px 1%;
    }

    .category_slider_area ul li span {
        font-size: 14px;
    }
}

/*
.sales_product_category_list {
    width: 100%;
    margin: 0;
}

.sales_product_category_list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.sales_product_category_list ul li {
    width: 24%;
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #ebebeb;
    position: relative;
    max-height: 112px;
    overflow: hidden;
}

.sales_product_category_list ul li+li {
    margin: 0 0 10px 1.3%;
}

.sales_product_category_list ul li:nth-child(5n) {
    margin: 0 0 10px 0;
}

.sales_product_category_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.sales_product_category_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.sales_product_category_list ul li a:hover {
    opacity: .8;
}

.sales_product_category_list ul li span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 4px 5px;
    background: rgba(51, 51, 51, .6);
}


@media(max-width:768px) {
    
    .sales_product_category_list ul li {
        width: 49%;
        margin: 0 0 10px 0;
        padding: 0;
        border: 1px solid #ebebeb;
        position: relative;
        max-height: 112px;
        overflow: hidden;
    }

    .sales_product_category_list ul li+li {
        margin: 0 0 10px 0;
    }

    .sales_product_category_list ul li:nth-child(5n) {
        margin: 0 0 10px 0;
    }

    .sales_product_category_list ul li:nth-child(2n) {
        margin: 0 0 10px 2%;
    }
}
*/

.sales_product_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.sales_product_list li {
    width: 19%;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0 0 15px;
}

.sales_product_list.display6items li {
    width: 15%;
}

.sales_product_list li a {
    display: block;
    padding: 10px 0;
}

.sales_product_list li+li {
    margin: 0 0 15px 1%;
}

.sales_product_list li:nth-child(5n + 1) {
    margin: 0 0 15px;
}


.sales_product_list.display6items li:nth-child(5n + 1) {
    margin: 0 0 15px 1%;
}

.sales_product_list li .sales_product_list_img {
    position: relative;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales_product_list.display6items li .sales_product_list_img {
    height: 148px;
}

.sales_product_list.display6items li:nth-child(4n + 1) {
    margin: 0 0 15px 1.3%;
}

.sales_product_list.display6items li:nth-child(6n + 1) {
    margin: 0 0 15px;
}

.sales_product_list li img {
    width: 90%;
    height: auto;
    max-width: 210px;
}

.sales_product_list li .sales_product_list_txt_info {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
    text-align: left;
}

.sales_product_list li .sales_product_list_txt_info.production_sale_item_list {
    display: block !important;
}

.sales_product_list li .sales_product_list_txt_info .price {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.sales_product_list li .sold_out, .sales_product_goods_detail .sales_product_goods_detail_img .sold_out {
    margin: 5px 0 0;
    font-size: 28px;
    font-weight: bold;
    color: #c20025;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-15deg);
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.sales_product_title {
    font-size: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales_product_title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #f7c93e;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background .3s;
}
.sales_product_top_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales_product_top_title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #f7c93e;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background .3s;
}
.sales_product_top_title a:hover, a.sales_product_link:hover {
    background: #d7ae33;
    color: #333;
}

.sales_product_cat_list_title {
    margin: 15px 0 25px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

a.sales_product_link {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #f7c93e;
    padding: 12px 12px;
    border-radius: 5px;
    transition: background .3s;
}

.sales_product_title a:hover, a.sales_product_link:hover {
    background: #d7ae33;
    color: #333;
}

.sales_product_goods_detail {
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.sales_product_goods_detail .sales_product_goods_detail_img {
    width: 50%;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0;
    position: relative;
}

.sales_product_goods_detail .sales_product_goods_detail_img img {
    width: 90%;
    height: auto;
}

.sales_product_goods_detail .sales_product_goods_detail_txt {
    width: 48%;
    background: #fff;
    margin: 0 0 0 2%;
}

.sales_product_goods_detail .sales_product_goods_detail_txt .price {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.sales_product_goods_detail .sales_product_goods_detail_txt a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    background: #f7c93e;
    margin: 20px 0;
    padding: 0;
    transition: background .3s;
    text-align: center;
}

.sales_product_goods_detail .sales_product_goods_detail_txt a:hover {
    background: #d7ae33;
    color: #333;
}

.sales_product_goods_detail .sales_product_goods_detail_txt p.not_for_sale {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    background: #ababab;
    margin: 20px 0;
    padding: 0;
    transition: background .3s;
    text-align: center;
    cursor: pointer;
}

.sales_product_goods_detail .sales_product_goods_detail_txt p.not_for_sale:hover, .sales_product_goods_detail .sales_product_goods_detail_txt .btn_send_request:hover {
    background: #909090;
    color: #333;
}

.sales_product_goods_detail .sales_product_goods_detail_txt .btn_send_request {
    display: inline-block;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    background: #ababab;
    margin: 20px 0;
    padding: 0;
    transition: background .3s;
    text-align: center;
    cursor: pointer;
}

.sales_product_goods_detail .sales_product_goods_detail_txt p {
    line-height: 1.8;
    font-size: 16px;
}

.sales_product_goods_detail .sales_product_goods_detail_txt table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.sales_product_goods_detail .sales_product_goods_detail_txt table th {
    margin: 0;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: 1px solid #dee2e6;
    background-color: #506573;
    color: #fff;
    width: 50%;
}

.sales_product_goods_detail .sales_product_goods_detail_txt table td {
    margin: 0;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    border: 1px solid #dee2e6;
}

.pager_flex_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px;
}

.pager_area_left {
    width: calc( 100% - 155px );
}

.pager_area_right {
    width: 135px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
}

.pager_area_right select {
    width: 135px;
    padding: 6px 8px;
}


@media(max-width:768px) {
    
    .sales_product_list li {
        width: 49%;
    }
    
    .sales_product_list.display6items li {
        width: 49%;
    }

    .sales_product_list li+li {
        margin: 0 0 15px;
    }

    .sales_product_list li:nth-child(4n) {
        margin: 0 0 15px;
    }

    .sales_product_list li:nth-child(2n) {
        margin: 0 0 15px 2%;
    }
    
    .sales_product_list.display6items li:nth-child(4n + 1) {
        margin: 0 0 15px;
    }

    .sales_product_list.display6items li:nth-child(6n + 1) {
        margin: 0 0 15px;
    }
    
    .sales_product_list li .sales_product_list_img {
        height: 180px;
    }

    .sales_product_list li img {
        max-width: 180px;
    }
    
    .sales_product_goods_detail {
        margin: 20px 0 0;
    }
    
    .sales_product_goods_detail .sales_product_goods_detail_img {
        width: 100%;
    }
    
    .sales_product_goods_detail .sales_product_goods_detail_txt {
        width: 100%;
        background: #fff;
        margin: 20px 0 0 0;
    }

    .sales_product_goods_detail .sales_product_goods_detail_txt .price {
        margin: 15px 0 0;
        font-size: 14px;
    }
    

}

ul.sales_product_cat_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.sales_product_cat_list li {
    width: 24%;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    position: relative;
}

ul.sales_product_cat_list li+li {
    margin: 0 0 20px 1.3%;
}

ul.sales_product_cat_list li:nth-child(4n+1) {
    margin: 0 0 20px 0;
}

ul.sales_product_cat_list .sales_product_cat_list_img {
    overflow: hidden;
    height: 200px;
    border: 1px solid #ebebeb;
}

ul.sales_product_cat_list .sales_product_cat_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

ul.sales_product_cat_list h4 {
    margin: 8px 0 0;
    font-size: 16px;
}

@media(max-width:768px) {
    ul.sales_product_cat_list li {
        width: 49%;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
    }

    ul.sales_product_cat_list li+li {
        margin: 0 0 15px 0;
    }
    
    ul.sales_product_cat_list li:nth-child(4n+1) {
        margin: 0 0 15px 0;
    }

    ul.sales_product_cat_list li:nth-child(5n) {
        margin: 0 0 15px 0;
    }

    ul.sales_product_cat_list li:nth-child(2n) {
        margin: 0 0 15px 2%;
    }
    
    ul.sales_product_cat_list .sales_product_cat_list_img {
        height: 150px;
    }

    ul.sales_product_cat_list h4 {
        margin: 5px 0 0;
        font-size: 14px;
    }

}

.footer_item_category_title {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    width: 90%;
}

.footer_item_category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    padding: 0;
    width: 90%;
}

.footer_item_category li a {
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    margin-right: 1em;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 14px;
}

.footer_item_category li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 2px;
}

.footer-distributed .footer-left {
    max-width: 90% !important;
    margin-bottom: 15px !important;
}

@media (min-width: 1101px) {
    
    .footer_item_category_title {
        width: 100%;
    }

    .footer_item_category {
        margin: 0 auto 15px;
        width: 100%;
    }
    
    .footer_item_category li a {
        display: inline-block;
        line-height: 1.5;
        text-decoration: none;
        color: #fff;
        margin-right: 2em;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        padding: 0 0 0 14px;
    }
    
    .footer_item_category li a::before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 2px;
    }
}

/* 202302 add */
/* footer_common */
.ftComList {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
}
.ftComList > li {
    width: 33%;
    padding: 10px;
}
.ftComLiTop {
    border-bottom: solid 1px #c83839;
    color: #c83839;
    font-weight: 700;
    font-size: 13.3pt;
    margin-bottom: 0.8em;
}
.ftComList > li > ul {
    list-style: none;
    padding: 0;
}
.ftComList > li > ul > li {
    margin-bottom: 4px;
}
@media (max-width: 768px) {
    .ftComList {
        flex-wrap: wrap;
    }
    .ftComList > li {
        width: 100%;
    }
}

/* 20230320.add.start */
.mainHeader{
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 75px;
    margin-top: 7px;
    position: relative;
    z-index: 9999;
    line-height: 1.2; /*202408add */
}

@media (max-width: 768px) {
  .mainHeader{
    display:none;
  }
}

/* 20230320.add.end */

/* 20240126.add.start */

/* 本文中のアンカータグ装飾 */
p a{
  color:blue;
}
p a:hover{
  text-decoration:underline;
}

/* 各製品ページのリードセクションの装飾 */
.inpageJumpList{
  display:flex;
  flex-wrap:wrap;
  padding:0;
  list-style:none;
  gap: 15px;
  margin:15px 0;
}

.inpageJumpList li{
  background: #c83839;
  border-radius: 5px;
  color: white;
  height: 40px;
  width: 147px;
  display: table;
  font-size:15px;
}

@media (max-width: 576px)
{
  .inpageJumpList li{
    width: 47%;
  }
}

.inpageJumpList li a{
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color:white;
}

.inpageJumpList li a span{
  font-weight:normal;
  padding-left:5px;
}

.downloadLink {
  background: #c83839;
  border-radius: 5px;
  color: white;
  height: 40px;
  width: 200px;
  display: table;
  font-size:15px;
  margin-bottom: 40px;
}

.downloadLink a{
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color:white;
}

.downloadLink a span{
  font-weight:normal;
  padding-left:8px;
}

.inpageJumpList li:hover, .downloadLink:hover {
  opacity:0.8;
}

/* メインヘッダーのレイアウト調整 */
.navbar-expand-sm .navbar-collapse{
  justify-content: flex-end;
}

/*
.point.advice h2{
  color :#c83839;
}
*/

.point.advice h3{
  color: #212529;
}

/* 20240126.add.end */
/* 20240410.add.start */
@media (min-width: 576px) {
.crossSellBannerWrap{
  display: none;
}

}

/* 20240410.add.end */

/* 20240717.add.start */
.copyright, .copyright p a, .copyright p a:visited {
  color:#fff;
  font-weight: bold;
  text-align:center;
}
/* 20240717.add.end */

/* 20240825.add.start */
.jumbotron .main_visual_slider_area_wrap .slick-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    bottom: 4px;
}

.jumbotron .main_visual_slider_area_wrap .slick-dots li {
    margin: 0;
    font-size: 14px !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 5px !important;
    padding: 0 !important;
}

.jumbotron .main_visual_slider_area_wrap .slick-dots li button:before {
    font-size: 14px !important;
    opacity: 1 !important;
    color: #e1e1e1 !important;
    margin-top: 0px;
}

.jumbotron .main_visual_slider_area_wrap .slick-dots li.slick-active button:before
{
    opacity: 1 !important;
    color: #f7c93e !important;
}
/* 20240825.add.end */

/* 20240830.add.start */

.middleBlockHeader{
display: block;
font-size: 1.3em;
font-weight: 700;
color: #c83839;
line-height: 1.5em;
margin-bottom: 0.5rem;
}

/* 20240830.add.end */

/* 20240910.add.start */

.tempInfo {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 2rem;
}
.templateList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    text-align: center;
    flex-flow: row wrap;
}
.templateList li {
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    margin-right: 1%;
    padding: 20px;
    width: 24.25%;
}
.templateList li:nth-child(4n) {
    margin-right: 0px;
}
.templateList li:nth-child(n+5) {
    margin-top: 1%;
}
.templateList img {
    max-height: 100px;
    height: 100%;
    border: none;
}
.templateList li h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}
.templateList li a {
    width: 100%;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .templateList li {
        width: 49.5%;
        padding: 10px;
    }
    .templateList li:nth-child(2n) {
        margin-right: 0;
    }
    .templateList li:nth-child(4n) {
        margin-right: 0%;
    }
    .templateList li:nth-child(n+3) {
        margin-top: 1%;
    }
    .templateList img {
        max-height: 50px;
    }
    .templateList li h4 {
        font-size: 14px;
    }
}
.templateFilesArea {
    margin: 5px 0 0 0;
}
.templateFiles {
    padding: 0;
}
.templateFiles img {
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

/* 20240910.add.end */

/* 20240918.add.start */
.middle_banner_zone{
  margin-bottom: 3em;
}
.middle_banner_zone > .row {
  row-gap: 15px;
}
@media screen and (max-width:480px)
{
  .middle_banner_zone{
    margin-top: 1em;
  }
}
.subHeader_forCorpration{
  background-color: rgb(255,151,151);
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.orderStepList__title{
  display: inline-block;
  width: 100%;
  background-color: rgb(255,203,203);
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.sectionWrap{
  margin-bottom: 3em;
}

.linkButton_wrap{
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin: 2em auto;
}

.linkButton{
  display: inline-block;
  text-align: center;
  background: rgb(207, 46, 46);
  padding:20px 150px;
  border-radius: 30px;
}

.linkButton a{
  color: #fff;
  font-weight: bold;
  font-size:20px;
}
.linkButton a:hover{
  text-decoration: underline;
}

.linkImageWrap img{
  width: 100%;
  margin-bottom: 1.5em
}

.oneQuarter{
  width: 24%;
}

.linkButton.linkButton__oneQuarter{
  padding: 0;
  width: 100%;
  line-height: 2.5;
}

.orderStepList{
  list-style: none;
  margin-top: 3em;
  margin-bottom: 0;
  padding-left: 0;
}

.orderStepList li{
  display: flex;
  gap: 15px;
  margin-bottom: 5em;
}
.orderStepList li > div{
  width: 50%;
}

@media screen and (max-width:480px)
{
  .subHeader_forCorpration{
    padding: 0.5em;
    font-size: 1.5em;
  }

  .linkButton_wrap{
    flex-wrap: wrap;
  }
  .linkButton{
    width: 100%;
    padding: 20px 0;
  }

  .oneQuarter{
    width: 48%;
    margin-bottom:1em;
  }

  .linkImageWrap img{
    margin-bottom: 0.5em;
  }

  .orderStepList li{
    flex-wrap: wrap;
  }
  
  .orderStepList li > div{
    width: 100%;
  }
}

.sectionWrap iframe {
width: 100%;
}

.lineup_name, .contets_lead, .product_child_name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.4;
}

.like2h{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.5em;
   margin-top: 0;
}

.like3h{
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.4em;
   margin-top: 0;
}

.like4h{
  display: block;
  font-size:17px;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1.2;
  margin-top: 0;
}

.likep{
  font-size: 14px;
  line-height: 2.2em;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* 20240918.add.end */

/* 20241022.add.start */
.login_area_button
{
    display: inline-block;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 18px 0 0;
    padding: 15px 0;
    font-size: 1.6rem;
    font-weight: 500;
    background: #d81719;
    box-shadow: 0 2px 0px 0 #9e1315;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
}

/* 20241022.add.end */

/* 20241024.add.start */
.modal_area {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

.modal_area .inner {
    display: inline-block;
    max-width: 1000px;
}

.modal_area .inner img {
    width: 100%;
    height: auto;
}

.modal_area .modal_close {
    width: 100%;
    font-size: 2.0rem;
    color: #fff;
    text-align: right;
}

@media (max-width: 768px) {
    .modal_area .inner {
        max-width: 96%;
    }
}
/* 20241024.add.end */

/* 20241223.add.start */

.guide_button_wrapper 
{
  display: flex;
    justify-content: center;
    gap: 30px;
}

.guide_button_wrapper .button{
  width: 25%;
}

.guide_button_wrapper .button > a{
  width : 100%;
}

@media screen and (max-width: 480px){
  .guide_button_wrapper {
    flex-wrap: wrap;
  }

  .guide_button_wrapper  > .button{
    width: 100%;
  }
}

.linkButton{
  color:#fff;
  font-weight: bold;

}

.linkButton:hover {
    text-decoration: underline;
}

@media screen and (max-width:480px){
  .linkButton_wrap a{
    width : 100%;
  }
}

/* 20241223.add.end */


/* 20250106.add.start */
.button a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar{
    align-items: end;
    padding: .5rem 1rem 0.7rem;
}

nav .contact {
    align-items: end;
}

nav .contact-form {
    height: 45px
}

nav .contact-form a {
    padding: 0;
    display: flex;
}

nav .mypage{
    height: 45px;
}

nav .mypage .button a{
    display: flex;
    padding: 0;
}

.mainHeader{
  margin-left: 35px;
}

nav .login_user_name {
   top: -5px;
   line-height: 1;
   height: 18px;
} 
.navbar-brand {
  padding-bottom: 0px;
}

.mainHeader {
    margin-bottom: 5px;
}
/* 20250106.add.end */

/* 20250120.add.start */
nav .login_user_name {
   line-height: 1;
   height: 18px;
} 
/* 20250120.add.end */

/* 20250210.add.start */
/* Hero Header Video Area */
.jumbotron .main_visual_video_area_wrap {
    width: 100%;
    margin: 0;
}

.jumbotron .main_visual_video_area_wrap .video_inner {
    max-width: 1110px;
    height: 624px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.jumbotron .main_visual_video_area_wrap .video_inner.is_figcaption {
    height: 652px;
}

.jumbotron .main_visual_video_area_wrap .video_inner figure video {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
}

.jumbotron .main_visual_video_area_wrap .video_inner a {
    color: #000;
}

.jumbotron .main_visual_video_area_wrap .video_inner figcaption {
    font-size: 1.0rem;
    line-height: 1.4;
}

.jumbotron .main_visual_video_area_wrap .slider_inner {
    max-width: 1110px;
    height: 135px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.jumbotron .main_visual_video_area_wrap .slider_inner .main_visual_video_area_slider_area {
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jumbotron .main_visual_video_area_wrap .slider_inner ul li {
    margin: 0;
    padding: 0 5px 0 0;
    height: 135px;
    width: 100%;
}

.jumbotron .main_visual_video_area_wrap .slider_inner ul li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}

@media(max-width:768px) {

    .jumbotron .main_visual_video_area_wrap .video_inner {
        max-width: 100%;
        height: 242px;
    }

    .jumbotron .main_visual_video_area_wrap .video_inner.is_figcaption {
        height: 270px;
    }
    
    .jumbotron .main_visual_video_area_wrap .slider_inner {
        max-width: 100%;
        height: 175px;
    }

    .jumbotron .main_visual_video_area_wrap .slider_inner .main_visual_video_area_slider_area {
        height: 175px;
    }

    .jumbotron .main_visual_video_area_wrap .slider_inner ul li {
        height: 175px;
        padding: 0;
    }
    
    .jumbotron .main_visual_video_area_wrap .slick-dots {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 15px;
        bottom: 6px;
    }

    .jumbotron .main_visual_video_area_wrap .slick-dots li {
        margin: 0;
        font-size: 6px !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 6px !important;
        padding: 0 !important;
    }

    .jumbotron .main_visual_video_area_wrap .slick-dots li button:before {
        font-size: 6px !important;
        opacity: 1 !important;
        color: #e1e1e1 !important;
        margin-top: 0px;
    }

    .jumbotron .main_visual_video_area_wrap .slick-dots li.slick-active button:before
    {
        opacity: 1 !important;
        color: #f7c93e !important;
    }
    
}
/* 20250210.add.end */

/* 20250509.add.start */
.goods_lineup_title {
    display: block;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0 0 18px;
    margin: 16px 0 38px;
    border-bottom: 1px dashed #666;
    text-align: center;
}

.goods_lineup_category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.goods_lineup_category_list li {
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #c83839;
    cursor: pointer;
    min-width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #c83839;
    margin: 0;
    padding: 0 10px;
    transition: all .2s ease;
}

.goods_lineup_category_list .active {
    background-color: #c83839;
    color: #fff;
    
}

.goods_lineup_category_list li:hover {
    background-color: #c83839;
    color: #fff;
}

.goods_lineup_panel_area .goods_lineup_panel {
    display: none;
}

.goods_lineup_panel_area .goods_lineup_panel.active {
    display: block;
}

.goods_lineup_panel_area {
    margin: 0 0 38px;
}

@media(max-width:768px) {
    .goods_lineup_title {
        font-size: 20px;
        margin: 0px 0 28px;
    }
    
    .goods_lineup_category_list li {
        font-size: 13px;
        height: 34px;
        border-radius: 17px;
    }

    .goods_lineup_panel_area {
        margin: 0 0 30px;
    }
    
}
/* 20250509.add.end */



