@charset "UTF-8";


@font-face {
    font-family: 'EncodeSansSemiExpanded';
    src: url('/html/user_data/assets/fonts/EncodeSansSemiExpanded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'EncodeSansSemiExpanded';
    src: url('/html/user_data/assets/fonts/EncodeSansSemiExpanded-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.font_Encode {
    font-family: 'EncodeSansSemiExpanded', sans-serif;
    font-weight: 500;
}


/* サイト内のメインフォントはここに追加 */
html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-top: 140px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */

.page_main_visual {
    position: relative;
    padding: 73px 0 77px 0;
}

.page_main_visual .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page_main_visual .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/html/user_data/assets/img/common/filter_2.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: .7;
    mix-blend-mode: screen;
}

.page_main_visual .image:after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #57A3D5;
    background: linear-gradient(180deg, rgba(87, 163, 213, 0.7) 0%, rgba(73, 123, 159, 0.97) 100%);
}

.page_main_visual .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.page_main_visual .text_area {
    position: relative;
    z-index: 4;
    color: #fff;
    line-height: 1.5;
}

.page_main_visual .text_area .en {
    font-size: 56px;
    font-weight: 600;
}

.page_main_visual .text_area .title {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 700;
}

.common_page_wrap {
    padding: 100px 0 160px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 14px;
    color: #8D8D8D;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #333333;
    margin-right: 5px;
}



/* ここから下部にCSSを追加してください */

#main_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    z-index: 10;
    background: #fff;
}

#main_header .head {
    position: relative;
    background: #242B2F;
    padding: 12px 0;
    z-index: 11;
}

#main_header .head .logo {
    width: 109px;
    margin: 0 auto;
    display: block;
}

#main_header .head .button_wrap {
    position: absolute;
    right: 0;
    top: 0;
}

#main_header .head .button_wrap ul li a {
    display: block;
    width: 170px;
    line-height: 60px;
    color: #fff;
    position: relative;
    transition: .3s;
}

#main_header .head .button_wrap ul li a .arrow {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#main_header .head .button_wrap ul li a .arrow:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 40%;
    width: 4px;
    height: 4px;
    border-top: 1.5px solid #677074;
    border-right: 1.5px solid #677074;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
    transition: .3s;
}

#main_header .head .button_wrap ul li.login a:hover .arrow:before {
    border-top: 1.5px solid #A0A5A7;
    border-right: 1.5px solid #A0A5A7;
}

#main_header .head .button_wrap ul li.login a {
    background-color: #677074;
    padding-left: 44px;
    background-image: url(/html/user_data/assets/img/common/icon_login.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 14px;
}

#main_header .head .button_wrap ul li.login a:hover {
    background-color: #A0A5A7;
}

#main_header .head .button_wrap ul li.cart a {
    background-color: #AA3939;
    padding-left: 51px;
    background-image: url(/html/user_data/assets/img/common/icon_cart.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 14px;
}

#main_header .head .button_wrap ul li.cart a:hover {
    background-color: #D86969;
}

#main_header .head .button_wrap ul li.cart a .arrow:before {
    border-top: 1.5px solid #AA3939;
    border-right: 1.5px solid #AA3939;
}

#main_header .head .button_wrap ul li.cart a:hover .arrow:before {
    border-top: 1.5px solid #D86969;
    border-right: 1.5px solid #D86969;
}

#main_header .header_navi {
    position: relative;
}

#main_header .header_navi .contents_list {
    gap: 68px;
}

#main_header .header_navi .contents_list li a {
    color: #333333;
    font-weight: 700;
    transition: .3s;
    display: block;
}

#main_header .header_navi .contents_list li .text {
    padding-right: 30px;
}

#main_header .header_navi .contents_list li a:hover {
    color: #3F99D6;
}

/* 追加 */
#main_header .header_navi .contents_list li {
    position: relative;
    padding: 28px 0 25px;
    cursor: pointer;
}

#main_header .header_navi .contents_list li .hover_menu {
    position: fixed;
    top: 140px;
    left: 50%;
    translate: -50% 0%;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: auto;
    transition: all .3s;
    z-index: 1000;
    padding-top: 10px;
}

#main_header .header_navi .contents_list li .hover_menu .cont {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    width: 80vw;
    margin-inline: auto;
}

#main_header .header_navi .contents_list li:hover .hover_menu {
    opacity: 1;
    visibility: visible;
}

#main_header .header_navi .contents_list li .hover_menu .cont {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 0 30px;
}

#main_header .header_navi .contents_list li .hover_menu .index_box .index {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

#main_header .header_navi .contents_list li .hover_menu .index_box .more {
    margin-top: 30px;
    display: flex;
    gap: 0 .6em;
    align-items: center;
}

#main_header .header_navi .contents_list li .hover_menu .index_box .more .arrow {
    display: block;
    width: 25px;
    aspect-ratio: 1;
    min-width: 0;
    background: #333;
    border-radius: 100%;
    transition: .3s;
    position: relative;
}

#main_header .header_navi .contents_list li .hover_menu .index_box .more:hover .arrow {
    background-color: #3F99D6;
}

#main_header .header_navi .contents_list li .hover_menu .index_box .more .arrow::before {
    content: '';
    position: absolute;
    top: 54%;
    left: 36%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

#main_header .header_navi .contents_list li .hover_menu .product_box {
    padding-left: 30px;
    border-left: 1px solid #E6E6E6;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#main_header .header_navi .contents_list li .hover_menu .product_box .item_box .link {
    display: flex;
    align-items: center;
    gap: 0 .6em;
    flex-wrap: nowrap;
}

#main_header .header_navi .contents_list li .hover_menu .product_box .item_box .link .img {
    flex-shrink: 0;
    width: 70px;
}

#main_header .header_navi .contents_list li .hover_menu .product_box .item_box .link .img img {
    width: 100%;
    aspect-ratio: 1;
    min-width: 0;
    object-fit: cover;
}

#main_header .header_navi .contents_list li .hover_menu .product_box .item_box .link .item_name {
    font-size: 14px;
    width: 220px;
}

/*　ハンバーガーボタン　*/

.hamburger {
    display: block;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    background: #242B2F;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 27px;
    height: 3px;
    left: 26.5px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 31px;
}

.hamburger span:nth-child(2) {
    top: 38.5px;
}

.hamburger span:nth-child(3) {
    top: 46px;
}

/* sideの場合,popup1の場合ここから */
.hamburger.active span:nth-child(1) {
    top: 38.5px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(325deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 38.5px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-325deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    background: #fff;
}

nav.globalMenuSp:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    opacity: .95;
    position: absolute;
    left: 0;
    top: 0;
}

nav.globalMenuSp.active {
    transform: translateX(0%);
}

nav.globalMenuSp .cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-top: 140px;
    padding-bottom: 40px;
    align-items: center;
}

nav.globalMenuSp .cont .en_title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12.5px;
    margin-bottom: 24.5px;
    border-bottom: 1px solid #D0D0D0;
}

nav.globalMenuSp .cont .catetgory_list {
    width: 750px;
}

nav.globalMenuSp .cont .catetgory_list .flex_box {
    gap: 12px 40px;
}

nav.globalMenuSp .cont .catetgory_list ul li {
    width: 355px;
}

nav.globalMenuSp .cont .catetgory_list ul li+li {
    margin-top: 12px;
}

nav.globalMenuSp .cont .catetgory_list ul li a {
    color: #333;
    align-items: center;
    gap: 20px;
    position: relative;
    transition: .3s;
}

nav.globalMenuSp .cont .catetgory_list ul li a:hover {
    color: #3F99D6;
}

nav.globalMenuSp .cont .catetgory_list ul li a:hover .arrow {
    background-color: #3F99D6;
}

nav.globalMenuSp .cont .catetgory_list ul li .image {
    width: 120px;
    height: 80px;
}

nav.globalMenuSp .cont .catetgory_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav.globalMenuSp .cont .catetgory_list ul li .text {
    width: calc(100% - 180px);
}

nav.globalMenuSp .cont .catetgory_list ul li a .arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2C2C2C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

nav.globalMenuSp .cont .catetgory_list ul li a .arrow:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 40%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

nav.globalMenuSp .cont .contents_list {
    width: 440px;
}

nav.globalMenuSp .cont .contents_list .box+.box {
    margin-top: 48px;
}

nav.globalMenuSp .cont .menu_navi {
    margin-bottom: 63px;
}

nav.globalMenuSp .cont .contents_list ul {
    gap: 24px;
}

nav.globalMenuSp .cont .contents_list ul li {
    width: 203px;
}

nav.globalMenuSp .cont .contents_list ul li a {
    position: relative;
}

