@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');


/*
 * 選択リストのスタイルシート
 * .jsSearchInputSelectorは「classes.selector」と同じにする
 */
.jsSearchInputSelector{}
.jsSearchInputSelector.dropdown{ display:none; position:absolute; top:0; left:0; background-color:#fff; box-shadow:0 2px 3px rgba(0,0,0,0.2); }
.jsSearchInputSelector.dropdown div{ border:1px solid #7f9db9; }
.jsSearchInputSelector.dropdown dl dt{ padding:4px; }
.jsSearchInputSelector.dropdown dl dt p{ line-height:1; border:1px solid #c9c9c9; }
.jsSearchInputSelector.dropdown dl dt p input{ padding:4px 1%; width:98%; font-size:14px; border:none; }
.jsSearchInputSelector.dropdown dl dd{}
.jsSearchInputSelector.dropdown div ul{ margin:0; padding:0; list-style:none; overflow:auto; }
.jsSearchInputSelector.dropdown div ul li{ padding:1px 3px; color:#000; line-height:1; cursor:default; user-select:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; }
.jsSearchInputSelector.dropdown div ul li.selected{ color:#fff; background-color:#aaa; }
.jsSearchInputSelector.dropdown div ul li:hover{ color:#fff; background-color:#1e90ff; }

/* -----スマホ----- */

/* base */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333 !important;
    margin: 0 auto;
}
.size_font{
    font-size:12px !important;
}
p,
.ec-borderedDefs p {
    line-height: 1.8;
}

ul,
ol {
    margin: 12px 0 18px;
}

li {
    line-height: 1.8;
}

sub {
    top: -0.5em !important;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.slide-item,
.slick-slide {
    outline: none;
}

.ec-orderRole {
    color: #333 !important;
}

.ec-role,
.ec-registerRole,
.ec-contactRole {
    color: #333 !important;
}

.ec-layoutRole {
    overflow: hidden;
}
.ec-cartNaviWrap{
    padding:15px;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: inherit;
}

.ec-borderedDefs dd {
    line-height: 1.8;
}

.ec-headerTitle img {
    min-width: 100px;
    max-width: 200px;
    padding: 0px 0px 0px 26px;
}

.ec-footerRole .ec-footerRole__inner img {
    max-width: 200px;
}

.ec-content-wrap .h2_page,
.h2_entry {
    margin-bottom: 28px;
}

.h2_page::after,
.h2_entry::after {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 2px solid #eb3341;
    margin-top: 10px;
}

.annotation {
    color: #eb3341;
    font-size: 80%;
    margin-top: 8px;
}

.table {
    color: #333 !important;
}

.table,
.table-responsive {
    margin: 0 0 16px 0;
}

table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

th,
td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.table-responsive table {
    width: 100%;
}

.table-responsive {
    border: none;
}

.table-responsive table tr th {
    display: block;
    width: 100%;
}

.table-responsive table tr td {
    display: block;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.color-red {
    color: #eb3341;
}

.main-content-wrap {
    margin-bottom: 60px;
}

.sub-content-wrap {
    margin-bottom: 30px;
}

.sub-content-inner {
    margin-bottom: 20px;
}

.ec-pageHeader h1 {
    font-size: 28px;
    margin: 10px 0 30px;
}

.ec-content-wrap h2,
.h2_entry {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 18px;
}

.ec-content-wrap h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 16px;
    background: #F5F5F5;
    border-left: 5px solid #eb3341;
    margin-bottom: 16px;
}

.ec-content-wrap h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

/* calendar */
.apg_sc_table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    margin: 0 auto 0 0;
    max-width: 250px !important;
    float: none;
}

.apg_sc_table th,
.apg_sc_table td {
    border: 1px solid #ccc;
    padding: 8px 6px;
}

.apg_sc_table thead th {
    padding: 8px 6px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background: #efefef;
}

.apg_sc_table tbody th {
    background: #efefef;
    line-height: 1;
    text-align: center;
}

.apg_sc_table td {
    vertical-align: top;
    text-align: center;
    background-color: #fff;
}

.apg_sc_table .apg_sc_holiday {
    background: #ECC6C7 !important;
}

.apg_sc_table .apg_sc_saturday {
    /*    background: #BDE2E8;*/
}

.apg_sc_table .apg_sc_sunday,
.apg_sc_table .apg_sc_sunday {
    /*    background: #ECC6C7;*/
}

.calendarThis {
    margin-bottom: 16px;
}

/* top */
.slick-slide img {
    min-height: 200px;
    object-fit: cover;
    object-position: right;
}

#page_homepage .slick-slider {
    margin-bottom: 0;
}

#page_homepage #panel2 .flow{
    justify-content:center;
}

#page_homepage #panel2 .ec-headerNav__item {
    background: #eee;
}

#page_homepage #panel2 .beginner_text {
    color: #000;
    font-size: 14px;
}

#page_homepage #panel2 ul {
    list-style: none;
    padding: 0;
}

