@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  background-color: #c6cfd5;
  color: #00265b;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 10px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

ul, ol {
  list-style-type: none;
}

button {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* サイトヘッダーここから */
.header_wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 64px;
  background-color: #00265b;
}

.header {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
}

.header_ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: .4px;
}

.header_ttl span {
  margin-right: 8px;
  font-size: 3.2rem;
  font-weight: 600;
}

.header_account_lists {
  display: flex;
}

.header_list {
  margin-left: 24px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: .4px;
}

.header_list:first-child {
  margin-right: 32px;
}

.header_list a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.header_logout a {
  position: relative;
  top: 0;
  left: 0;
}

.header_logout a:hover {
  opacity: 1;
}

.header_logout a:hover::after {
  content: 'ログアウト';
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 74px;
  height: 24px;
  padding: 6px;
  background-color: #e41134;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.header_list_icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #fff;
}

.header_list a:hover .header_list_icon path, .header_list a:hover .header_list_icon polygon {
  opacity: .6;
  transition: all 0.1s;
}

/* サイトヘッダーここまで */
/* ヘッダーナビゲーションここから */
.header_nav {
  width: 100%;
  height: 48px;
  background-color: #e41134;
}

.header_nav_lists {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

.header_nav_list {
  color: #fff;
  font-size: 1.4rem;
  line-height: 48px;
  letter-spacing: .4px;
}

.header_nav_list a:hover {
  color: #00265b;
  transition: all .1s;
}

.header_nav_list:nth-child(2) {
  margin-right: 10%;
}

.header_nav_list:nth-child(7) {
  margin-right: 10%;
}

.header_nav_icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.header_nav_icon path, .header_nav_icon polygon {
  fill: #fff;
}

.header_nav_list a:hover .header_nav_icon path, .header_nav_list a:hover .header_nav_icon polygon {
  fill: #00265b;
  transition: all .1s;
}

/* ヘッダーナビゲーションここまで */
/* メインサイドバーラッパーここから */
.main_sidebar_wrapper {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

.sidebar {
  width: 15%;
  padding-top: 120px;
  padding-right: 10px;
}

.maincolumn_wrapper {
  width: 85%;
}

/* メインサイドバーラッパーここまで */
/* サイドバーここから */
.sidebar_link {
  width: 100%;
  margin-bottom: 120px;
}

.sidebar_page_lists li {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 500;
}

.sidebar_page_lists li a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.sidebar_category_lists {
  width: 85%;
  margin-top: 4px;
  margin-left: 10%;
  padding-top: 16px;
  padding-bottom: 2px;
  padding-left: 5%;
  border-left: 1px solid rgba(0, 38, 91, 0.4);
}

.sidebar_category_lists li {
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 300;
}

.sidebar_category_lists li a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* サイドバーここまで */
/* パンくずリストここから */
.breadcrumn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.breadcrumn_lists {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}

.breadcrumn_lists li {
  margin-right: 6px;
}

.breadcrumn_lists li span {
  margin-right: 4px;
  font-size: 1.6rem;
  font-weight: 500;
}

.breadcrumn_lists a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.breadcrumn_lists .top_category_arrow {
  width: 12px;
  padding-bottom: 2px;
}

/* パンくずリストここまで */
/* 並べ替えここから */
.sort {
  position: absolute;
  top: 150px;
  right: 10%;
}

.sort label {
  margin-right: 16px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.sort select {
  outline: none;
  width: 160px;
  padding: 2px;
  font-size: 1.4rem;
}

/* 並べ替えここまで */
/* フッターここから */
.footer {
  width: 100%;
}

.footer_ttl {
  width: 100%;
  height: 40px;
  background-color: #e41134;
}

.footer_menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 40px 10% 48px 10px;
  background-color: #00265b;
}

.footer_menu ul {
  margin-right: 64px;
}

.footer_menu li {
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: .4px;
}

.footer_menu li:hover {
  opacity: .6;
  transition: all 0.1s;
}

.footer_copy {
  width: 100%;
  padding: 16px 0;
  background-color: #c6cfd5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

/* フッターここまで */
/* トップページここから */
/* キービジュアルここから */
.top_kv {
  width: 100%;
  margin-bottom: 120px;
}

.top_kv img {
  width: 100%;
  height: 26vw;
  max-height: 360px;
  object-fit: cover;
  object-position: 50% 56%;
}

/* キービジュアルここまで */
/* 新作セクションここから */
.top_section {
  width: 100%;
  margin-bottom: 120px;
}

.top_section_ttl {
  max-width: 1024px;
  margin: 0 auto 40px;
  color: #00265b;
  font-size: 3.2rem;
  text-align: center;
}

.section_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

.section_list_item {
  width: calc((100% - 20px) / 3);
  margin-bottom: 40px;
}

.section_list_item:hover img {
  background-color: #00265b;
  opacity: .6;
  transition: all 0.1s;
}

.section_list_item:hover .section_list_img {
  background-color: #00265b;
  transition: all .1s;
}

.top_new_section .section_list_item:nth-child(1), .top_new_section .section_list_item:nth-child(2) {
  width: calc(100% / 2);
}

.section_list_img {
  margin-bottom: 8px;
}

.section_list_img img {
  width: 100%;
}

.section_list_ttl {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.new_item {
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-right: 4px;
  background-color: #e41134;
  color: #fff;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: center;
  vertical-align: bottom;
}

.section_list_text {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.top_category_link {
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 40px;
  text-align: end;
}

.top_category_link a {
  font-size: 1.6rem;
  font-weight: 200;
}

.top_category_arrow {
  width: 16px;
  margin-left: 8px;
  fill: #00265b;
  vertical-align: bottom;
}

.top_category_link a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 新作セクションここまで */
/* ランキングセクションここから */
.top_rank_section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #00265b;
  color: #fff;
}

.top_rank_section .top_section_ttl {
  color: #fff;
}

.top_rank_section .section_lists {
  counter-reset: rank;
}

.top_rank_section .section_list_img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_rank_section .section_list_img::before {
  content: counter(rank);
  counter-increment: rank;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 5;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #000;
  color: #e41134;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}

.top_rank_section .top_category_arrow {
  fill: #fff;
}

/* ランキングセクションここまで */
/* ニュースセクションここから */
.top_news_lists {
  max-width: 767px;
  margin: 0 auto;
  padding: 0 10px;
}

.top_news_list {
  width: 100%;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.2);
}

.top_news_list a {
  display: flex;
  padding: 14px 0 16px 4px;
  color: #00265b;
  font-size: 1.6rem;
  font-weight: 300;
}

.top_news_list a:hover {
  background-color: #fff9;
  transition: .1s;
}

.top_news_list h3 {
  margin-left: 40px;
  font-weight: 200;
}

/* ニュースセクションここまで */
/* トップページここまで */
/* ログインページここから */
.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 10px 120px;
}

.login > div {
  width: 48%;
  padding: 40px;
}

.login_form {
  color: #00265b;
}

.login h1 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.login p {
  margin-bottom: 64px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

.login_form {
  background-color: #fff;
}

.login_form_item {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 24px;
}

.login_form_item p {
  margin-bottom: 0;
  color: #e41134;
}

.login_form_item label {
  cursor: text;
}

.login_form_item input {
  width: 100%;
  margin-top: 8px;
  padding: 4px;
  font-size: 1.6rem;
}

.login_form_item #save {
  width: auto;
  margin-top: 0;
}

.login_form_item:nth-last-of-type(2) {
  margin-bottom: 40px;
}

.login_form_submit input {
  display: block;
  width: 60%;
  margin: 0 auto 24px;
  padding: 10px 0;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.login_form_submit input:hover {
  background-color: #555;
  transition: all .1s;
}

.login_form_submit span {
  display: block;
  color: #00265b;
  font-size: 1.2rem;
  text-align: center;
}

.login_form_submit a {
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
}

.login_form_submit a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.login_join_link a {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #e41134;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.login_join_link a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* ログインページここまで */
/* ジョインページここから */
.join {
  width: 100%;
  padding: 80px 10px 120px;
}

.join_form {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #fff;
}

.join_ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.join_form_item {
  width: 100%;
  margin-bottom: 40px;
}

.join_form_item label {
  display: inline-block;
  width: 29%;
  font-size: 1.6rem;
}

.join_form_item label span {
  margin-left: 8px;
  color: #e41134;
  font-size: 1.4rem;
}

.join_form_item input {
  width: 70%;
  padding: 4px;
  font-size: 1.6rem;
}

.join_form_item:nth-of-type(3) {
  position: relative;
  top: 0;
  left: 0;
}

.join_form_item > span {
  display: block;
  position: absolute;
  top: 110%;
  left: 30%;
  color: #e41134;
  font-size: 1.2rem;
}

.join_form_item:nth-of-type(4) {
  margin-bottom: 80px;
}

.join_form .join_form_item > p {
  padding-top: 4px;
  padding-left: 0;
  color: #e41134;
}

.join_form p {
  margin-bottom: 40px;
  padding-left: 80px;
  font-size: 1.4rem;
}

.join_form p a {
  color: #e41134;
}

.join_form p a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.join_form_link {
  display: flex;
  justify-content: center;
}

.join_form_link > a {
  align-self: center;
  margin-right: 80px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
  font-size: 1.4rem;
}

.join_form_link > a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.join_form_submit {
  position: relative;
  top: 0;
  left: 0;
}

.join_form_submit label {
  position: absolute;
  top: 12px;
  right: 4px;
  cursor: pointer;
}

.join_form_submit input {
  padding: 10px 32px;
  background-color: #e41134;
  border: none;
  color: #fff;
  cursor: pointer;
}

.join_form_submit:hover {
  opacity: .6;
  transition: all 0.1s;
}

.join_form_arrow {
  width: 16px;
  fill: #fff;
}

/* ジョインページここまで */
/* ジョインチェックページここから */
.join_form_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

.join_form_data dt {
  width: 40%;
  margin-bottom: 40px;
}

.join_form_data dt span {
  margin-left: 8px;
  color: #e41134;
  font-size: 1.4rem;
}

.join_form_data dd {
  width: 40%;
}

.join_form_submit .join_submit_btn {
  padding: 10px 120px;
}

/* ジョインチェックページここまで */
/* ジョインサンクスページここから */
.thanks {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 80px;
}

.thanks h1 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.thanks p {
  margin-bottom: 80px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.thanks_top_link {
  display: flex;
  justify-content: center;
  width: 100%;
}

.thanks_top_link a {
  margin: 0 16px;
  padding: 2px;
  font-size: 1.4rem;
  border-bottom: 1px solid #00265b;
}

.thanks_top_link a:hover {
  opacity: .6;
  transition: all 0.1s;
}

aside.top_rank_section {
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #c6cfd5;
  color: #00265b;
}

aside.top_rank_section .top_section_ttl {
  color: #00265b;
  font-size: 2.8rem;
}

aside.top_rank_section .top_category_arrow {
  fill: #00265b;
}

/* サンクスページここまで */
/* マイページここから */
.mypage {
  width: 100%;
  margin-bottom: 240px;
  padding-top: 80px;
}

.mypage_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mypage_lists li {
  width: 40%;
  margin-bottom: 40px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

.mypage_lists li a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  background-color: #fff;
}

.mypage_lists li a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.mypage_lists li .header_list_icon {
  position: absolute;
  top: auto;
  right: 10%;
  fill: #00265b;
}

/* マイページここまで */
/* 登録変更ページここから */
.change {
  width: 100%;
  margin-bottom: 240px;
  padding-top: 40px;
}

.change_account, .change_address {
  width: 100%;
  margin-bottom: 40px;
  padding: 80px 40px 32px;
  background-color: #fff;
}

.change_account h2, .change_address h2 {
  margin-bottom: 40px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

.change_account_input, .change_address_input {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 300;
}

.change_account_input dt, .change_address_input dt {
  width: 30%;
  margin-bottom: 40px;
  padding-top: 6px;
}

.change_account_input dt label, .change_address_input dt label {
  width: 100%;
}

.change_account_input dt label span, .change_address_input dt label span {
  color: #e41134;
  font-size: 1.4rem;
  margin-left: 8px;
}

.change_account_input dd, .change_address_input dd {
  width: 70%;
}

.change_account_input dd input, .change_address_input dd input {
  width: 100%;
  padding: 4px;
  font-size: 1.6rem;
}

.change_account_input dd span, .change_address_input dd span {
  display: block;
  margin-top: 4px;
  color: #e41134;
  font-size: 1.2rem;
  font-weight: 200;
}

.change .join_form_submit input {
  width: 320px;
}

/* 登録変更ページここまで */
/* お気に入りページここから */
.favorit {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
}

.favorit > h2 {
  font-size: 2.0rem;
  font-weight: 300;
  text-align: center;
}

.favorit_table {
  width: 100%;
  border-collapse: separate;
}

.favorit_table thead, .favorit_table tfoot {
  background-color: #fff;
}

.favorit_table tr {
  width: 100%;
}

.favorit_table th {
  padding: 16px 0;
  border-right: 1px solid rgba(0, 38, 91, 0.2);
  font-size: 1.6rem;
  font-weight: 600;
}

.favorit_table th:nth-last-of-type(2) {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.favorit_table th:nth-last-of-type(1) {
  border-right: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.favorit td {
  border-bottom: 1px solid rgba(0, 38, 91, 0.2);
}

.favorit tbody tr:nth-last-child(1) td {
  border-bottom: none;
}

.favorit_item {
  display: flex;
  padding: 16px 0;
  border-right: 1px solid rgba(0, 38, 91, 0.2);
}

.favorit_item_img img {
  width: 144px;
}

.favorit_item a:hover img {
  opacity: .6;
  transition: all 0.1s;
}

.favorit_item_name {
  align-self: center;
  margin-left: 8px;
  font-size: 1.6rem;
}

.favorit_item_name h3 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 500;
}

.favorit_item_name h3 a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.favorit_item_name span {
  display: block;
  margin-top: 8px;
  font-weight: 300;
}

.favorit_item_color, .favorit_item_size {
  margin-top: 4px;
}

.favorit_item_color select, .favorit_item_size select {
  width: 112px;
  padding: 2px 4px;
  border: none;
  text-align: center;
}

.favorit_price, .cart_sub {
  padding: 0 8px;
  border-right: 1px solid rgba(0, 38, 91, 0.2);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.favorit_cart {
  padding: 0 8px;
  border-right: 1px solid rgba(0, 38, 91, 0.2);
  vertical-align: middle;
}

.favorit_cart_btn {
  text-align: center;
}

.favorit_cart button {
  padding: 8px 24px;
  background-color: #e41134;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.favorit_cart button:hover {
  background-color: #00265b;
  transition: .1s;
}

.favorit_delete {
  font-size: 2.0rem;
  text-align: center;
  vertical-align: middle;
}

/* お気に入りページここまで */
/* 注文履歴ページここから */
.history {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 40px;
}

.history_group {
  width: 100%;
  margin-bottom: 64px;
}

.history_group:last-child {
  margin-bottom: 0;
}

.history_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
  height: 64px;
  padding: 8px 24px;
  background-color: #00265b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}

.history_info dt {
  margin-right: 40px;
  margin-bottom: 4px;
}

.history_info dd {
  margin-right: 64px;
}

.history_items {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

.history_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.history_item_info {
  display: flex;
}

.history_item:last-child {
  margin-bottom: 0;
}

.history_item_img img {
  width: 96px;
  margin-right: 24px;
}

.history_item_name {
  align-self: center;
  font-size: 1.6rem;
}

.history_item_name h3 {
  font-weight: 500;
  margin-bottom: 16px;
}

.history_item_name span {
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
}

.history_item_btn {
  align-self: center;
}

.history_item_btn button {
  display: block;
  width: 160px;
  padding: 8px;
  background-color: #e41134;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.history_item_btn button:hover {
  opacity: .6;
  transition: all 0.1s;
}

.history_item_btn > button {
  margin-top: 16px;
  background-color: #00265b;
}

/* 注文履歴ページここまで */
/* カテゴリー一覧ページここから */
.category {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 40px;
}

.category_lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.category_lists_none {
  margin: 80px 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}

.category_list {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}

.category_list:nth-of-type(3n - 1) {
  margin-right: 20px;
  margin-left: 20px;
}

.category_list a:hover img {
  opacity: .6;
  transition: all 0.1s;
}

.category_list_img img {
  width: 100%;
  margin-bottom: 8px;
}

.category_list h3 {
  font-size: 1.6rem;
  margin-bottom: 4px;
  font-weight: 500;
}

.category_list span {
  font-size: 1.4rem;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination_prev a, .pagination_next a {
  padding: 16px;
  border: 1px solid #00265b;
  font-size: 1.4rem;
  font-weight: 600;
}

.pagination_prev a:hover, .pagination_next a:hover {
  background-color: #00265b;
  color: #fff;
}

.pagination_prev a:hover svg, .pagination_next a:hover svg {
  fill: #fff;
}

.pagination_prev {
  margin-right: 40px;
}

.pagination_prev svg {
  margin-right: 16px;
  margin-left: 0;
}

.pagination_next {
  margin-left: 40px;
}

.pagination_next svg {
  margin-right: 0;
  margin-left: 16px;
}

.pagination_num a {
  font-size: 2.0rem;
  padding: 16px;
}

.pagination_num a:hover {
  background-color: #00265b;
  color: #fff;
}

.category .pagination_num.active a {
  color: #e41134;
  pointer-events: none;
}

/* カテゴリー一覧ページここまで */
/* アイテム個別ページここから */
.item {
  width: 100%;
  margin-bottom: 120px;
}

.item_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.item_img {
  width: 50%;
}

.item_img_top {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.item_img_top img {
  width: 100%;
}

.item_img_lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.item_img_list {
  width: calc((100% - 40px) / 4);
}

.item_img_list img {
  width: 100%;
}

.item_name {
  width: 45%;
}

.item_name h2 {
  margin-bottom: 16px;
  font-size: 3.2rem;
}

.item_name h2 span {
  width: 64px;
  height: 28px;
  margin-right: 8px;
  font-size: 2.0rem;
  line-height: 28px;
}

.item_info_price {
  margin-right: 10%;
  margin-bottom: 80px;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: end;
}

.item_info {
  width: 100%;
}

.item_info_item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 16px;
  padding-left: 16%;
  font-size: 1.6rem;
}

.item_info_item:nth-of-type(3) {
  margin-bottom: 0;
}

.item_info_item label {
  padding-top: 4px;
}

.item_info_item select {
  min-width: 160px;
  padding: 4px;
  font-size: 1.6rem;
  text-align-last: center;
  outline: none;
}

.item_info_stock {
  margin-top: 8px;
  margin-bottom: 40px;
  margin-left: 50%;
  font-size: 1.4rem;
  font-weight: 300;
}

.item_into_lists {
  margin-bottom: 40px;
}

.item_into_lists input {
  margin-right: 16px;
  margin-bottom: 24px;
  margin-left: 20%;
  padding-top: 4px;
  background-color: inherit;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .4px;
}

.item_into_lists input:hover {
  opacity: .6;
  transition: all 0.1s;
  cursor: pointer;
}

.item_into_lists input:hover + label {
  opacity: .6;
  transition: all 0.1s;
}

.item_into_lists label:hover {
  opacity: .6;
  transition: all 0.1s;
  cursor: pointer;
}

.item_into_lists label svg {
  width: 24px;
  fill: #00265b;
}

.item_buy {
  position: relative;
  top: 0;
  left: 0;
  width: 240px;
  margin: 0 auto;
}

.item_buy input {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}

.item_buy input:hover {
  opacity: .6;
  transition: all 0.1s;
}

.item_buy label {
  position: absolute;
  top: 14px;
  right: 4px;
}

.item_buy label svg {
  fill: #fff;
}

.item_detail {
  padding: 32px 24px;
  width: 100%;
  background-color: #fff;
}

.item_detail h3 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.item_detail p {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

.item_detail dl {
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
}

.item_detail dt::after {
  content: "：";
}

/* アイテム個別ページここまで */
/* カートページここから */
.cart_table {
  margin-bottom: 40px;
}

.cart_table th:nth-last-of-type(2) {
  text-indent: 0;
  white-space: normal;
  overflow: visible;
}

.cart_pcs {
  padding: 0 8px;
  border-right: 1px solid rgba(0, 38, 91, 0.2);
  vertical-align: middle;
  text-align: center;
}

.cart_pcs select {
  width: 64px;
  padding: 2px 0;
  outline: none;
  font-size: 1.8rem;
  text-align-last: center;
}

.cart_sub_total tr {
  text-align: end;
}

.cart_sub_total td {
  padding: 16px 8% 16px 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .4px;
}

.cart_sub_total td span {
  margin-left: 40px;
}

.cart_action {
  display: flex;
  justify-content: space-between;
}

.cart_back {
  align-self: center;
}

.cart_back a {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
  font-size: 1.6rem;
  font-weight: 300;
}

.cart_back a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.cart_regi {
  position: relative;
  top: 0;
  left: 0;
}

.cart_regi input {
  padding: 16px 64px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.cart_regi input:hover {
  opacity: .6;
  transition: all 0.1s;
  cursor: pointer;
}

.cart_regi label {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.cart_regi label svg {
  fill: #fff;
}

.cart_delete label {
  font-size: 2.0rem;
  cursor: pointer;
}

.cart_delete input {
  display: none;
}

/* カートページここまで */
/* オーダーページここから */
.order {
  width: 100%;
  margin-bottom: 240px;
  padding: 80px 10px 0;
}

.order h1 {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.order_noItems {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

.order_info {
  max-width: 800px;
  margin: 0 auto 64px;
}

.order_info_price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 24px 20px 32px;
  background-color: #00265b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.order_info_price dt:nth-last-of-type(1) {
  margin-left: 10%;
  font-size: 1.6rem;
  font-weight: 500;
}

.order_info_price dd:nth-last-of-type(1) {
  margin-left: 10%;
  font-size: 1.6rem;
  font-weight: 500;
}

.order_info_item {
  padding: 32px 64px 32px 32px;
  background-color: #fff;
}

.order_info_item li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}

.order_info_item li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.order_item {
  display: flex;
  align-items: center;
  width: 100%;
}

.order_item_img {
  margin-right: 24px;
}

.order_item_img img {
  width: 80px;
}

.order_item_name h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
}

.order_item_name span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 300;
}

.order_item_price {
  align-self: center;
  width: 20%;
  font-size: 1.6rem;
  font-weight: 500;
}

.order_item_price li {
  margin-bottom: 8px;
}

.order_address {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 48px 64px 40px;
  background-color: #fff;
}

.order_address h2 {
  margin-bottom: 40px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

.order_address_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
}

.order_address_info dt {
  width: 30%;
  margin-bottom: 48px;
  padding-top: 4px;
}

.order_address_info dd {
  width: 70%;
}

.order_address_info dd input {
  width: 100%;
  padding: 4px;
  font-size: 1.8rem;
  letter-spacing: .4px;
}

.order_pay {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 48px 24px 40px;
  background-color: #fff;
}

.order_pay h2 {
  margin-bottom: 40px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

.order_pay_form {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 24px;
}

.order_pay_form:nth-last-of-type(1) {
  margin-bottom: 64px;
}

.order_pay_form input {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.order_pay_form label {
  font-size: 2.0rem;
  font-weight: 500;
}

.order_pay_form p {
  width: 70%;
  padding-top: 4px;
  font-size: 1.4rem;
}

.order_pay_select {
  width: 120px;
}

.order_pay > p {
  width: 280px;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.order_submit input {
  padding: 16px 120px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

.order_submit input:hover {
  opacity: .6;
  transition: all 0.1s;
}

.order_back {
  text-align: center;
}

.order_back a {
  font-size: 1.2rem;
  font-weight: 300;
}

.order_back a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.order_back a span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
  font-weight: 500;
}

/* オーダーページここまで */
/* 注文確定ページここから */
.confirm {
  width: 100%;
  margin-bottom: 240px;
  padding-top: 80px;
}

.confirm h1 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.confirm p {
  width: 352px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.confirm p:last-of-type {
  margin-bottom: 80px;
}

.confirm_paypay {
  width: 320px;
  height: 240px;
  margin: 0 auto 40px;
  background-color: #fff;
}

.confirm_back {
  text-align: center;
}

.confirm_back a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
}

.confirm_back a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 注文確定ページここまで */
/* アバウトページここから */
/* アバウトページここまで */
/* コンタクトページここから */
.contact {
  width: 100%;
  margin-bottom: 120px;
  padding: 80px 10px 0;
}

.contact_form {
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 32px;
  background-color: #fff;
}

.contact_form h1 {
  margin-bottom: 64px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.contact_form_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  font-size: 1.6rem;
}

.contact_form_item dt {
  width: 30%;
  padding-top: 2px;
}

.contact_form_item dt label {
  width: 100%;
}

.contact_form_item dd {
  width: 70%;
  margin-bottom: 40px;
}

.contact_form_item dd:last-of-type {
  margin-bottom: 0;
}

.contact_form_item dd:nth-of-type(1) input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.contact_form_item dd:nth-of-type(1) label {
  margin-right: 8px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.contact_form_item dd:nth-of-type(1) label:last-child {
  margin-right: 0;
}

.contact_form_item dd input {
  width: 100%;
  padding: 4px;
}

.contact_form_item dd textarea {
  width: 100%;
  padding: 4px;
}

.contact_privacy {
  margin-bottom: 40px;
  padding-left: 24%;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.contact_privacy a {
  color: #e41134;
}

.contact_privacy a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.contact_submit {
  text-align: center;
}

.contact_submit input {
  padding: 8px 80px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

.contact_submit input:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* コンタクトページここまで */
/* 利用規約ページここから */
.terms {
  margin-bottom: 80px;
  padding: 64px 40px;
  background-color: #fff;
}

.terms h1 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 500;
}

.terms p:first-of-type {
  margin-bottom: 64px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.terms_lists {
  counter-reset: terms;
  margin-bottom: 40px;
}

.terms_lists h2 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

.terms_lists h2::before {
  content: "第" counter(terms) "条";
  counter-increment: terms;
  margin-right: 4px;
}

.terms_contents, .terms_case {
  counter-reset: contents;
  margin-bottom: 24px;
}

.terms_contents > li, .terms_case > li {
  position: relative;
  top: 0;
  left: 2.0rem;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .2px;
}

.terms_contents > li::before, .terms_case > li::before {
  position: absolute;
  top: 0;
  left: -2.0rem;
  content: counter(contents);
  counter-increment: contents;
}

.terms_case {
  margin-top: 16px;
}

.terms p:last-of-type {
  font-size: 1.6rem;
  text-align: end;
}

/* 利用規約ページここまで */
/* プライバシーポリシーページここから */
.terms_lists li .terms_contact_text {
  margin-bottom: 16px;
  font-size: 1.4rem;
  text-align: start;
}

.terms_contact li {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

/* プライバシーポリシーページここまで */
/* 特定商取引法に基づく表記ページここから */
.law {
  margin-bottom: 80px;
  padding: 64px 40px;
  background-color: #fff;
}

.law h1 {
  margin-bottom: 80px;
  font-size: 3.2rem;
  font-weight: 500;
}

.law_lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .2px;
}

.law_lists dt {
  width: 200px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.2);
  font-weight: 500;
}

.law_lists dd {
  width: calc(100% - 200px);
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.2);
  font-weight: 400;
}

.law_lists dd a {
  color: #e41134;
}

.law_lists dd a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 特定商取引法に基づく表記ページここまで */
/* 管理画面ページここから */
.admin {
  max-width: 800px;
  margin: 80px auto;
  padding: 64px 32px;
  background-color: #fff;
  font-size: 1.6rem;
}

.admin_ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 2.0rem;
}

.admin_ttl a {
  color: #e41134;
}

.admin_ttl a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.admin > p {
  margin-bottom: 64px;
}

.admin > p a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.admin_item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.admin_item label span {
  font-size: 1.4rem;
  line-height: 1.2;
}

.admin_item input, .admin_item textarea, .admin_item select {
  width: 60%;
  margin-bottom: 40px;
  padding: 4px;
}

.admin_item:first-child label {
  color: #e41134;
}

.admin_item:first-child input {
  width: 16px;
  height: 16px;
  margin-right: calc(60% - 20px);
}

.admin_submit {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.admin_submit input {
  cursor: pointer;
}

.admin_submit input:first-child {
  background: none;
  border: none;
  color: #e41134;
}

.admin_submit input:first-child:hover {
  opacity: .6;
  transition: all 0.1s;
}

.admin_submit input:last-child {
  margin-right: 40px;
  margin-left: 80px;
  padding: 8px 80px;
  background-color: #e41134;
  border: none;
  color: #fff;
}

.admin_submit input:last-child:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 管理画面ページここまで */
/* 管理画面検索ページここから */
.admin_search_form {
  margin-bottom: 40px;
}

.admin_search_form select {
  margin-right: 16px;
}

.admin_search_lists {
  display: flex;
  flex-wrap: wrap;
}

.admin_search_lists li {
  width: calc(100% / 3);
  padding: 24px 16px;
  font-size: 1.4rem;
  font-weight: 400;
}

.admin_search_lists img {
  width: 160px;
  margin-bottom: 8px;
}

.admin_search_lists h2 {
  margin-bottom: 8px;
}

.admin_search_lists span {
  line-height: 1.4;
}

.admin_search_link {
  margin-top: 8px;
}

.admin_search_link a {
  margin-right: 16px;
  padding: 4px 8px;
  background-color: #00265b;
  color: #fff;
  font-weight: 300;
}

.admin_search_link a:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 管理画面検索ページここまで */
/* 管理画面在庫編集ページここから */
.admin_stock {
  margin-bottom: 80px;
}

.admin_stock_img img {
  margin-bottom: 16px;
  width: 280px;
}

.admin_stock h2 {
  margin-bottom: 16px;
  font-size: 2.0rem;
}

.admin_stock span {
  font-size: 1.6rem;
  line-height: 1.4;
}

.admin_stock_color {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.admin_stock_color > li {
  width: 50%;
  margin-bottom: 40px;
}

.admin_stock_size {
  margin-top: 24px;
  padding-left: 32px;
}

.admin_stock_size li {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 16px;
}

.admin_stock_size li input {
  width: 80px;
  padding: 4px;
}

.admin_stock_submit {
  display: flex;
  justify-content: center;
}

.admin_stock_submit a {
  align-self: flex-end;
  margin-right: 80px;
  padding: 1px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.5);
}

.admin_stock_submit a:hover {
  opacity: .6;
  transition: all 0.1s;
}

.admin_stock_submit input {
  padding: 6px 40px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}

.admin_stock_submit input:hover {
  opacity: .6;
  transition: all 0.1s;
}

/* 管理画面在庫編集ページここまで */
/* 管理画面注文管理ページここから */
.admin_order_item a {
  display: block;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 38, 91, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 38, 91, 0.5);
  font-size: 1.8rem;
}

.admin_order_item a:hover {
  box-shadow: none;
  background-color: rgba(198, 207, 213, 0.2);
  transform: translate(2px, 2px);
}

.admin_order_ttl {
  display: flex;
  margin-bottom: 16px;
}

.admin_order_ttl h3 {
  margin-right: 16px;
}

.admin_order_ttl time {
  margin-right: 32px;
}

.admin_order_data {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
}

.admin_order_data dt {
  width: 12%;
}

.admin_order_data dt:first-child {
  margin-bottom: 8px;
}

.admin_order_data dd {
  width: 88%;
}

.admin_order_waiting {
  color: #e41134;
  font-weight: 600;
}

/* 管理画面注文管理ページここまで */
/* 管理画面注文の個別処理ページここから */
.order_data_ttl {
  display: flex;
  padding: 8px 16px;
  background-color: #00265b;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}

.order_data_ttl h3 {
  margin-right: 40px;
  font-weight: 400;
}

.order_data_ttl time {
  margin-right: 40px;
}

.order_data_lists {
  margin-bottom: 64px;
}

.order_data_lists li {
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 38, 91, 0.2);
  font-size: 1.8rem;
}

.order_data_lists li h4 {
  margin-top: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.order_data_lists li img {
  width: 80px;
  margin-right: 16px;
}

.order_data_lists li span {
  margin-right: 16px;
}

.admin_order_detail form h3 {
  margin-bottom: 16px;
  font-size: 2.0rem;
  text-align: center;
}

.order_data_form {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.order_data_form:last-child {
  margin-bottom: 64px;
}

.order_data_form span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.order_data_form input {
  margin-left: 40px;
  vertical-align: top;
}

.order_data_form:nth-of-type(3) label {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
}

.order_data_form:nth-of-type(3) input {
  width: 400px;
  margin-bottom: 24px;
  padding: 4px;
}

.order_data_form:nth-last-of-type(1) {
  text-align: center;
}

.order_data_form:nth-last-of-type(1) input {
  margin: 0;
  padding: 8px 40px;
  background-color: #e41134;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

.order_data_form:nth-last-of-type(1) input:hover {
  opacity: .6;
  transition: all 0.1s;
}

.order_data_address {
  padding: 24px 32px;
  border: 1px solid #00265b;
}

.order_data_address dt {
  margin-bottom: 16px;
  font-size: 2.0rem;
  font-weight: 600;
}

.order_data_address dd {
  margin-bottom: 8px;
}

.order_data_address dd span {
  margin-left: 16px;
}
/*# sourceMappingURL=style.css.map */