nav.globalMenuSp .cont .contents_list ul li a .arrow {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #2C2C2C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

nav.globalMenuSp .cont .contents_list ul li a:hover .arrow {
    background: #3F99D6;
}

nav.globalMenuSp .cont .contents_list ul li a .arrow:before {
    content: '';
    position: absolute;
    top: 54%;
    left: 34%;
    width: 4.8px;
    height: 4.8px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

nav.globalMenuSp .cont .bottom_menu {
    align-items: center;
}

nav.globalMenuSp .cont .bottom_menu .sns ul {
    align-items: center;
    gap: 29px;
}

nav.globalMenuSp .cont .bottom_menu .sns ul li a {
    transition: .3s;
}

nav.globalMenuSp .cont .bottom_menu .sns ul li a:hover {
    opacity: .7;
}

nav.globalMenuSp .cont .bottom_menu .other_contents ul {
    gap: 40px;
}

nav.globalMenuSp .cont .bottom_menu .other_contents ul li a {
    color: #677074;
    font-size: 13px;
    transition: .3s;
}

nav.globalMenuSp .cont .bottom_menu .other_contents ul li a:hover {
    opacity: .7;
}

.main_visual {
    padding-top: 20px;
}

.main_visual .wrap {
    position: relative;
}

.main_visual .slider {
    width: 1090px;
    position: relative;
}

.main_visual .slider:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #010101;
    opacity: .1;
    z-index: 2;
}

.main_visual .slider .slide {
    height: 463px;
}

.main_visual .slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .slider .slick-prev,
.main_visual .slider .slick-next {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #333333;
    transition: .3s;
}

.main_visual .slider .slick-prev {
    left: -35px;
}

.main_visual .slider .slick-prev:hover {
    left: -40px;
}

.main_visual .slider .slick-next {
    right: -35px;
}

.main_visual .slider .slick-next:hover {
    right: -40px;
}

.main_visual .slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 40%;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #333333;
    border-right: 1.5px solid #333333;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

.main_visual .slider .slick-prev:before {
    transform: rotate(45deg) translate(-50%, -50%) scale(-1, -1);
    left: 45%;
}

.main_visual .button_box {
    width: 250px;
    position: relative;
    left: -50px;
}

.common_title {
    text-align: center;
    margin-bottom: 40px;
}

.common_title .en {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 12px;
    letter-spacing: .05em;
}

.common_title .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
}

.section_pickup {
    padding: 50px 0 250px 0;
    overflow: hidden;
    position: relative;
}

.section_pickup:before {
    content: "";
    width: calc((100% - 1240px) / 2);
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.section_pickup .item_list .slick-list {
    overflow: visible;
}

.section_pickup .item_list .slick-prev,
.section_pickup .item_list .slick-next {
    width: 70px;
    height: 70px;
    background: #2C2C2C;
    border-radius: 100%;
    z-index: 2;
    top: calc(100% + 75px);
    transition: .3s;
}

.section_pickup .item_list .slick-prev:hover,
.section_pickup .item_list .slick-next:hover {
    opacity: .7;
}

.section_pickup .item_list .slick-prev {
    left: 450px;
}

.section_pickup .item_list .slick-next {
    right: 450px;
}

.section_pickup .item_list .slick-arrow:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 40%;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

.section_pickup .item_list .slick-prev:before {
    transform: rotate(45deg) translate(-50%, -50%) scale(-1, -1);
    left: 45%;
}

.section_pickup .item_list .slick-num {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    text-align: center;
    font-family: 'EncodeSansSemiExpanded', sans-serif;
    font-weight: 600;
}

.section_pickup .item_list .slick-num span {
    font-size: 14px;
}

.section_pickup .item_list .slick-num span:first-child {
    margin-right: 10.5px;
    padding-right: 10.5px;
    position: relative;
}

.section_pickup .item_list .slick-num span:first-child::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #3D3E3E;
    position: absolute;
    right: -1px;
    top: 2px;
}

.section_pickup .item_list .slick-num span:before {
    content: "0";
}

.section_pickup .item_list .slick-num .all-count {
    color: #A3A3A3;
}

.section_pickup .item_list .slick-dots {
    bottom: -80px;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
}

.section_pickup .item_list .slick-dots:before {
    content: "";
    width: 200px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
}

.section_pickup .item_list .slick-dots li {
    margin: 0;
    width: 20px;
    height: 4px;
    background: #EBEBEB;
}

.section_pickup .item_list .slick-dots li.slick-active::before {
    content: "";
    width: 200px;
    height: 4px;
    background: #98CEF2;
    position: absolute;
    right: 0;
}

.section_pickup .item_list .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #B2B2B2;
    position: absolute;
    right: -11px;
    top: -4px;
    z-index: 2;
    opacity: 0;
}

.section_pickup .item_list .slick-dots li.slick-active button {
    opacity: 1;
}

.section_pickup .item_list .slick-dots li button:before {
    display: none;
}

.section_pickup .item_list .slide {
    width: 292px;
    margin-right: 24px;
}

.section_pickup .item_list .slide a {
    color: #333;
}

.section_pickup .item_list .slide .image {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
}

.section_pickup .item_list .slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_pickup .item_list .slide:hover .image img {
    transform: scale(1.1, 1.1)
}

.section_pickup .item_list .slide .name {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section_pickup .item_list .slide:hover .name {
    text-decoration: underline;
    text-underline-offset: 7px;
}

.section_pickup .item_list .slide .price_text .price {
    font-size: 20px;
    font-weight: 700;
}

.section_pickup .item_list .slide .price_text .tax {
    font-size: 14px;
}

.section_news .cont {
    position: relative;
    padding: 0 40px;
}

.section_news .cont:before {
    content: "";
    width: 100%;
    height: 232px;
    background: #F8F8F8;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: -1;
}

.section_news .title_area .common_title {
    text-align: left;
}

.section_news .title_area .common_title .en {
    font-size: 68px;
}

.section_news .title_area .more_button a {
    gap: 18px;
    align-items: center;
}

.section_news .title_area .more_button a .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(/html/user_data/assets/img/common/more_arrow.svg) no-repeat, #fff;
    background-position: center;
    position: relative;
    transition: .3s;
}

.section_news .title_area .more_button a .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/html/user_data/assets/img/common/more_arrow_border.svg) no-repeat;
    transition: .2s;
    transform: rotate(75deg);
}

.section_news .title_area .more_button a:hover .icon {
    background-color: #F5FBFF;
}

.section_news .title_area .more_button a:hover .icon:before {
    transform: rotate(165deg);
}

.section_news .title_area .more_button .text {
    color: #333;
    transition: .3s;
}

.section_news .title_area .more_button:hover .text {
    color: #3F99D6;
}

.section_news .list_area {
    width: 800px;
    padding-top: 20px;
}

.section_news .list_area ul li+li {
    margin-top: 10px;
}

.section_news .list_area ul li a {
    background: #FFFFFF;
    padding: 18px 70px 18px 30px;
    border: 1px solid #E6E6E6;
    align-items: center;
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 16% auto 1fr;
}

.section_news .list_area ul li .data {
    font-size: 14px;
    color: #A8A8A8;
    position: relative;
    white-space: nowrap;
}

.section_news .list_area ul li .data:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #3F99D6;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.section_news .list_area ul li .category {
    width: 110px;
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}

.section_news .list_area ul li .arrow {
    width: 30px;
    height: 30px;
    background: #333333;
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.section_news .list_area ul li .arrow:before {
    content: '';
    position: absolute;
    top: 54%;
    left: 36%;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    box-sizing: border-box;
}

.section_news .list_area ul li a:hover .arrow {
    background: #3F99D6;
}

.section_news .list_area ul li .title {
    color: #333333;
    font-weight: 700;
    max-width: 65%;
    transition: .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section_news .list_area ul li a:hover .title {
    color: #3F99D6;
}

.section_link {
    padding: 147px 0 172px 0;
}

.section_link .title_area {
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 40px;
}

.section_link .common_title {
    align-items: flex-end;
    gap: 34px;
    margin-bottom: 0;
}

.section_link .common_title .en {
    font-size: 102px;
    line-height: 1;
    margin-bottom: 0;
}

.section_link .common_title .title {
    line-height: 2;
}

.section_link .link_list ul {
    background: url(/html/user_data/assets/img/common/link_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.section_link .link_list ul:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #101010;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.section_link .link_list ul li {
    width: 25%;
}

.section_link .link_list ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 20px;
    height: 250px;
    border-right: 1px solid #fff;
}

.section_link .link_list ul li:last-child a {
    border-right: none;
}

.section_link .link_list ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

.section_link .link_list ul li a * {
    position: relative;
}

.section_link .link_list ul li:nth-child(1) a:before {
    background: #062B43;
}

.section_link .link_list ul li:nth-child(2) a:before {
    background: #134260;
}

.section_link .link_list ul li:nth-child(3) a:before {
    background: #487593;
}

.section_link .link_list ul li:nth-child(4) a:before {
    background: #71A0BE;
}

.section_link .link_list ul li a:before {
    transition: .3s;
}

.section_link .link_list ul li a:hover::before {
    opacity: .3;
}

.section_link .link_list ul li .en {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.section_link .link_list ul li .title {
    font-size: 18px;
    font-weight: 700;
}

.section_link .link_list ul li .more_button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: .3s;
}

.section_link .link_list ul li a:hover .more_button {
    transform: rotate(55deg);
}

.section_morse .en_accent .flex_box {
    justify-content: center;
    gap: 80px;
}

.section_morse .cont {
    background: #F8F8F8;
    margin-top: -9px;
    position: relative;
}

.section_morse .title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    letter-spacing: .1em;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.section_morse .title:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #69B2E3;
    position: absolute;
    left: 50%;
    bottom: -22.5px;
    transform: translateX(-50%);
}

.section_morse .list {
    background: #fff;
    padding: 94px 50px 50px 50px;
}

.section_morse .list ul li {
    width: 360px;
}

.section_morse .list ul li .image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

.section_morse .list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_morse .list ul li .catch {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 1.5;
}

.section_morse .list ul li .text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.55;
}