#page_homepage #panel2 a:hover {
    text-decoration: none;
}

#page_homepage #panel2 .ec-headerNav__itemIcon {
    color: #333;
    font-size: 36px;
    display: block;
    margin: 0 auto;
    background: #fff;
    height: 90px;
    width: 95px;
    padding: 25px 20px;
    border-radius: 125px;
}

#page_homepage .slick-slider {
    margin-bottom: 0;
}

#page_homepage .slick-dots {
    left: 45%;
    bottom: 0;
}

#page_homepage .ec-newsRole {
    padding: 0;
}

#page_homepage .ec-secHeading .ec-secHeading__ja {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    vertical-align: baseline;
}

#page_homepage .ec-secHeading .ec-secHeading__ja::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    background-color: #c12437;
    width: 1px;
    height: 1.5vw;
    margin-left: .9375vw;
    margin-right: .9375vw;
}

#page_homepage .ec-secHeading__en {
    display: inline-block;
    color: #E60012;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .03em;
    vertical-align: text-top;
    padding-top: 6px;
}

#page_homepage .ec-eyecatchRole__introEnTitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    color: #E60012;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .03em;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
    display: none;
}

.ec-headerNaviRole {
    position: relative;
    padding-top: 0;
    padding-left: 0;
}

.ec-headerNaviRole__menu {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.ec-sliderRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}

#page_homepage .ec-eyecatchRole .ec-eyecatchRole__intro {
    color: #333;
}

#page_homepage .ec-newItemRole .ec-newItemRole__listItemTitle {
    font-weight: 500;
    color: #333;
}

#page_homepage .ec-secHeading--tandem {
    text-align: center;
    margin-top: 0;
}

#page_homepage .ec-inlineBtn--top {
    font-weight: 500;
}

.ec-topicRole {
    margin-bottom: 30px;
}

.ec-eyecatchRole .ec-eyecatchRole__image {
    margin-top: 45px;
}

.ec-topicRole__listItem .ec-topicRole__img {
    position: relative;
}

.ec-topicRole__listItem .ec-topicRole__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}

.ec-topicRole__listItem {
    position: relative;
}

.ec-topicRole__listItem .ec-topicRole__listItemTitle {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
}

.ec-topicRole__listItem .ec-topicRole__btn {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Montserrat", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: .03em;
    padding: 6px 12px;
    background: #23527c;
    z-index: 1;
    transition: .6s;
}

.ec-topicRole__listItem .ec-topicRole__btn:hover {
    text-decoration: none;
    background: #2c679b;
}

.ec-menwomenRole__list {
    margin-bottom: 40px;
}

.ec-menwomenRole .text_inner {
    padding: 12px 8px;
}

.ec-menwomenRole .catch {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.ec-menwomenRole .btn {
    color: #FFF;
    padding: 8px 14px;
    transition: .6s;
    border-radius: 0;
}

.ec-menwomenRole .btn_men {
    background: #3525C2;
}

.ec-menwomenRole .btn_men:hover {
    background: #4530FF;
}

.ec-menwomenRole .btn_women {
    background: #C2257B;
}

.ec-menwomenRole .btn_women:hover {
    background: #FF30A2;
}

/* footer */
.ec-calendar_wrap {
    margin: 50px 0;
}

.ec-footerRole {
    background: #282828;
    border-top: none;
    padding-top: 40px;
}

.ec-footerNavi_wrap {
    max-width: 850px;
    margin: 0 auto;
}

.footerNavi .h3_footer {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.ec-footerNavi {
    margin: 0 !important;
}

/*
.ec-footerNavi-sub {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;
}
*/

.ec-footerNavi .ec-footerNavi__link {
    line-height: 1;
}

.ec-footerNavi .ec-footerNavi__link a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.ec-footerNavi .ec-footerNavi__link a:hover {
    text-decoration: underline;
    opacity: 1;
}

.ec-footerTitle__copyright {
    color: #fff !important;
    font-size: 10px;
    padding-bottom: 10px;
}

/* 商品一覧ページ */
.ec-topicpath .ec-topicpath__item--active {
    font-weight: normal;
}

#page_product_list .ec-btn_wrap,
#page_product_list .ec-btn_category {
    display: inline-block;
    float: right;
}

#page_product_list .ec-btn_category {
    margin-right: 8px;
}

