@charset "UTF-8";@-webkit-keyframes load4{0%,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@keyframes load4{0%,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loadingAnimation{color:#333;font-size:1rem;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-animation:load4 1.3s infinite linear;animation:load4 1.3s infinite linear;-webkit-transform:translateZ(0);transform:translateZ(0)}.favorite_list{max-width:1400px;margin:auto;display:-webkit-box;display:flex;flex-wrap:wrap}.favorite_list_item{width:calc((100% - 64px)/ 5);margin-bottom:24px;position:relative;-webkit-transition:all .3s;transition:all .3s}.favorite_list_item:not(:nth-child(5n+1)){margin-left:16px}.favorite_list_item:hover{opacity:.7}@media (max-width:559px){.favorite_list_item{width:calc((100% - 32px)/ 3)}.favorite_list_item:not(:nth-child(5n+1)){margin-left:0}.favorite_list_item:not(:nth-child(3n+1)){margin-left:16px}}.favorite_list_item_delete{display:block;font-size:20px;position:absolute;top:8px;right:16px;z-index:calc(50 + 1);line-height:1}@media (max-width:559px){.favorite_list_item_delete{right:8px}}.favorite_list_item_link_image{width:100%;display:block;overflow:hidden;position:relative}.favorite_list_item_link_image::after{content:'';display:block;padding-top:100%}.favorite_list_item_link_image_picture{width:100%;height:100%;object-fit:contain;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.favorite_list_item_container{margin-top:8px}.favorite_list_item_team{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history_list_item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:80px;flex-wrap:wrap}@media (max-width:559px){.history_list_item{margin-bottom:32px}}.history_list_item_alert{color:#a00;font-size:1.1rem;display:none}@media (max-width:559px){.history_list_item_alert{display:block;margin-bottom:8px}}.history_list_item_header{width:30%;border-right:1px solid #ccc;padding-right:32px}@media (max-width:559px){.history_list_item_header{width:100%;border:0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:end;align-items:flex-end;border-bottom:1px solid #ccc;padding:0 0 16px;margin-bottom:24px}}.history_list_item_body_list-payment .history_list_item_body_list_item,.history_list_item_header_info_item,.history_section_list_item{display:-webkit-box;display:flex}.history_list_item_body_list-payment .history_list_item_body_list_item:not(:last-child),.history_list_item_header_info_item:not(:last-child),.history_section_list_item:not(:last-child){margin-bottom:24px}@media (max-width:559px){.history_list_item_body_list-payment .history_list_item_body_list_item:not(:last-child),.history_list_item_header_info_item:not(:last-child),.history_section_list_item:not(:last-child){margin-bottom:8px}}.history_list_item_header_info_item_team::after{content:':'}.history_list_item_header_buttonArea{margin-top:48px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (max-width:559px){.history_list_item_header_buttonArea{margin-top:0}}.history_list_item_header_buttonArea_button{width:128px}.history_list_item_header_buttonArea_button,.history_list_item_header_buttonArea_button-reorder{display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:4px;background-color:#fff;border:1px solid #111;border-radius:0;color:#111;letter-spacing:.1em;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;position:relative;margin:0 auto}.history_list_item_header_buttonArea_button-reorder:hover,.history_list_item_header_buttonArea_button:hover{background-color:rgba(255,255,255,.7);color:#111}.history_list_item_header_buttonArea_button-reorder[disabled],.history_list_item_header_buttonArea_button[disabled]{background-color:#ccc}.history_list_item_header_buttonArea_button-reorder[disabled]:hover,.history_list_item_header_buttonArea_button[disabled]:hover{background-color:#ccc;cursor:default}.history_list_item_header_buttonArea_button-reorder:hover,.history_list_item_header_buttonArea_button:hover{opacity:.7}@media (max-width:559px){.history_list_item_header_buttonArea_button,.history_list_item_header_buttonArea_button-reorder{width:96px}}.history_list_item_header_buttonArea_button-reorder{width:100%}@media (max-width:559px){.history_list_item_header_buttonArea_button-reorder{width:96px}}.history_list_item_header_buttonArea_alert{color:#a00;font-size:1.1rem;margin-bottom:8px}@media (max-width:559px){.history_list_item_header_buttonArea_alert{display:none}}.history_list_item_body{width:70%;padding-left:32px}@media (max-width:559px){.history_list_item_body{width:100%;padding:0}}.history_list_item_body_product{display:-webkit-box;display:flex;flex-wrap:wrap}.history_list_item_body_product_item{width:calc((100% - 48px)/ 4);margin-bottom:24px;-webkit-transition:all .3s;transition:all .3s}.history_list_item_body_product_item:not(:nth-child(4n+1)){margin-left:16px}.history_list_item_body_product_item:hover{opacity:.7}@media (max-width:559px){.history_list_item_body_product_item{width:calc((100% - 32px)/ 3)}.history_list_item_body_product_item:not(:nth-child(4n+1)){margin-left:0}.history_list_item_body_product_item:not(:nth-child(3n+1)){margin-left:16px}}.history_list_item_body_product_item_link_image{display:block;overflow:hidden;position:relative}.history_list_item_body_product_item_link_image::after{content:'';display:block;padding-top:100%}.history_list_item_body_product_item_link_image_picture{width:100%;height:100%;object-fit:cover;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.history_list_item_body_product_item_container{margin-top:8px}.history_list_item_body_product_item_team{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history_list_item_body_product_item_small{font-size:1rem}.history_list_item_body_product_item_type{margin-top:8px}.history_list_item_body_list-payment{margin-top:40px}@media (max-width:559px){.history_list_item_body_list-payment{margin-top:24px;padding:0}}.history_list_item_body_list-payment .history_list_item_body_list_item{-webkit-box-pack:justify;justify-content:space-between}.history_list_item_body_list-payment .history_list_item_body_list_item_team{width:calc(60% - 16px)}.history_list_item_body_list-payment .history_list_item_body_list_item_description{width:40%;text-align:right}.history_list_item_body_list-payment .history_list_item_body_list_item_description_em{font-size:1.6rem}.history_section{margin-bottom:96px}@media (max-width:559px){.history_section{margin-bottom:64px}}.history_section .mypage_section_title{margin-bottom:40px}@media (max-width:559px){.history_section .mypage_section_title{margin-bottom:24px}}.history_section-multiple:not(:last-child){margin-bottom:80px}@media (max-width:559px){.history_section-multiple:not(:last-child){margin-bottom:40px}}.history_section-multiple .history_list_item{margin-top:40px}@media (max-width:559px){.history_section-multiple .history_list_item{margin-top:24px}}.history_section_list_item{-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.history_section_list_item_team{width:30%}@media (max-width:559px){.history_section_list_item_team{width:100%;font-size:1.1rem}}.history_section_list_item_description{width:calc(70% - 32px);font-size:1.4rem}@media (max-width:559px){.history_section_list_item_description{width:100%;font-size:1.2rem}}.history_section_list_item_textLink{-webkit-transition:all .3s;transition:all .3s}.history_section_list_item_textLink:hover{opacity:.7;cursor:pointer}.history_section .history_list_item{margin-bottom:0}.history_section .history_list_item_header{padding-left:0}.mypage{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap;margin-bottom:120px}@media (max-width:1023px){.mypage{margin-bottom:96px}}.mypage_navi{width:25%;padding:32px;background-color:rgba(229,229,229,.4)}@media (max-width:1023px){.mypage_navi{width:100%;padding:0;background-color:#fff}}.mypage_navi_wrap{position:-webkit-sticky;position:sticky;top:112px;left:0}@media (max-width:1023px){.mypage_navi_wrap{position:relative;top:0;left:0}}.mypage_navi_info{border-bottom:1px solid #ccc;margin-bottom:32px}@media (max-width:1023px){.mypage_navi_info{margin-bottom:0}}.mypage_navi_info_point{text-align:left;padding-bottom:24px}@media (max-width:1023px){.mypage_navi_info_point{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;border-top:1px solid #e5e5e5;padding:16px}}@media (max-width:559px){.mypage_navi_info_point{padding:4px 16px}}.mypage_navi_info_point_caption{margin-bottom:24px;font-size:1.4rem}@media (max-width:1023px){.mypage_navi_info_point_caption{margin-bottom:0;width:50%}.mypage_navi_info_point_container{width:50%}}.mypage_navi_info_point_container_text{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:baseline;align-items:baseline;font-size:1.8rem;line-height:1}@media (max-width:1023px){.mypage_navi_info_point_container_text{font-size:1.1rem;-webkit-box-pack:end;justify-content:flex-end}}.mypage_navi_info_point_container_text_em{font-size:3.6rem}@media (max-width:1023px){.mypage_navi_info_point_container_text_em{font-size:1.4rem}}.mypage_navi_info_point_container_text_alert{color:#a00}.mypage_navi_info_point_date{text-align:right;margin-top:16px;line-height:1}@media (max-width:1023px){.mypage_navi_info_point_date{width:100%;margin-top:8px}}@media (max-width:559px){.mypage_navi_info_point_date{margin-top:4px}}.mypage_navi_trigger{display:none}@media (max-width:1023px){.mypage_navi_trigger{display:block;padding:12px 16px;text-align:center;position:relative;border-bottom:1px solid #ccc}.mypage_navi_trigger .fa-chevron-down{position:absolute;right:16px;top:calc(50% - 8px);-webkit-transition:all .3s;transition:all .3s}.mypage_navi_trigger.accordion-active .fa-chevron-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media (max-width:559px){.mypage_navi_trigger{padding:8px 16px}}@media (max-width:1023px){.mypage_navi_accordion{display:none;position:absolute;width:100%;background:#fff;z-index:1;left:0;top:calc(100% - 1px);border-bottom:1px solid #ccc}.mypage_navi_menu{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;flex-wrap:wrap}}.mypage_navi_menu_item{margin-bottom:32px}@media (max-width:1023px){.mypage_navi_menu_item{width:50%;margin:0}.mypage_navi_menu_item_container{display:block;padding:16px 8px;line-height:1;text-align:center;width:100%}}.mypage_navi_menu_item_title{font-size:1.4rem;font-weight:400}@media (max-width:559px){.mypage_navi_menu_item_title{font-size:1.2rem}}.mypage_section{width:calc(75% - 32px)}@media (max-width:1023px){.mypage_section{width:100%;padding:0 16px;margin-top:48px}}.mypage_section_title{margin-bottom:56px}@media (max-width:559px){.mypage_section_title{margin-bottom:48px}}.mypage_section_title_heading{font-size:1.6rem;font-weight:400}.mypage_section-refusal{width:100%}@media (max-width:1023px){.mypage_section-refusal{padding:0 16px}}.mypage_section .fieldset_body_autozip{margin-top:8px}@media (max-width:1023px){.mypage_section .fieldset_body_autozip{margin-top:16px}}.mypage-index .mypage_section_title{text-align:center}.mypage-index_navi_info{width:100%;border:1px solid #e5e5e5;max-width:320px;margin:0 auto 112px}@media (max-width:559px){.mypage-index_navi_info{width:74.6%;margin:0 auto 48px}}.mypage-index_navi_info_point{text-align:center;padding:32px 16px}.mypage-index_navi_info_point_container{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:baseline;align-items:baseline}.mypage-index_navi_info_point_container_text{display:block;margin-left:20px;font-size:1.4rem}.mypage-index_navi_info_point_container_text_em{font-size:2.4rem}@media (max-width:559px){.mypage-index_navi_info_point_container_text_em{font-size:2rem}}.mypage-index_navi_info_point_date{text-align:center;margin-top:8px}.mypage-index_navi_menu{width:100%;max-width:768px;margin:0 auto 120px}@media (max-width:1023px){.mypage-index_navi_menu{padding:0 32px}}@media (max-width:559px){.mypage-index_navi_menu{padding:0 16px;margin:0 auto 80px}}.mypage-index_navi_menu_item{border-bottom:1px solid #cdcdcd}.mypage-index_navi_menu_item_container{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;width:100%;text-align:left;padding:32px 0}@media (max-width:559px){.mypage-index_navi_menu_item_container{flex-wrap:wrap;padding:16px 0}}.mypage-index_navi_menu_item_container::after{content:'\003e';display:inline-block;font-family:"Font Awesome 5 Free"}@media (max-width:559px){.mypage-index_navi_menu_item_container::after{-webkit-box-ordinal-group:3;order:2}}.mypage-index_navi_menu_item_title{width:30%;font-size:1.6rem;font-weight:400}@media (max-width:559px){.mypage-index_navi_menu_item_title{-webkit-box-ordinal-group:2;order:1;width:80%;font-size:1.4rem}}.mypage-index_navi_menu_item_description{width:70%;padding-right:16px}@media (max-width:559px){.mypage-index_navi_menu_item_description{width:100%;padding-right:0;-webkit-box-ordinal-group:4;order:3;margin-top:8px}}.mypage_list_navigation{margin-bottom:48px}.mypage_list_navigation_text{font-size:1.6rem;margin-bottom:8px}.mypage_text,.mypage_text-center{width:100%;margin-bottom:8px}.mypage_text-center{text-align:center}.mypage .addressList_item{width:calc((100% - 32px)/ 3)}.mypage .addressList_item:nth-of-type(3n),.mypage .addressList_item:nth-of-type(3n+2){margin-left:16px}.mypage .addressList_item:nth-of-type(3n+1){margin-left:0}@media (max-width:559px){.mypage .addressList_item{width:100%}.mypage .addressList_item:nth-of-type(3n),.mypage .addressList_item:nth-of-type(3n+2){margin-left:0}}.mypage .addressList_item-add{width:calc((100% - 32px)/ 3)}@media (max-width:559px){.mypage .addressList_item-add{width:100%}}.refusal_container{margin-top:32px}#undercolumn_error .message_area,.buttonArea-refusal{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;max-width:1400px;margin:auto;padding:64px 0}@media (max-width:559px){.buttonArea-refusal{width:100%;padding:32px 0;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}}.message_area{padding:20px 0}.receipt .form{border:1px solid #e5e5e5}.receipt .form td,.receipt .form th{border-bottom:1px solid #e5e5e5;padding:20px;box-sizing:border-box}.receipt .form th{width:30%}#recepit_print_area{width:700px;margin:0 auto;font-size:16px;font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,serif;color:#000;letter-spacing:.16em}.recepit_number span{display:inline-block;border-bottom:1px solid #000;padding:5px 20px;font-size:14px}.recepit_title{text-align:center;font-size:24px;margin:40px 0;letter-spacing:2em}.recepit_data_area{width:600px;margin:0 auto}.recepit_data_area .atena{width:300px;border-bottom:1px solid #000;font-size:20px;padding-bottom:10px}.recepit_data_area .atena p{width:25px}.recepit_data_area .atena p.name{width:250px;text-align:center;font-weight:700}.recepit_data_area dl{width:400px;margin:40px auto 20px;border:1px solid #000;box-sizing:border-box;align-content:center;-webkit-align-content:center}.recepit_data_area dl dd,.recepit_data_area dl dt{padding:25px 10px;box-sizing:border-box}.recepit_data_area dl dt{letter-spacing:1em;width:25%;border-right:1px solid #000;text-align:center}.recepit_data_area dl dd{width:75%;font-size:20px}.ryousyu,.tadashigaki{width:400px;margin:10px auto 20px}.tadashigaki{font-size:14px;border-bottom:1px solid #000;padding-bottom:10px}.ryousyu{font-size:18px}.date_of_issue{font-size:12px;letter-spacing:0}.recepit_data_area .atena,.recepit_data_area .atena p.name,.recepit_data_area dl,.sign_area ul{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;display:-webkit-flex;-webkit-justify-content:space-between}.sign_area ul li{width:70px;border:1px solid #000;text-align:center}.sign_area ul li.vertical{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;font-size:20px;padding:10px;box-sizing:border-box;height:70px;line-height:1.2}.sign_area ul li p{border-bottom:1px solid #000;font-size:10px;letter-spacing:0}@media print{#header_wrap{display:none}#recepit_print_area{font-weight:700}#breadcrumb{display:none}}#undercolumn_error{width:80%;margin:0 auto}#undercolumn_error .message_area{height:240px;margin:32px auto;padding:32px;border:1px solid #ccc}@media (max-width:559px){#undercolumn_error .message_area{width:auto;margin:16px}}