.section_contact {
    background: #F8F8F8;
    padding: 166px 0 80px 0;
}

.section_contact .cont {
    background: url(/html/user_data/assets/img/common/contact_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 100px;
    align-items: center;
    gap: 82px;
}

.section_contact .cont .title_area .title_box {
    position: relative;
    margin-bottom: 20px;
}

.section_contact .cont .title_area .title_box .en {
    color: #8CB8D5;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
}

.section_contact .cont .title_area .title_box .title {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em;
}

.section_contact .cont .title_area .text {
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
}

.section_contact .cont .mini_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.section_contact .cont .mail_area {
    border-right: 1px solid #fff;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    padding-right: 37.5px;
}

.section_contact .cont .mail_area .mini_title {
    margin-bottom: 20px;
}

.section_contact .cont .button a {
    display: block;
    width: 280px;
    line-height: 70px;
    background-color: #fff;
    border: 1px solid #3F99D6;
    color: #3F99D6;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    transition: .3s;
    position: relative;
}

.section_contact .cont .button a:hover {
    background-color: #F5FBFF;
}

.section_contact .cont .button a .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(/html/user_data/assets/img/common/more_arrow.svg) no-repeat, #fff;
    background-position: center;
    background-size: 15px;
    position: relative;
    transition: .3s;
    position: absolute;
    right: 20px;
    top: 15px;
}

.section_contact .cont .button a .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/html/user_data/assets/img/common/more_arrow_border.svg) no-repeat;
    background-size: contain;
    transition: .2s;
    transform: rotate(75deg);
}

.section_contact .cont .button a:hover .icon {
    background-color: #F5FBFF;
}

.section_contact .cont .button a:hover .icon:before {
    transform: rotate(165deg);
}

.section_contact .cont .tel_area {
    padding-top: 27.5px;
    padding-bottom: 10px;
    padding-left: 38.5px;
    color: #fff;
}

.section_contact .cont .tel_area .mini_title {
    margin-bottom: 10.5px;
}

.section_contact .cont .tel_area .tel {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.section_contact .cont .tel_area .tel small {
    font-size: 20px;
}

.section_contact .cont .tel_area p {
    font-size: 14px;
}

.section_contact .cont .tel_area .address {
    text-indent: 14px;
}

#main_footer {
    background: #2F373C;
    padding: 70px 0;
}

#main_footer .main_navi {
    margin-bottom: 120px;
}

#main_footer .main_navi .list:first-child .flex_box {
    padding-right: 30px;
    gap: 96px;
}

#main_footer .main_navi .list:last-child .flex_box {
    padding-right: 50px;
}

#main_footer .main_navi .list .en_title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid;
}

#main_footer .main_navi .list .flex_box {
    gap: 56px;
}

#main_footer .main_navi .list ul li+li {
    margin-top: 12px;
}

#main_footer .main_navi .list ul li a {
    color: #fff;
    transition: .3s;
}

#main_footer .main_navi .list ul li a:hover {
    opacity: .7;
}

#main_footer .other_menu {
    border-bottom: 1px solid #fff;
    padding-bottom: 15.5px;
    position: relative;
    margin-bottom: 33.5px;
}

#main_footer .other_menu ul li a {
    color: #fff;
    font-size: 14px;
    transition: .3s;
}


#main_footer .other_menu ul li a:hover {
    opacity: .7;
}

#main_footer .other_menu .list ul {
    gap: 50px;
}

#main_footer .other_menu .icon_list {
    position: absolute;
    right: 0;
    top: 0;
}

#main_footer .other_menu .icon_list ul li:first-child {
    padding-right: 25.5px;
    margin-right: 25.5px;
    position: relative;
}

#main_footer .other_menu .icon_list ul li:first-child::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

#main_footer .other_menu .icon_list ul li a {
    align-items: center;
}

#main_footer .other_menu .icon_list ul li.login a {
    gap: 12px;
}

#main_footer .other_menu .icon_list ul li.cart a {
    gap: 15.3px;
}

#main_footer .other_menu .icon_list ul li a .icon img {
    vertical-align: middle;
}

#main_footer .bottom_area .left_box .sns {
    margin-bottom: 22px;
}

#main_footer .bottom_area .left_box .sns ul {
    align-items: center;
    gap: 30px;
}

#main_footer .copyright small {
    color: #fff;
    font-size: 12px;
}

#main_footer .bottom_area .logo_box .logo {
    width: 228px;
}

/* Movie Contents（PC） */

.page_movie_contents .section_introduction {
    margin-bottom: 140px;
}

.page_movie_contents .section_introduction .text_area {
    width: 600px;
}

.page_movie_contents .section_introduction .text_area .title_box {
    margin-bottom: 24px;
}

.page_movie_contents .section_introduction .text_area .title_box .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid #3F99D6;
}

.page_movie_contents .section_introduction .text_area .text {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.75;
}

.page_movie_contents .section_introduction .text_area .text+.text {
    margin-top: 20px;
}

.page_movie_contents .section_introduction .text_area .text b {
    font-size: 18px;
}

.page_movie_contents .section_introduction .image {
    width: 480px;
    height: 400px;
}

.page_movie_contents .section_introduction .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_movie_contents .section_index {
    margin-bottom: 130px;
}

.page_movie_contents .section_index .cont {
    background: #F8F8F8;
    padding: 50px 60px;
}

.page_movie_contents .section_index .cont .title_area {
    width: 375px;
}

.page_movie_contents .section_index .cont .title_area .title_box {
    margin-bottom: 40px;
}

.page_movie_contents .section_index .cont .title_area .title_box .en {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.14;
}

.page_movie_contents .section_index .cont .title_area .title_box .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_movie_contents .section_index .cont .title_area .text {
    letter-spacing: .07em;
}

.page_movie_contents .section_index .cont .title_area .text a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .4em;
    font-weight: 700;
}

.page_movie_contents .section_index .cont .index_list {
    width: 578px;
}

.page_movie_contents .section_index .cont .index_list ul li+li {
    margin-top: 8px;
}

.page_movie_contents .section_index .cont .index_list ul li a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    position: relative;
    line-height: 1.6;
}

.page_movie_contents .section_index .cont .index_list ul li a .arrow {
    background: #2C2C2C;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 3px;
}

.page_movie_contents .section_index .cont .index_list ul li a .arrow:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 53%;
    left: 40%;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-3px) rotate(135deg);
    box-sizing: border-box;
}

.page_movie_contents .cont .box {
    padding-bottom: 100px;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 100px;
    padding-right: 50px;
}

.page_movie_contents .cont .box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page_movie_contents .cont .box+.box {
    margin-top: 80px;
}

.page_movie_contents .cont .box .title_box {
    margin-bottom: 20px;
}

.page_movie_contents .cont .box .title_box .en {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.page_movie_contents .cont .box .title_box .en .num {
    font-size: 65px;
}

.page_movie_contents .cont .box .title_box .title {
    font-size: 20px;
    font-weight: 700;
}

.page_movie_contents .cont .box .movie_area {
    width: 560px;
}

.page_movie_contents .cont .box .movie_area .movie {
    margin-bottom: 20px;
}

.page_movie_contents .cont .box .movie_area .movie iframe {
    width: 100%;
    height: 315px;
}

.page_movie_contents .cont .box .movie_area .attention ul li {
    font-size: 14px;
    color: #808080;
    position: relative;
    padding-left: 1em;
    letter-spacing: .08em;
}

.page_movie_contents .cont .box .movie_area .attention ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.page_movie_contents .cont .box .explanation_area {
    width: 580px;
}

.page_movie_contents .cont .box .explanation_area.width_100 {
    width: 100%;
}

.page_movie_contents .cont .box .explanation_area .title_box {
    position: relative;
}

.page_movie_contents .cont .box .explanation_area .title_box:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3F99D6;
    position: absolute;
    left: 0;
    top: 50%;
}