#page_product_list .ec-btn_wrap ol {
    margin: 0;
    padding: 0;
}

#page_product_list .ec-btn_wrap .ec-btn {
    display: inline-block;
}

#page_product_list .annotation {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 60px;
}

#page_product_list .ec-productRole__actions {
    margin-top: 8px;
}

#page_product_list .ec-select select {
    max-width: 100%;
    font-size: 12px;
    padding: 2px 4px;
}

#page_product_list .ec-numberInput span {
    font-size: 12px;
}

#page_product_list .ec-numberInput input[type='number'] {
    font-size: 12px;
    padding: 2px 4px;
    height: 34px;
}

#page_product_list select[name="disp_number"] {
    display: none;
}

/* 商品詳細ページ */
#page_product_detail .label_size,
#page_product_detail .ec-numberInput span {
    display: inline-block;
    min-width: 120px;
}

.ec-productDescription {
    line-height: 1.8;
    margin-bottom: 40px;
}

.ec-orderConfirm {
    margin-bottom: 40px;
}

.ec-orderAccount {
    margin-bottom: 0;
}

.ec-orderPayment {
    margin-bottom: 16px;
}

.btn_product_list {
    text-align: center;
}

.btn_product_list a {
    color: #FFF;
    background: #525263;
}

.btn_product_list a:hover {
    background: #3B3B47;
    text-decoration: none;
}

/* 注文内容確認ページ */
.shopping_confirm_annotation {
    margin-bottom: 24px;
    padding: 16px 24px;
    border: 3px solid #eb3341;
}

.shopping_confirm_annotation .annotation {
    font-size: 120%;
    font-weight: 500;
   line-height: 1.4;
}

/* 会員登録フォーム */
#entry_size_chest,
#entry_size_bodyLength,
#entry_size_weight,
#entry_size_shoulderWidth,
#entry_size_sleeveLength,
#entry_school_class,
#entry_size_waist,
#entry_size_hips,
#entry_size_inseam {
    max-width: 10em;
}

.ec-label {
    font-weight: 500;
}

#page_entry .ec-telInput input {
    margin-bottom: 8px;
}

#page_entry .annotation {
    margin: 8px 0;
}

#page_entry .ec-pageHeader h1 {
    border: none;
    border-bottom: 1px solid #ccc;
}

#page_entry .ec-borderedDefs {
    border-top: none;
}

#page_entry .physical_caution_wrap {
    margin-bottom: 50px;
}

.basic_wrap,
.school_wrap {
    margin-bottom: 70px;
}

/* マイページ */
#page_mypage_change .ec-borderedDefs {
    border-top: none;
}

/* ご注文手続き画面 */
#shopping_order_size_bodyLength,
#shopping_order_size_shoulderWidth,
#shopping_order_size_sleeveLength,
#shopping_order_size_chest,
#shopping_order_size_waist,
#shopping_order_size_hips,
#shopping_order_size_weight,
#shopping_order_size_inseam {
    max-width: 10em;
}

/* ご注文内容のご確認 */
#page_shopping_confirm .ec-blockRadio {
    margin-bottom: 20px;
}

.physical_status_wrap {
    margin-bottom: 50px;
}

.physical_status_wrap .ec-borderedDefs {
    margin-top: 30px;
}

.ec-orderDelivery__edit {
    display: none;
}

.ec-orderDelivery .ec-orderDelivery__address {
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
}

/* 会社概要 */
.page-about .ec-content-inner01 .main-content-wrap {
    margin-bottom: 100px;
}

.page-about .shop-wrap {
    margin-top: 40px;
}