.page_movie_contents .cont .box .explanation_area .title_box .title {
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 17.5px;
}

.page_movie_contents .cont .box .explanation_area .text_box {
    padding-right: 50px;
}

.explanation_area .custom-scroll-wrapper {
    position: relative;
    width: 100%;
    height: 256px;
    overflow: hidden;
}

.explanation_area .custom-scroll-wrapper.height {
    height: 620px;
}

.explanation_area .custom-scroll-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 50px;
}

.explanation_area .custom-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 100%;
}

.explanation_area .custom-scrollbar:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #EBEBEB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.explanation_area .custom-thumb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 50px;
    background: #3F99D6;
    cursor: pointer;
}

.explanation_area .custom-thumb-knob {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #B2B2B2;
}

.explanation_area .custom-scroll-content {
    scrollbar-width: none;
    /* Firefox用 */
    -ms-overflow-style: none;
    /* IE/Edge旧用 */
}

.explanation_area .custom-scroll-content::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari用 */
}

.page_movie_contents .cont .box .explanation_area .text {
    font-size: 15px;
    letter-spacing: .05em;
}

.page_movie_contents .cont .box .explanation_area .text+.text {
    margin-top: 18px;
}

.page_movie_contents .cont .box .explanation_area dl+dl {
    margin-top: 1em;
}

.page_movie_contents .cont .box .explanation_area ul {
    margin: 20px 0;
}

.page_movie_contents .cont .box .explanation_area ul li {
    font-size: 15px;
    position: relative;
    padding-left: 1.5em;
}

.page_movie_contents .cont .box .explanation_area ul li:before {
    content: "■";
    position: absolute;
    left: 0;
}

.page_movie_contents .cont .box .explanation_area ul li+li {
    margin-top: 1em;
}

.page_movie_contents .cont .box .explanation_area .text a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    font-weight: 700;
}

.page_movie_contents .cont .box .explanation_area .accent {
    color: #C30000;
}

.page_movie_contents .cont .box .explanation_area ol {
    margin: 20px 0;
}

.page_movie_contents .cont .box .explanation_area ol li {
    position: relative;
    padding-left: 30px;
}

.page_movie_contents .cont .box .explanation_area ol li+li {
    margin-top: 14px;
}

.page_movie_contents .cont .box .explanation_area ol li .num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* ヒストリー・OEM（PC） */

.page_history_oem .section_product .box .common_title {
    margin-bottom: 80px;
}

.page_history_oem .section_product .box+.box {
    margin-top: 160px;
}

.page_history_oem .section_product .box .item {
    padding-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.page_history_oem .section_product .box .item+.item {
    margin-top: 60px;
}

.page_history_oem .section_product .box .item .image {
    width: 300px;
}

.page_history_oem .section_product .box .item .text_area {
    width: 780px;
}

.page_history_oem .section_product .box .item .text_area .title_box {
    position: relative;
    margin-bottom: 20px;
}

.page_history_oem .section_product .box .item .text_area .title_box .title {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid;
    padding-left: .5em;
    line-height: 1.3;
}

.page_history_oem .section_product .box .item .text_area ul li {
    letter-spacing: .1em;
    padding-left: 1em;
    position: relative;
}

.page_history_oem .section_product .box .item .text_area ul li a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    font-weight: 700;

}

.page_history_oem .section_product .box .item .text_area ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.page_history_oem .section_product .box .item .text_area ul li+li {
    margin-top: 1em;
}

/* レッツモールス信号（PC） */

.page_morse_description .section_contents .item+.item {
    margin-top: 120px;
}

.page_morse_description .section_contents .item .image {
    width: 550px;
    height: 350px;
}

.page_morse_description .section_contents .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_morse_description .section_contents .item:nth-child(even) .image {
    order: 2;
}

.page_morse_description .section_contents .item .text_area {
    width: 550px;
}

.page_morse_description .section_contents .item .text_area .title_box {
    margin-bottom: 20px;
}

.page_morse_description .section_contents .item .text_area .title_box .title {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #3F99D6;
    padding-bottom: .4em;
}

.page_morse_description .section_contents .item .text_area .text_box .text {
    font-size: 15px;
    letter-spacing: .1em;
}

.page_morse_description .section_contents .item .text_area .text_box .text+.text {
    margin-top: 1em;
}

.page_morse_description .section_contents .item .text_area .text_box ul li {
    position: relative;
    padding-left: 1.5em;
}

.page_morse_description .section_contents .item .text_area .text_box ul li:before {
    content: "■";
    position: absolute;
    left: 0;
    color: #2F373C;
}

.page_morse_description .section_contents .item .text_area .text_box ul li+li {
    margin-top: 1em;
}

.page_morse_description .section_contents .item .text_area .text_box .text a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    font-weight: 700;
}

/* 通信販売法について（PC） */

.page_mail_order .section_order_table table {
    width: 100%;
}

.page_mail_order .section_order_table table th,
.page_mail_order .section_order_table table td {
    padding: 1em;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 15px;
}

.page_mail_order .section_order_table table th {
    background: #f1f1f1;
}

.page_mail_order .section_order_table table thead th {
    text-align: center;
    font-size: 20px;
}

/* ネット購入方法について（PC） */

.page_how_purchase .common_title {
    margin-bottom: 20px;
}

.page_how_purchase .section_online .introduction_area {
    margin-bottom: 100px;
}

.page_how_purchase .section_online .introduction_area .image {
    width: 350px;
}

.page_how_purchase .section_online .introduction_area .text_area {
    width: 750px;
}

.page_how_purchase .section_online .introduction_area .text_area .title_box {
    margin-bottom: 20px;
}

.page_how_purchase .section_online .introduction_area .text_area .title_box .title {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #3F99D6;
    padding-bottom: .4em;
}

.page_how_purchase .section_online .introduction_area .text_area .text {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 2;
}

.page_how_purchase .section_online .introduction_area .text_area .text a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    font-weight: 700;
}

.page_how_purchase .section_online .information_area {
    background: #f8f8f8;
    padding: 50px;
}

.page_how_purchase .section_online .information_area .start_text {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1em;
    letter-spacing: .05em;
    background: #333;
    color: #fff;
    padding: .5em 0;
}

.page_how_purchase .section_online .information_area .text {
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 1em;
}

.page_how_purchase .section_online .information_area a {
    color: #3F99D6;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    font-weight: 700;
}

.page_how_purchase .section_online .information_area .accent_box,
.page_how_purchase .section_online .information_area .list {
    margin-top: 1em;
}

.page_how_purchase .section_online .information_area ul {
    border-top: 1px solid #E6E6E6;
    padding-top: 1em;
}

.page_how_purchase .section_online .information_area ul li {
    position: relative;
    padding-left: 1.4em;
    font-size: 15px;
}

.page_how_purchase .section_online .information_area ul li:before {
    content: "■";
    position: absolute;
    left: 0;
}

.page_how_purchase .section_online .information_area ul li+li {
    margin-top: 1em;
}

.page_how_purchase .section_online .information_area .accent_box ul li {
    color: #c10c0c;
}

.page_how_purchase section+section {
    margin-top: 120px;
}

.common_flow_list .info_text {
    text-align: center;
    line-height: 3;
}

.common_flow_list .info_text .inner_img {
    display: inline-block;
    /* height: 3em; */
}

.common_flow_list .info_text .inner_img img {
    height: 1.7em;
    object-fit: contain;
    object-position: center;
    position: relative;
    transform: translateY(-0.65em);
    margin: 0 .2em;
}

.common_flow_list ul {
    background: #f8f8f8;
    padding: 50px;
    margin: 30px 0;
}

.common_flow_list ul li+li {
    margin-top: 20px;
}

.common_flow_list ul li {
    align-items: center;
    position: relative;
}

.common_flow_list ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    left: 20px;
    top: 50px;
}

.common_flow_list ul li:last-child::before {
    display: none;
}

.common_flow_list ul li .num {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
}

.common_flow_list ul li .text {
    width: 950px;
    background: #fff;
    padding: 1em;
    border: 1px solid #E6E6E6;
}

.common_flow_list ul li .text .inner_img {
    height: 1.7em;
    display: inline-block;
    margin: 0 0.4em;
}

.common_flow_list ul li .text .inner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_how_purchase .section_payment .cont .item+.item {
    margin-top: 60px;
}

.page_how_purchase .section_payment .cont .item .box {
    background: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
}

.page_how_purchase .section_payment .cont .item .title_text {
    border-left: 4px solid;
    padding-left: 1em;
    font-weight: 700;
}

.page_how_purchase .section_payment .cont .item .text_box {
    background: #fff;
    padding: 20px;
}

.page_how_purchase .section_payment .cont .item:nth-child(3) .text_box {
    margin-bottom: 20px;
}