.page-about .dt-shop-title {
    font-size: 110%;
    border-bottom: 1px solid #C12437;
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.page-about .shop-inner {
    margin-bottom: 40px;
}

.page-about .shop-inner .dl-shop dd {
    line-height: 1.6;
}

.page-about img {
    max-width: 500px !important;
}

/* 会員登録確認 */
.registration_page .confirm_message_wrap {
    margin-bottom: 60px;
}

/* 学生服のサイズ */
.ec-content-wrap .ec-content-inner02 table,
.ec-content-wrap .ec-content-inner03 table {
    width: 100%;
}

.ec-content-wrap .men {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    min-height: 40px;
    margin: 40px 0 12px;
    padding: 12px;
    color: #fff;
    border: none;
    background-color: #00a6e4;
}

.ec-content-wrap .women {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    min-height: 40px;
    margin: 40px 0 12px;
    padding: 12px;
    color: #fff;
    border: none;
    background-color: #eb3341;
}

.page-choose-size .ec-content-inner {
    margin-bottom: 100px;
}

.page-choose-size .ec-content-inner02 .sub-content-inner,
.page-choose-size .ec-content-inner03 .sub-content-inner {
    margin-bottom: 60px;
}

body .ec-role {
    max-width: inherit;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
    width: 300px;
}

.ec-cartNaviWrap {
    position: relative;
    font-size: 20px;
}

body.front_page .ec-headerNaviRole {
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
}

.ec-footerRole {
    background: #E60012;
}

.tab_wrap {
    width: 100%px;
    margin: 10px auto;
}

#page_homepage input[type="radio"] {
    display: none;
}

.tab_area {
    font-size: 0;
    margin: 50px 10px;
}

.tab_area label {
    width: calc(50% - 10px);
    margin: 0 5px;
    display: inline-block;
    padding: 12px 0;
    color: #999;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.tab_area label:hover {
    opacity: 0.5;
}

.tab_panel {
    width: 100%;
    padding: 10px 0;
    display: none;
}

.tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
    background: #fff;
    color: #000;
}

#tab1:checked ~ .panel_area #panel1 {
    display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    color: #000;
}

#tab2:checked ~ .panel_area #panel2 {
    display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
    background: #fff;
    color: #000;
}

#tab3:checked ~ .panel_area #panel3 {
    display: block;
}

.ec-cartNaviIsset , .ec-cartNaviNull {
    background: #FFF !important;
}

.ec-cartNaviIsset__cartContentTitle {
    font-size: 14px;
}

.ec-cartNaviIsset__cartContentPrice {
    line-height: 1;
}


body .ec-headerNaviRole .ec-headerNaviRole__left {
    width: inherit;
    display: block;
    text-align: right;
}

.login_wrap {
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #EEE;
    border-bottom: none;
}

.login_wrap span {
    display: inline-block;
    color: #000;
    font-size: 10px;
    letter-spacing: .08em;
}

.login_wrap .customer_name {
    margin: 0 12px;
}

.ec-headerNav .ec-headerNav__itemIcon {
    display: block;
    margin: 0px auto;
}

.ec-headerNav .ec-headerNav__item {
    margin-left: 0;
    display: inline-block;
    font-size: 28px;
    display: table-cell;
    text-align: center;
    background: #fff;
    padding: 15px;
}

.ec-headerNav {
    text-align: right;
    display: table;
    background:#ffffff;
}

.ec-headerNaviRole ul {
    margin-left: auto;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: inherit;
    display: table;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
    display: table-cell;
}

.ec-headerRole__cart {
    display: table-cell;
}

.ec-cartNavi {
    background: none;
    padding: 0px;
    border-radius: 0px;
    height: inherit;
    min-width: inherit;
    height: auto;
    display: block;
    text-align: center;
}

.ec-cartNavi i {
    display: block;
}

.ec-layoutRole .ec-layoutRole__contents {
   padding: 0 48px;
}

.flow {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.flow li {
    width: 25%;
    text-align: center;
    list-style: none;
    position: relative;
    padding: 15px;
}

.flow li:after {
    content: "▲";
    color: rgba(224, 133, 52, 0.9);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2%;
    transform: rotate(90deg);
    margin: -18px 0 0;
}

.flow li:last-child:after {
    display: none;
}

.flow li dl {
    padding: 15px 5px;
    border-radius: 15px;
    background: rgba(224, 133, 52, 0.9);
    margin: 5px;
    color: #fff;
}

.flow li dl dt {
    height: 70px;
    padding: 0px;
    font-weight: 500;
    line-height: 2.0rem;
}

.flow li dl dd {
    padding-top: 10px;
}

.flow li dl dt span {
    font-size: 120%;
}

.flow li .icon {
    background: #fff;
    height: 90px;
    width: 105px;
    width: 95px;
    padding: 25px 20px;
    border-radius: 125px;
}

.flow li a {
    display: block;
}

.flow li a:hover {
    display: block;
    text-decoration: none;
}

.flow li .list02 {
    background: #e76d26
}

.flow li .list03 {
    background: #f5531c
}

.flow li .list04 {
    background: #e50012
}

.ec-role .flow {
    margin: 0px -15px;
}

.detail a.btn {
    display: block;
    width: 245px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: auto;
    border: 1px solid #E60012;
    background: #E60012;
    color: #fff;
    margin: 30px auto;
}

#page_homepage .ec-eyecatchRole__introEnTitle {
    font-size: 50px;
    line-height: 0.1rem;
    margin-bottom: 20px;
}

.ec-eyecatchRole__introTitle {
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 32px;
}

.ec-sliderRole {
    position: relative;
}

.main_literal {
    position: absolute;
    left: 20px;
    z-index: 9;
    top: 200px;
}

.in {
    background: #F7F1E3;
    border-radius: 25px;
    padding: 28px 500px;
    margin: 0 -500px;
}

.page-howtobuy .flow li:after {
    content: "";
}

.page-howtobuy .table-responsive th {
    min-width: 180px;
}

.ec-cartNaviNull , .ec-cartNaviIsset {
    min-width: 200px;
}

/* -----スマホのみ----- */
@media only screen and (max-width: 544px) {

    /* base */
    #page_homepage .ec-secHeading .ec-secHeading__ja::after {
        display: none;
    }
    .ec-headerTitle img{
        margin-left:30px;
    }
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
    .ec-layoutRole .ec-layoutRole__contents {
        padding: 0 15px;
    }
    .ec-role{
        padding:0px;
    }
    .ec-cartRole{
        padding:0px 10px;
    }
    /* top */
    .ec-headerNav .ec-headerNav__item {
        padding: 8px 10px;
    }

    .main_literal {
        position: static;
    }

    #page_homepage .ec-eyecatchRole__introEnTitle {
        display: none;
    }

    .ec-eyecatchRole__intro {
        padding: 0 16px 16px 16px;
    }

    .ec-eyecatchRole__introTitle {
        font-size: 20px;
        margin-top: 18px;
    }

    .in {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .tab_area {
        margin: 24px 0 0;
    }

    .tab1_label,
    .tab2_label {
        font-size: 14px;
    }

    .flow li dl dt span {
        font-size: 100%;
    }

    .flow li:after {
        display: none;
    }

    .ec-topicRole {
        margin-bottom: 50px;
    }

    .ec-newsRole .ec-newsRole__newsCloseBtn {
        background: none;
    }


    .ec-footerTitle__logo {
        margin: 36px 0 18px;
    }

    .ec-footerRole .ec-footerRole__inner img {
        max-width: 100px;
    }

}

/* -----タブレットのみ----- */
@media only screen and (min-width: 545px) and (max-width: 768px) {
    
    th , td , .apg_sc_table td {
        padding: 4px;
    }
    
    .main_literal {
        position: static;
        margin-top: 40px;
    }
    
    .ec-eyecatchRole__intro {
        padding: 0 16px 16px 16px;
    }
}