.page_how_purchase .section_payment .cont .item ul li {
    position: relative;
    padding-left: 1.5em;
}

.page_how_purchase .section_payment .cont .item ul li+li {
    margin-top: 1em;
}

.page_how_purchase .section_payment .cont .item ul li:before {
    content: "■";
    position: absolute;
    left: 0;
}

.page_how_purchase .section_payment .cont .item .image {
    margin-top: 20px;
}

.page_how_purchase .section_payment .cont .attention_box {
    margin-top: 20px;
}

.page_how_purchase .section_payment .cont .attention_box .text {
    font-size: 14px;
    color: #808080;
    position: relative;
    padding-left: 1em;
    letter-spacing: .08em;
}

.page_how_purchase .section_payment .cont .attention_box .text .accent {
    color: #c10c0c;
}

.page_how_purchase .section_delivery {
    text-align: center;
    line-height: 2;
}

.ec-layoutRole .ec-layoutRole__contents {
    margin: 0 !important;
    width: unset !important;
    max-width: unset !important;
    display: block !important;
    flex-wrap: unset !important;
}

.mypage .ec-layoutRole .ec-layoutRole__contents,
#page_cart .ec-layoutRole .ec-layoutRole__contents,
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents,
#page_shopping .ec-layoutRole .ec-layoutRole__contents,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents,
#page_cm_blog_pro_page_detail .ec-layoutRole .ec-layoutRole__contents,
#page_contact .ec-layoutRole .ec-layoutRole__contents,
#page_help_agreement .ec-layoutRole .ec-layoutRole__contents,
#page_product_detail .ec-layoutRole .ec-layoutRole__contents,
#page_entry_complete .ec-layoutRole .ec-layoutRole__contents,
#page_forgot .ec-layoutRole .ec-layoutRole__contents,
#page_help_tradelaw .ec-layoutRole .ec-layoutRole__contents,
#page_entry_activate .ec-layoutRole .ec-layoutRole__contents,
#page_help_guide .ec-layoutRole .ec-layoutRole__contents,
#page_entry .ec-layoutRole .ec-layoutRole__contents,
#page_help_privacy .ec-layoutRole .ec-layoutRole__contents,
#page_mypage_login .ec-layoutRole .ec-layoutRole__contents {
    padding: 100px 0;
}

.ec-progress .ec-progress__item {
    z-index: 1 !important;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: unset !important;
}

.ec-shelfGrid a {
    color: #333 !important;
}

.page_list_onegai_area_box {
    margin-top: 30px;
    margin-bottom: 120px;
    background-color: #f1f1f1;
    padding: 40px;
}

.page_list_onegai_area_box .box_ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .7em;
    line-height: 1.5;
    letter-spacing: .04em;
}

.page_list_onegai_area_box .inner_text_area .inner_text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
}

.page_list_onegai_area_box .inner_text_area .inner_text .box_text {
    background-color: #010101;
    color: #fff;
    display: inline-block;
    padding: .05em .3em;
    margin-right: 0.5em;
    font-weight: 700;
}

.page_list_onegai_area_box .inner_text_area .inner_text+.inner_text {
    margin-top: 1em;
}

#page_product_detail .detail_manual_link {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    width: 280px;
    font-size: 16px;
    background-color: #677074;
    border: 2px solid #677074;
    transition: .3s;
    color: #fff;
    margin: 2em auto 0;
    padding: 1em;
    font-weight: 700;
}

#page_product_detail .detail_manual_link:hover {
    background-color: #fff;
    color: #677074;
}

#page_product_detail .detail_manual_link::after {
    content: "";
    width: .6em;
    height: .6em;
    flex-shrink: 0;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

#page_product_detail .page_detail_video_area {
    margin-top: 70px;
    background-color: rgb(241, 241, 241);
    padding: 80px 120px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

#page_product_detail .page_detail_video_area .video_block .block_ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .7em;
    line-height: 1.6;
    letter-spacing: .02em;
    display: flex;
}

#page_product_detail .page_detail_video_area .video_block .block_ttl::before {
    content: "●";
}

#page_product_detail .page_detail_video_area .video_block .block_text {
    font-size: 15px;
    letter-spacing: .02em;
}

#page_product_detail .page_detail_video_area .video_block .box_pdf_btn {
    display: block;
    width: fit-content;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 14px;
    padding: 1em 1.5em;
}

#page_product_detail .page_detail_video_area .video_block .youtube_iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 20px;
}

#page_product_detail .page_detail_video_area .video_block .youtube_iframe iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logout_btn_block {
    padding-bottom: 80px;
}

.logout_btn_block .logout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    border-bottom: 2px solid #677074;
    color: #677074;
    font-size: 15px;
    padding: 0 0.8em 0.8em;
    font-weight: 700;
    line-height: 1;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}