/* -----タブレット,PC----- */
@media only screen and (min-width: 768px) {

    /* base */
    .ec-pageHeader h1 {
        font-size: 28px;
        margin: 10px 0 60px;
    }

    .table-responsive table tr th {
        display: table-cell;
        width: 20%;
    }

    .table-responsive table tr td {
        display: table-cell;
        width: 80%;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    /* top */
    .ec-blockTopBtn {
        right: 0;
        bottom: 0;
        background: #000;
        width: 60px;
        height: 50px;
        padding: 12px;
    }

    .login_wrap span {
        font-size: 14px;
    }

    .fa-angle-up {
        font-size: 2em;
    }

    /* footer */
    .ec-footerRole {
        margin-top: 8px !important;
    }

    .ec-footerNavi .ec-footerNavi__link {
        display: list-item;
        text-align: left;
    }

    .ec-footerNavi .ec-footerNavi__link:first-child a {
        margin: 0;
    }

    /* news */
    .ec-newsRole .ec-newsRole__news {
        border: none;
        padding: 20px 16px;
    }

    .ec-newsRole .ec-newsRole__newsTitle {
        display: inline-block;
        margin-bottom: 10px;
        width: 90%;
        font-size: 14px;
        font-weight: normal;
        color: #333;
        line-height: 1.6;
    }

    .ec-newsRole .ec-newsRole__newsDescription {
        margin: 6px 0 0 !important;
        color: #333;
        font-size: 12px;
    }

    .ec-newsRole .ec-newsRole__newsCloseBtn {
        display: inline-block;
        margin-left: auto;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        color: black;
        text-align: center;
        background: none;
        cursor: pointer;
        position: absolute;
        right: 5px;
    }

    /* catch */
    .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 2;
    }

    /* product */
    .ec-newItemRole__wrap {
        margin-top: 40px;
    }

    .ec-newItemRole .ec-newItemRole__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ec-newItemRole .ec-newItemRole__listItemTitle {
        margin: 6px 0 60px;
    }

    .ec-newItemRole__item {
        padding: 0 30px;
    }

    /* contact */
    .ec-off3Grid .ec-off3Grid__cell {
        width: auto;
        margin: 0 auto;
    }

    /* calendar */
    .apg_sc_table {
        font-size: 11px;
        border-collapse: collapse;
        border-spacing: 0;
        line-height: 1.5;
        table-layout: fixed;
        width: 100%;
        max-width: 100%;
    }

    /* サイドバー */
    .side {
        background: #F8F8F8;
        margin-right: 24px;
        height: 100%;
    }

    .side hr {
        width: 100%;
        height: 8px;
        background-color: #FFF;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
    }

    .side ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .side li {
        font-size: 11px;
        line-height: 2.2em;
    }

    .side li a {
        color: #333;
    }

    .side li a:hover {
        text-decoration: none;
        opacity: .8;
    }

    .side .side_content_wrap {
        margin: 0;
        padding: 20px 15px;
    }

    .side .caution {
        font-size: 12px;
    }

    .side_title {
        margin-bottom: 5px;
    }

    .side_title span {
        display: block;
        color: #333;
    }

    .side_title .side_title_en {
        font-family: "Montserrat", Roboto, sans-serif;
        font-weight: 500;
        color: #C12437;
        font-size: 8px;
        margin-bottom: 3px;
    }

    .side_title .side_title_ja {
        font-size: 14px;
        font-weight: 500;
    }

    .side .side_inner {
        padding-left: 8px;
    }

    .side .side_information .side_inner {
        padding: 12px 0 12px 8px;
        border-bottom: 1px solid #E2E2E2;
    }

    .side .side_information .shop_title {
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 400;
        text-decoration: underline;
    }

    .side .side_information p.caution {
        margin-top: 12px;
    }

    /* ご注文手続き画面 */
    #page_shopping .ec-borderedDefs dt,
    #page_shopping_confirm .ec-borderedDefs dt {
        width: 50%;
    }

    /* 会員登録フォーム */
    .basic_wrap,
    .school_wrap {
        margin-bottom: 100px;
    }

    .ec-borderedDefs dt {
        width: 40%;
    }
    
    .page-howtobuy .table-responsive th {
        min-width: 250px;
    }
    
    /* 商品一覧 */
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 20% !important;
    }
}

/* -----iPadPro----- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ec-sliderRole {
        margin-bottom: 200px;
    }

    .ec-headerNav .ec-headerNav__item {
        padding: 8px 12px;
    }

    .apg_sc_table th,
    .apg_sc_table td {
        padding: 5px
    }

    #page_user_data .flow li:after {
        display: none;
    }
}

.ec-shelfGrid .ec-shelfGrid__item-image{
    height:150px;
}
.ec-borderedDefs dl.visible-none{
    display:none;
}
.ec-borderedDefs dl.select-people-school{
    display:none;
}

.ec-borderedDefs dl.select-people-school.visible{
    display:flex;
}