.logout_btn_block .logout_btn::after {
    content: "";
    width: .5em;
    height: .5em;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.logout_btn_block .logout_btn:hover {
    opacity: .5;
}

@media (max-width: 750px) {

    /* ハンバーガーメニュー */
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 40px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    .wrap,
    .wrap.mid {
        max-width: 90%;
    }

    .wrap.lr {
        max-width: 95%;
    }

    body {
        font-size: 3.58vw;
        padding-top: 70px;
        min-width: unset;
    }

    /* SP固定ページ 共通設定 */

    .page_main_visual {
        padding: 12.7vw 0;
    }

    .page_main_visual .text_area .en {
        font-size: 8.2vw;
    }

    .page_main_visual .text_area .title {
        font-size: 4.6vw;
    }

    .common_page_wrap {
        padding: 12.8vw 0 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }


    /* ここから下部にCSSを追加してください */

    .main_visual {
        padding-top: 7.6vw;
    }

    .main_visual .slider {
        width: 100%;
        margin-left: 0;
        margin-bottom: 12vw;
    }

    .main_visual .slider:before {
        display: none;
    }

    .main_visual .slider .slide {
        height: 38vw;
    }

    .main_visual .button_box {
        position: relative;
        left: auto;
        width: 100%;
        order: 2;
    }

    .main_visual .button_box ul {
        display: flex;
    }

    .main_visual .button_box ul li {
        width: 50%;
    }

    .main_visual .slick-dots {
        bottom: -30px;
    }

    .main_visual .slick-dots li {
        width: auto;
        height: auto;
    }

    .main_visual .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px;
        background: #DEDEDE;
        border-radius: 100%;
    }

    .main_visual .slick-dots li.slick-active button {
        background: #3F99D6;
    }

    .main_visual .slick-dots li button:before {
        display: none;
    }

    .common_title {
        margin-bottom: 7.6vw;
    }

    .common_title .en {
        font-size: 12.3vw;
        margin-bottom: 3vw;
    }

    .common_title .title {
        font-size: 3.8vw;
    }

    .section_pickup {
        padding: 13.5vw 0 40vw 0;
    }

    .section_pickup .wrap {
        max-width: 95%;
    }

    .section_pickup .item_list .slick-prev,
    .section_pickup .item_list .slick-next {
        width: 12.8vw;
        height: 12.8vw;
        top: calc(100% + 16.6vw);
    }

    .section_pickup .item_list .slick-prev {
        left: 9vw;
    }

    .section_pickup .item_list .slick-next {
        right: 9vw;
    }

    .section_pickup .item_list .slick-arrow:before {
        width: 2vw;
        height: 2vw;
    }

    .section_pickup .item_list .slick-num {
        bottom: -24vw;
    }

    .section_pickup .item_list .slick-num span {
        font-size: 3vw;
    }

    .section_pickup .item_list .slick-num span:first-child {
        margin-right: 2vw;
        padding-right: 2vw;
    }

    .section_pickup .item_list .slick-dots {
        bottom: -18vw;
        width: 38vw;
    }

    .section_pickup .item_list .slick-dots li {
        width: 9.5vw;
    }

    .section_pickup .item_list .slick-dots li.slick-active::before {
        content: "";
        width: 200px;
        height: 4px;
        background: #98CEF2;
        position: absolute;
        right: 0;
    }

    .section_pickup .item_list .slick-dots li button {
        padding: 0;
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 100%;
        border: 1px solid #B2B2B2;
        position: absolute;
        right: -11px;
        top: -4px;
        z-index: 2;
        opacity: 0;
    }

    .section_pickup .item_list .slick-dots li.slick-active button {
        opacity: 1;
    }

    .section_pickup .item_list .slick-dots li button:before {
        display: none;
    }

    .section_pickup .item_list .slick-list {
        overflow: hidden;
    }

    .section_pickup .item_list .slide_box {
        padding: 0 2.5vw;
    }

    .section_pickup .item_list .slide {
        width: 100%;
        margin-right: 0;
    }

    .section_pickup .item_list .slide+.slide {
        margin-top: 7.6vw;
    }

    .section_pickup .item_list .slide a {
        color: #333;
    }

    .section_pickup .item_list .slide .image {
        width: 100%;
        height: 51vw;
        margin-bottom: 3.8vw;
    }

    .section_pickup .item_list .slide:hover .image img {
        transform: scale(1, 1)
    }

    .section_pickup .item_list .slide .name {
        font-size: 4.6vw;
    }

    .section_pickup .item_list .slide .price_text .price {
        font-size: 4.6vw;
    }

    .section_pickup .item_list .slide .price_text .tax {
        font-size: 3vw;
    }

    .section_news .cont {
        padding: 0 0 20vw 0;
    }

    .section_news .cont:before {
        width: 95vw;
        height: 100%;
        left: -2.5vw;
        bottom: auto;
        top: 10vw;
    }

    .section_news .title_area .common_title .en {
        font-size: 12.3vw;
    }

    .section_news .title_area .more_button {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .section_news .title_area .more_button a {
        gap: 3.5vw;
    }

    .section_news .title_area .more_button a:hover .icon {
        background-color: #fff;
    }

    .section_news .title_area .more_button a:hover .icon:before {
        transform: rotate(75deg);
    }

    .section_news .title_area .more_button:hover .text {
        color: #333;
    }

    .section_news .title_area .more_button a .icon img {
        width: 11.7vw;
    }

    .section_news .list_area {
        width: 100%;
        padding-top: 20px;
    }

    .section_news .list_area ul li+li {
        margin-top: 10px;
    }

    .section_news .list_area ul li a {
        padding: 5vw 18vw 18px 5vw;
        gap: 2.5vw 3.5vw;
        flex-wrap: wrap;
        display: flex;
    }

    .section_news .list_area ul li .data {
        font-size: 3.3vw;
    }

    .section_news .list_area ul li .data:before {
        bottom: -5.2vw;
    }

    .section_news .list_area ul li .category {
        width: auto;
        line-height: 6.1vw;
        font-size: 3.1vw;
        padding: 0 .7em;
    }

    .section_news .list_area ul li .arrow {
        width: 7.6vw;
        height: 7.6vw;
        right: 5vw;
        top: 6vw;
        transform: translateY(0);
    }

    .section_news .list_area ul li .arrow:before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .section_news .list_area ul li .title {
        order: -1;
        max-width: 100%;
        width: 100%;
        -webkit-line-clamp: 2;
        letter-spacing: .12em;
    }

    .section_link {
        padding: 19vw 0 28vw 0;
    }

    .section_link .title_area {
        margin-bottom: 5.6vw;
        display: block;
    }

    .section_link .common_title {
        display: block;
        margin-bottom: 4vw;
    }

    .section_link .common_title .en {
        font-size: 12.3vw;
        line-height: 1;
    }

    .section_link .common_title .title {
        line-height: 2;
    }

    .section_link .information_text {
        font-size: 3.58vw;
        text-align: center;
        letter-spacing: .1em;
    }

    .section_link .link_list ul {
        background: url(/html/user_data/assets/img/common/link_back_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section_link .link_list ul li {
        width: 50%;
    }

    .section_link .link_list ul li a {
        padding: 3vw 2.5vw;
        height: 46vw;
        border-bottom: 1px solid #fff;
    }

    .section_link .link_list ul li:nth-child(2) a {
        border-right: none;
    }

    .section_link .link_list ul li:nth-child(3) a,
    .section_link .link_list ul li:last-child a {
        border-bottom: none;
    }

    .section_link .link_list ul li .en {
        font-size: 6.15vw;
    }

    .section_link .link_list ul li .title {
        font-size: 3.8vw;
    }

    .section_link .link_list ul li .more_button {
        right: 2.5vw;
        bottom: 2.5vw;
        width: 10.25vw;
    }

    .section_morse .en_accent .flex_box .image img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .section_link .link_list ul li a:hover .more_button {
        transform: rotate(0);
    }

    .section_link .link_list ul li a:hover::before {
        opacity: .7;
    }

    .section_morse .cont {
        margin-top: -1vw;
    }

    .section_morse .title {
        font-size: 6.66vw;
        top: -6vw;
        letter-spacing: 0;
        width: 100%;
    }

    .section_morse .title:before {
        width: 20.5vw;
        bottom: -4.8vw;
    }

    .section_morse .list {
        padding: 29.4vw 5.1vw 10vw 5.1vw;
    }

    .section_morse .list ul li {
        width: 100%;
    }

    .section_morse .list ul li+li {
        margin-top: 10vw;
    }

    .section_morse .list ul li .image {
        height: 45vw;
        margin-bottom: 5.6vw;
    }

    .section_morse .list ul li .catch {
        font-size: 4.6vw;
        margin-bottom: 2.3vw;
        line-height: 1.6;
    }

    .section_morse .list ul li .text {
        font-size: 3.58vw;
    }

    .section_contact {
        padding: 25.6vw 0 18.2vw 0;
    }

    .section_contact .cont {
        background: url(/html/user_data/assets/img/common/contact_back_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 9vw 7vw;
        gap: 0;
    }

    .section_contact .cont .title_area {
        margin-right: 0;
        margin-bottom: 6vw;
    }

    .section_contact .cont .title_area .title_box {
        margin-bottom: 3vw;
    }

    .section_contact .cont .title_area .title_box .en {
        font-size: 20.5vw;
    }

    .section_contact .cont .title_area .title_box .title {
        font-size: 6.1vw;
        width: 100%;
        text-align: center;
    }

    .section_contact .cont .title_area .text {
        font-size: 3.3vw;
        text-align: center;
    }

    .section_contact .cont .mini_title {
        font-size: 4.1vw;
    }

    .section_contact .cont .mail_area {
        border-right: none;
        padding-top: 0;
        padding-bottom: 6vw;
        padding-right: 0;
    }

    .section_contact .cont .mail_area .mini_title {
        margin-bottom: 2vw;
    }

    .section_contact .cont .button a {
        width: 79.4vw;
        line-height: 16.4vw;
        font-size: 4.6vw;
        padding-left: 5vw;
        background-position: 65vw;
    }

    .section_contact .cont .button a:hover {
        background-color: #fff;
    }

    .section_contact .cont .button a:hover .icon {
        background-color: #fff;
    }

    .section_contact .cont .tel_area .button a {
        background-color: #3F99D6;
        color: #fff;
        border-color: #fff;
        margin-bottom: 2.56vw;
    }

    .section_contact .cont .tel_area .button a .icon {
        background-image: url(/html/user_data/assets/img/common/arrow_white.svg);
        background-color: #3F99D6;
        background-size: 4vw;
    }

    .section_contact .cont .tel_area .button a .icon:before {
        background: url(/html/user_data/assets/img/common/more_arrow_border_white.svg) no-repeat;
        background-size: contain;
    }

    .section_contact .cont .button a:hover .icon:before {
        transform: rotate(75deg);
    }

    .section_contact .cont .button a .icon {
        width: 9.2vw;
        height: 9.2vw;
        background-size: 4.5vw;
        right: 4vw;
        top: 3.6vw;
    }

    .section_contact .cont .tel_area {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .section_contact .cont .tel_area .mini_title {
        margin-bottom: 2vw;
    }

    .section_contact .cont .tel_area p {
        text-align: center;
    }

    .section_contact .cont .tel_area .time {
        font-size: 3.1vw;
    }

    .section_contact .cont .tel_area .address {
        font-size: 3.58vw;
    }

    .section_contact .cont .tel_area .address {
        text-indent: 0;
    }

    #main_footer {
        padding: 12.8vw 0 10.25vw 0;
    }

    #main_footer .main_navi {
        display: none;
    }

    #main_footer .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    #main_footer .bottom_area {
        order: 1;
        width: 100%;
        margin-bottom: 12.8vw;
    }

    #main_footer .other_menu {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 12.8vw;
        order: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #main_footer .other_menu ul li a {
        font-size: 3.3vw;
    }

    #main_footer .other_menu ul li a:hover {
        opacity: 1;
    }

    #main_footer .other_menu .list ul {
        gap: 5vw 0;
        justify-content: center;
    }

    #main_footer .other_menu .list ul li {
        line-height: 1;
    }

    #main_footer .other_menu .list ul li:nth-child(1),
    #main_footer .other_menu .list ul li:nth-child(3) {
        padding-right: 2.5vw;
        margin-right: 2.5vw;
        position: relative;
    }

    #main_footer .other_menu .list ul li:nth-child(1)::before,
    #main_footer .other_menu .list ul li:nth-child(3)::before {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
    }

    #main_footer .other_menu .list {
        order: 2;
    }

    #main_footer .other_menu .icon_list {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        order: 1;
        border-bottom: 1px solid #fff;
        padding-bottom: 7.69vw;
        margin-bottom: 7.69vw;
    }

    #main_footer .other_menu .icon_list ul {
        justify-content: center;
    }

    #main_footer .other_menu .icon_list ul li:first-child {
        padding-right: 6.5vw;
        margin-right: 6.5vw;
    }

    #main_footer .other_menu .icon_list ul li a {
        align-items: center;
    }

    #main_footer .other_menu .icon_list ul li a:hover {
        opacity: 1;
    }

    #main_footer .bottom_area .left_box {
        order: 2;
        width: 100%;
    }

    #main_footer .bottom_area .left_box .sns {
        margin-bottom: 0;
    }

    #main_footer .bottom_area .left_box .sns ul {
        justify-content: center;
    }

    #main_footer .bottom_area .logo_box {
        order: 1;
        margin: 0 auto 9vw auto;
    }

    #main_footer .bottom_area .logo_box .logo {
        width: 58.7vw;
    }

    #main_footer .copyright {
        order: 3;
        text-align: center;
        width: 100%;
    }

    #main_footer .copyright small {
        font-size: 2.5vw;
        color: #B7B7B7;
    }

    #main_header {
        box-shadow: none;
        height: 70px;
    }

    #main_header .header_navi .header_navi_list {
        display: none;
    }

    #main_header .header_navi {
        padding: 0;
        position: static;
    }

    #main_header .head {
        padding: 17px 0 17px 5vw;
    }

    #main_header .head .logo {
        margin: 0;
    }

    .hamburger {
        width: 70px;
        height: 70px;
    }

    .hamburger span {
        width: 28px;
        left: 21px;
    }

    .hamburger span:nth-child(1) {
        top: 27px;
    }

    .hamburger span:nth-child(2) {
        top: 34px;
    }

    .hamburger span:nth-child(3) {
        top: 41px;
    }

    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 34px;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 34px;
    }

    #main_header .head .button_wrap {
        right: 70px;
    }

    #main_header .head .button_wrap ul li a {
        width: 70px;
        line-height: 1.6;
        height: 70px;
        padding-top: 41px;
        text-align: center;
        font-size: 12px;
    }

    #main_header .head .button_wrap ul li a .arrow {
        display: none;
    }

    #main_header .head .button_wrap ul li.login a {
        padding-left: 0;
        background-size: 22.5px;
        background-position: center 13.5px;
    }

    #main_header .head .button_wrap ul li.cart a {
        padding-left: 0;
        background-size: 23px;
        background-position: center 12.8px;
    }

    nav.globalMenuSp .cont {
        padding-top: calc(70px + 10.25vw);
        padding-bottom: 10.25vw;
    }

    nav.globalMenuSp .cont .en_title {
        font-size: 6.6vw;
        padding-bottom: 2vw;
        margin-bottom: 3.5vw;
    }

    nav.globalMenuSp .cont .catetgory_list {
        width: 100%;
    }

    nav.globalMenuSp .cont .catetgory_list .flex_box {
        gap: 4vw 0;
    }

    nav.globalMenuSp .cont .catetgory_list ul {
        width: 100%;
    }

    nav.globalMenuSp .cont .catetgory_list ul li {
        width: 100%;
    }

    nav.globalMenuSp .cont .catetgory_list ul li a {
        gap: 5.1vw;
    }

    nav.globalMenuSp .cont .catetgory_list ul li a:hover {
        color: #333;
    }

    nav.globalMenuSp .cont .catetgory_list ul li a:hover .arrow {
        background-color: #333;
    }

    nav.globalMenuSp .cont .catetgory_list ul li .image {
        width: 23vw;
        height: 15.3vw;
    }

    nav.globalMenuSp .cont .catetgory_list ul li .text {
        width: calc(100% - 37vw);
    }

    nav.globalMenuSp .cont .catetgory_list ul li a .arrow {
        width: 9vw;
        height: 9vw;
    }

    nav.globalMenuSp .cont .contents_list {
        width: 100%;
    }

    nav.globalMenuSp .cont .contents_list ul li a {
        font-size: 3.3vw;
    }

    nav.globalMenuSp .cont .contents_list .box {
        margin-top: 9.2vw;
    }

    nav.globalMenuSp .cont .menu_navi {
        margin-bottom: 63px;
    }

    nav.globalMenuSp .cont .contents_list ul {
        gap: 4.1vw 0;
        justify-content: space-between;
    }

    nav.globalMenuSp .cont .contents_list ul li {
        width: 41vw;
    }

    nav.globalMenuSp .cont .contents_list ul li a {
        border-bottom: 1px solid #D0D0D0;
        display: block;
        padding-bottom: 4.1vw;
    }

    #main_header .header_navi .contents_list li a {
        font-weight: 500;
    }

    #main_header .header_navi .contents_list li a:hover {
        color: #333;
    }

    #main_header .header_navi .contents_list li a:hover .arrow {
        background-color: #333;
    }

    #main_header .header_navi .contents_list li .text {
        padding-right: 6vw;
    }

    nav.globalMenuSp .cont .contents_list ul li a .arrow {
        width: 5.1vw;
        height: 5.1vw;
        top: 30%;
    }

    nav.globalMenuSp .cont .bottom_menu {
        display: block;
        margin-bottom: 12.8vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns {
        margin-bottom: 7.6vw;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 6.1vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul {
        gap: 0;
        justify-content: center;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul li {}

    nav.globalMenuSp .cont .bottom_menu .sns ul li.insta img {
        width: 11.3vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul li.x img {
        width: 9.3vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul li.youtube img {
        width: 13vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul li.x {
        margin-left: 11.4vw;
        margin-right: 9.7vw;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul {
        gap: 5vw 0;
        justify-content: center;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul li {
        line-height: 1;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul li a {
        font-size: 3.3vw;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul li:nth-child(1),
    nav.globalMenuSp .cont .bottom_menu .other_contents ul li:nth-child(3) {
        padding-right: 2.5vw;
        margin-right: 2.5vw;
        position: relative;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul li:nth-child(1)::before,
    nav.globalMenuSp .cont .bottom_menu .other_contents ul li:nth-child(3)::before {
        content: "";
        width: 1px;
        height: 100%;
        background: #677074;
        position: absolute;
        right: 0;
        top: 0;
    }

    nav.globalMenuSp .cont .copyright {
        text-align: center;
    }

    nav.globalMenuSp .cont .copyright small {
        font-size: 2.5vw;
        color: #B7B7B7;
    }


    /* Movie Contents（SP） */

    .page_movie_contents .section_introduction {
        margin-bottom: 20vw;
    }

    .page_movie_contents .section_introduction .text_area {
        width: 100%;
    }

    .page_movie_contents .section_introduction .text_area .title_box {
        margin-bottom: 6vw;
    }

    .page_movie_contents .section_introduction .text_area .title_box .title {
        font-size: 6vw;
    }

    .page_movie_contents .section_introduction .text_area .text {
        font-size: 3.5vw;
    }

    .page_movie_contents .section_introduction .text_area .text b {
        font-size: 4vw;
    }

    .page_movie_contents .section_introduction .text_area .text+.text {
        margin-top: 4vw;
    }

    .page_movie_contents .section_introduction .image {
        width: 100%;
        height: 47vw;
        order: -1;
        margin-bottom: 6vw;
    }

    .page_movie_contents .section_index {
        margin-bottom: 20vw;
    }

    .page_movie_contents .section_index .cont {
        padding: 6vw 5vw;
    }

    .page_movie_contents .section_index .cont .title_area {
        width: 100%;
        margin-bottom: 12vw;
    }

    .page_movie_contents .section_index .cont .title_area .title_box {
        margin-bottom: 6vw;
        text-align: center;
    }

    .page_movie_contents .section_index .cont .title_area .title_box .en {
        font-size: 12.3vw;
    }

    .page_movie_contents .section_index .cont .title_area .title_box .title {
        font-size: 3.8vw;
    }

    .page_movie_contents .section_index .cont .title_area .text {
        font-size: 3.3vw;
    }

    .page_movie_contents .section_index .cont .index_list {
        width: 100%;
    }

    .page_movie_contents .section_index .cont .index_list ul li+li {
        margin-top: 4vw;
    }

    .page_movie_contents .section_index .cont .index_list ul li a {
        font-size: 4vw;
        padding-bottom: 4vw;
        padding-right: 30px;
    }

    .page_movie_contents .cont .box {
        padding-bottom: 13vw;
        padding-left: 0;
        padding-right: 0;
    }

    .page_movie_contents .cont .box+.box {
        margin-top: 10vw;
    }

    .page_movie_contents .cont .box .title_box {
        margin-bottom: 5vw;
    }

    .page_movie_contents .cont .box .title_box .en {
        font-size: 10vw;
    }

    .page_movie_contents .cont .box .title_box .en .num {
        font-size: 12vw;
    }

    .page_movie_contents .cont .box .title_box .title {
        font-size: 3.8vw;
    }

    .page_movie_contents .cont .box .movie_area {
        width: 100%;
        margin-bottom: 6vw;
    }

    .page_movie_contents .cont .box .movie_area .movie {
        margin-bottom: 6vw;
    }

    .page_movie_contents .cont .box .movie_area .movie iframe {
        height: 50vw;
    }

    .page_movie_contents .cont .box .movie_area .attention ul li {
        font-size: 3.2vw;
    }

    .page_movie_contents .cont .box .explanation_area {
        width: 100%;
    }

    .page_movie_contents .cont .box .explanation_area .title_box .title {
        font-size: 3.8vw;
        padding-right: 3vw;
    }

    .page_movie_contents .cont .box .explanation_area .text_box {
        padding-right: 30px;
    }

    .page_movie_contents .cont .box .explanation_area .custom-scroll-wrapper {
        height: 60vw;
    }

    .page_movie_contents .cont .box .explanation_area .text {
        font-size: 3.5vw;
    }

    .page_movie_contents .cont .box .explanation_area .text+.text {
        margin-top: 4vw;
    }

    .page_movie_contents .cont .box .explanation_area ol {
        margin: 6vw 0;
    }

    .page_movie_contents .cont .box .explanation_area ol li {
        padding-left: 7vw;
    }

    .page_movie_contents .cont .box .explanation_area ol li+li {
        margin-top: 4vw;
    }

    .page_movie_contents .cont .box .explanation_area ol li .num {
        font-size: 5vw;
    }

    .page_movie_contents .cont .box .explanation_area ul li {
        font-size: 3.5vw;
    }

    /* ヒストリー・OEM（SP） */

    .page_history_oem .section_product .box .common_title {
        margin-bottom: 10vw;
    }

    .page_history_oem .section_product .box+.box {
        margin-top: 20vw;
    }

    .page_history_oem .section_product .box .item {
        padding-bottom: 10vw;
    }

    .page_history_oem .section_product .box .item+.item {
        margin-top: 13vw;
    }

    .page_history_oem .section_product .box .item .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    .page_history_oem .section_product .box .item .text_area {
        width: 100%;
    }

    .page_history_oem .section_product .box .item .text_area .title_box {
        margin-bottom: 4vw;
    }

    .page_history_oem .section_product .box .item .text_area .title_box .title {
        font-size: 5vw;
    }

    /* レッツモールス信号（SP） */

    .page_morse_description .section_contents .item+.item {
        margin-top: 20vw;
    }

    .page_morse_description .section_contents .item .image {
        width: 100%;
        height: 50vw;
        margin-bottom: 6vw;
    }

    .page_morse_description .section_contents .item:nth-child(even) .image {
        order: -1;
    }

    .page_morse_description .section_contents .item .text_area {
        width: 100%;
    }

    .page_morse_description .section_contents .item .text_area .title_box {
        margin-bottom: 4vw;
    }

    .page_morse_description .section_contents .item .text_area .title_box .title {
        font-size: 4.5vw;
    }

    .page_morse_description .section_contents .item .text_area .text_box .text {
        font-size: 3.5vw;
    }

    /* 通信販売法について（SP） */

    .page_mail_order .section_order_table table th,
    .page_mail_order .section_order_table table td {
        font-size: 3.4vw;
        display: block;
        width: 100%;
    }

    .page_mail_order .section_order_table table th {
        border-bottom: none;
        border-top: none;
    }

    .page_mail_order .section_order_table table thead th {
        font-size: 4vw;
        background: none;
        border: none;
        border-bottom: 1px solid #ccc;
    }


    /* ネット購入方法について（SP） */

    .page_how_purchase .common_title {
        margin-bottom: 5vw;
    }

    .page_how_purchase .section_online .introduction_area {
        margin-bottom: 15vw;
    }

    .page_how_purchase .section_online .introduction_area .image {
        width: 100%;
        margin-bottom: 4vw;
    }

    .page_how_purchase .section_online .introduction_area .text_area {
        width: 100%;
    }

    .page_how_purchase .section_online .introduction_area .text_area .title_box {
        margin-bottom: 4vw;
    }

    .page_how_purchase .section_online .introduction_area .text_area .title_box .title {
        font-size: 4.5vw;
    }

    .page_how_purchase .section_online .introduction_area .text_area .text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .page_how_purchase .section_online .information_area {
        padding: 6vw 5vw;
    }

    .page_how_purchase .section_online .information_area .start_text {
        font-size: 4vw;
    }

    .page_how_purchase .section_online .information_area .text {
        font-size: 3.5vw;
    }

    .page_how_purchase .section_online .information_area ul li {
        font-size: 3.5vw;
    }

    .page_how_purchase section+section {
        margin-top: 20vw;
    }

    .common_flow_list .info_text {
        line-height: 2;
    }

    .common_flow_list .info_text .inner_img img {
        transform: unset;
    }

    .common_flow_list ul {
        padding: 6vw 5vw;
        margin: 5vw 0;
    }

    .common_flow_list ul li+li {
        margin-top: 5vw;
    }

    .common_flow_list ul li {
        align-items: flex-start;
    }

    .common_flow_list ul li:before {
        left: 4vw;
        top: 7vw;
    }

    .common_flow_list ul li .num {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 4vw;
    }

    .common_flow_list ul li .text {
        width: 84%;
        background: #fff;
        padding: 1em;
        border: 1px solid #E6E6E6;
    }

    .page_how_purchase .section_payment .cont .item+.item {
        margin-top: 10vw;
    }

    .page_how_purchase .section_payment .cont .item .box {
        padding: 4vw;
        margin-top: 4vw;
    }

    .page_how_purchase .section_payment .cont .item .text_box {
        padding: 4vw;
    }

    .page_how_purchase .section_payment .cont .item:nth-child(3) .text_box {
        margin-bottom: 4vw;
    }

    .page_how_purchase .section_payment .cont .item .image {
        margin-top: 4vw;
    }

    .page_how_purchase .section_payment .cont .attention_box {
        margin-top: 4vw;
    }

    .page_how_purchase .section_payment .cont .attention_box .text {
        font-size: 3.2vw;
    }

    nav.globalMenuSp .cont .bottom_menu .sns ul li a:hover {
        opacity: 1;
    }

    nav.globalMenuSp .cont .bottom_menu .other_contents ul li a:hover {
        opacity: 1;
    }

    .mypage .ec-layoutRole .ec-layoutRole__contents,
    #page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents,
    #page_shopping_complete .ec-layoutRole .ec-layoutRole__contents,
    #page_cart .ec-layoutRole .ec-layoutRole__contents,
    #page_shopping .ec-layoutRole .ec-layoutRole__contents,
    #page_contact .ec-layoutRole .ec-layoutRole__contents,
    #page_entry_complete .ec-layoutRole .ec-layoutRole__contents,
    #page_help_agreement .ec-layoutRole .ec-layoutRole__contents,
    #page_entry .ec-layoutRole .ec-layoutRole__contents,
    #page_forgot .ec-layoutRole .ec-layoutRole__contents,
    #page_help_tradelaw .ec-layoutRole .ec-layoutRole__contents,
    #page_product_detail .ec-layoutRole .ec-layoutRole__contents,
    #page_entry_activate .ec-layoutRole .ec-layoutRole__contents,
    #page_cm_blog_pro_page_detail .ec-layoutRole .ec-layoutRole__contents,
    #page_help_guide .ec-layoutRole .ec-layoutRole__contents,
    #page_help_privacy .ec-layoutRole .ec-layoutRole__contents,
    #page_mypage_login .ec-layoutRole .ec-layoutRole__contents {
        padding: 15vw 0;
    }

    .page_list_onegai_area_box {
        margin-top: 0;
        margin-bottom: 20vw;
        padding: 5vw;
    }

    .page_list_onegai_area_box .box_ttl {
        font-size: 4.8vw;
    }

    .page_list_onegai_area_box .inner_text_area .inner_text {
        font-size: 3.5vw;
    }

    #page_product_detail .detail_manual_link {
        width: 100%;
        font-size: 3.6vw;
        margin: 5vw auto 0;
    }

    #page_product_detail .page_detail_video_area {
        margin-top: 8vw;
        padding: 9vw 5vw;
        gap: 10vw;
    }

    #page_product_detail .page_detail_video_area .video_block .block_ttl {
        font-size: 4vw;
    }

    #page_product_detail .page_detail_video_area .video_block .block_text {
        font-size: 3.5vw;
    }

    #page_product_detail .page_detail_video_area .video_block .box_pdf_btn {
        font-size: 3.5vw;
    }

    #page_product_detail .page_detail_video_area .video_block .youtube_iframe {
        width: 100%;
        aspect-ratio: 16/9;
        margin-top: 3vw;
    }

    .logout_btn_block {
        padding-bottom: 10vw;
    }

    .logout_btn_block .logout_btn {
        font-size: 3.4vw;
        border-bottom: 1px solid #677074;
    }
}