@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
[data-aos=line-bl] {
  width: 200px;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

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

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.l-header .icon_menu {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 54px;
  background: #27211C;
  transition-duration: 0.5s;
}
.l-header .icon_menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.l-header .icon_menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(3px, 4px);
}
.l-header .icon_menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -6px);
}
.l-header .icon_menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 16px;
  top: 26px;
  left: 24px;
  background-color: #ffffff;
}
.l-header .icon_menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: -7px;
}
.l-header .icon_menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: 7px;
}
.l-header .header_item {
  width: 46px;
  text-align: center;
}
.l-header .header_nav {
  display: none;
  background: #FAF9F7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.l-header .header_nav.open {
  display: block;
}
.l-header .header_nav .nav_search {
  background: #ffffff;
  border: 1px solid #363636;
  border-radius: 3px;
  position: relative;
  margin: 20px 0;
}
.l-header .header_nav .nav_search input[type=text] {
  width: 100%;
  text-indent: 15px;
  height: 38px;
}
.l-header .header_nav .nav_search button,
.l-header .header_nav .nav_search input[type=submit] {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 46px;
  height: 40px;
  background: url("/images/layout/btn_search.png") no-repeat;
  background-size: cover;
}
.l-header .header_nav .nav_list {
  border: 1px solid #898989;
  border-radius: 3px;
}
.l-header .header_nav .nav_list li:last-child .nav_item {
  border: none;
}
.l-header .header_nav .nav_list .nav_item {
  border-bottom: 1px solid #CDCBCA;
  font-size: 16px;
  color: #27211C;
  display: block;
  padding: 10px 40px;
  position: relative;
}
.l-header .header_nav .nav_list .nav_item:before {
  content: "";
  width: 8px;
  height: 10px;
  background: url("/images/layout/carret_right.png") no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  left: 20px;
}
.l-header .header_nav .nav_link {
  padding: 25px 25px 23px;
  border-bottom: 2px dotted #CDCBCA;
}
.l-header .header_nav .nav_link a {
  display: inline-block;
  margin: 7px 0;
  font-size: 12px;
  color: #27211C;
  margin-right: 40px;
}
.l-header .header_nav .nav_link a:nth-child(2) {
  margin-right: 0;
}
.l-header .header_nav .nav_mail {
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
}
.l-header .header_nav .nav_mail a {
  color: #333333;
}
.l-header .header_nav .nav_mail span {
  margin-right: 10px;
}
.l-header .agency_menu {
  padding: 30px 0 40px;
}
.l-header .agency_menu_logo {
  text-align: center;
  font-size: 26px;
}
.l-header .agency_menu_logo a {
  color: inherit;
}
.l-header .agency_menu_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
.l-header .agency_menu_list {
  border: 1px solid #898989;
  border-radius: 3px;
  background: #ffffff;
}
.l-header .agency_menu_list li {
  position: relative;
}
.l-header .agency_menu_list li:last-child a {
  border: none;
}
.l-header .agency_menu_list li.has_child > a {
  padding: 10px 35px;
  border-bottom: 1px solid #F5F5F5;
}
.l-header .agency_menu_list li a {
  padding: 10px 35px;
  display: block;
  color: #27211C;
  font-size: 16px;
  border-bottom: 1px solid #CDCBCA;
}
.l-header .agency_menu_list li .arrow_icon {
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  border-left: 10px solid #BAA33F;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.l-header .agency_menu_list .menu_sub {
  border-bottom: 1px solid #CDCBCA;
}
.l-header .agency_menu_list .menu_sub li a {
  padding: 10px 35px 10px 55px;
  border-bottom: 1px solid #F5F5F5;
}
.l-header .agency_menu_list .menu_sub li:last-child {
  border-bottom: 0;
}
.l-header .agency_menu_list .menu_sub li .arrow_icon {
  left: 35px;
}

.welcome {
  padding: 32px 30px;
}
.welcome .welcome_img {
  width: 54px;
  height: 54px;
}
.welcome .welcome_img img {
  width: 100%;
}
.welcome .welcom_content {
  margin-left: 15px;
}
.welcome .welcome_text {
  font-size: 13px;
  padding-left: 15px;
  position: relative;
}
.welcome .welcome_text:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #DECE89;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 0;
}
.welcome .welcome_text:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: -2px;
  left: -4px;
  transform: rotate(45deg);
}
.welcome .welcome_title {
  font-size: 26px;
}
.welcome .welcome_title .title_low {
  font-size: 14px;
  font-weight: normal;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.page_top {
  font-size: 14px;
  color: #BAA33F;
  text-align: center;
  padding: 35px 0 20px;
  position: relative;
  cursor: pointer;
  width: 75px;
  margin: 0 auto;
}
.page_top:before {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 10px);
  right: 8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #BAA33F;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.l-footer {
  padding-top: 40px;
  background: #FAF9F7;
}
.l-footer .footer_logo {
  text-align: center;
  font-size: 26px;
}
.l-footer .footer_logo a {
  color: inherit;
}
.l-footer .footer_link {
  padding: 25px 25px 23px;
  border-bottom: 2px dotted #CDCBCA;
}
.l-footer .footer_link a {
  display: inline-block;
  margin: 7px 0;
  font-size: 12px;
  color: #27211C;
  margin-right: 40px;
}
.l-footer .footer_link a:nth-child(2) {
  margin-right: 0;
}
.l-footer .footer_mail {
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
}
.l-footer .footer_mail a {
  color: #333333;
}
.l-footer .footer_mail span {
  margin-right: 10px;
}
.l-footer .footer_copy {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #27211C;
  padding: 11px 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
  padding-top: 54px;
}

.wrap {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
}

.l-main {
  padding: 0 20px;
  font-size: 1.4rem;
}

.sub_page {
  padding: 30px 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
 C-contact
------------------------------------------------------------*/
.c-contact {
  background: #FAF9F7;
  padding: 40px 0;
  text-align: center;
}
.c-contact .contact_title {
  font-size: 20px;
  margin-bottom: 30px;
}
.c-contact .contact_box {
  background: #ffffff;
  padding: 20px 40px;
  margin-bottom: 25px;
}
.c-contact .contact_box:last-child {
  margin-bottom: 0;
}
.c-contact .contact_box .box_title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.c-contact .contact_box .box_txt {
  font-size: 13px;
  color: #707070;
}
.c-contact .contact_box .contact_tel {
  font-size: 30px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  margin-top: 20px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button page
------------------------------------------------------------*/
.btn_cart {
  width: 60px;
  height: 60px;
  background: #BAA33F;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.btn_cart .cart_img {
  position: relative;
}
.btn_cart .cart_product {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #E23723;
  color: #ffffff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 50%;
}

.btn_more01 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #27211C;
  border: 1px solid #27211C;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
}
.btn_more01 span {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  height: 12px;
  width: 2px;
  background: #27211C;
}
.btn_more01 span:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #27211C;
  position: absolute;
  top: 5px;
  left: -5px;
}

.btn_more02 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #27211C;
  border: 1px solid #27211C;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
}
.btn_more02:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/layout/icon_square.png") center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.c-btn01 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  line-height: 1;
  padding: 15px 0;
}
.c-btn01.black {
  border: 1px solid #27211C;
  color: #ffffff;
  background: #27211C;
}
.c-btn01.white {
  color: #27211C;
  background: #ffffff;
  border: 1px solid #CDCBCA;
}

.c-cancel {
  font-size: 14px;
  color: #7C7875;
  border-bottom: 1px solid #7C7875;
  line-height: 1.2;
  padding-left: 17px;
  position: relative;
  display: inline-block;
  background: none;
}
.c-cancel:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/images/layout/icon_cancel.png");
  position: absolute;
  top: 0;
  left: 0;
}

.select_dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #898989;
}
.select_dropdown select {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  max-width: 100%;
  padding: 10px 24px 10px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_dropdown select:active, .select_dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select_dropdown:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 7px solid #898989;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tag_color {
  font-size: 11px;
  color: #ffffff;
  padding: 3px 8px;
  box-shadow: 0px 0px 2px 1px white;
  position: relative;
}
.tag_color:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(45deg);
}

.tag_red {
  font-size: 11px;
  color: #ffffff;
  background: #DE5A5A;
  padding: 3px 8px;
  box-shadow: 0px 0px 2px 1px white;
  position: relative;
}
.tag_red:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(45deg);
}

.tag_yellow {
  font-size: 11px;
  color: #ffffff;
  background: #D6BF5C;
  padding: 3px 8px;
  box-shadow: 0px 0px 2px 1px white;
  position: relative;
}
.tag_yellow:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(45deg);
}

.required {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  width: 40px;
  text-align: center;
  border-radius: 2px;
  background: #E23723;
  display: inline-block;
  padding: 1px 0;
}

.c-backhome {
  padding: 80px 0 60px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-title1 {
  font-size: 24px;
  line-height: 1;
  border-bottom: 2px solid #EEE6C4;
  position: relative;
  letter-spacing: -0.05em;
}
.c-title1 span {
  position: relative;
  padding: 0 20px 5px;
  display: inline-block;
}
.c-title1 span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DECE89;
  position: absolute;
  bottom: -2px;
  left: 20px;
}
.c-title1 .title_low {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.c-title1 .title_low:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #DECE89;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-title1 .title_low:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  left: -5px;
  transform: rotate(45deg);
}
.c-title1 .title_d {
  font-size: 16px;
}

.c-title2 {
  font-size: 20px;
  padding: 10px 25px;
  position: relative;
  border-bottom: 1px solid #898989;
}
.c-title2:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #DECE89;
  position: absolute;
  top: 16px;
  left: 0;
}
.c-title2:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: -4px;
}
.c-title2 .icon_open {
  width: 8px;
  height: 8px;
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 10px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Table
------------------------------------------------------------*/
.table_form .form_row {
  padding: 20px 0;
  border-bottom: 1px solid #CDCBCA;
}
.table_form .form_row:first-child {
  border-top: 1px solid #CDCBCA;
}

.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1 th, .c-table1 td {
  border: 1px solid #707070;
}
.c-table1 th {
  font-size: 14px;
  font-weight: normal;
  padding: 13px 8px;
  background: #FAF9F7;
  width: 40%;
}
.c-table1 td {
  width: 60%;
  background: #ffffff;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #E26F5A;
  padding: 0 10px;
}

.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2 th, .c-table2 td {
  border: 1px solid #707070;
}
.c-table2 th {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 8px;
  background: #FAF9F7;
  width: 27%;
  text-align: center;
}
.c-table2 td {
  width: 73%;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.c-table3 {
  border-collapse: collapse;
  width: 100%;
}
.c-table3 th, .c-table3 td {
  border: 1px solid #CDCBCA;
  padding: 6px 0 5px;
}
.c-table3 th {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #363636;
  vertical-align: middle;
}
.c-table3 th:nth-child(1) {
  width: 20%;
}
.c-table3 th:nth-child(2) {
  width: 67%;
}
.c-table3 th:nth-child(3) {
  width: 13%;
}
.c-table3 td {
  vertical-align: middle;
  padding: 15px 10px;
}
.c-table3 .table_btn {
  display: inline-block;
  font-size: 12px;
  background: #EEE6C4;
  border-radius: 2px;
  width: 50px;
  text-align: center;
  padding: 8px 0 7px;
}
.c-table3 .table_btn.active {
  background: #E3E3E3;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
.product_list .product_item {
  max-width: 48%;
  margin-bottom: 50px;
  position: relative;
}
.product_list .product_item .product_img {
  max-width: 156px;
  height: 156px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_list .product_item .product_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_list .product_item .product_tag {
  position: absolute;
  left: -5px;
  top: -10px;
}
.product_list .product_item .product_tag > span:nth-child(1) {
  margin-right: 5px;
}
.product_list .product_item .product_info {
  padding-top: 15px;
}
.product_list .product_item .product_title {
  font-size: 16px;
  border-bottom: 2px dotted #CDCBCA;
}
.product_list .product_item .product_price {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #DE5A5A;
  line-height: 1;
  text-align: right;
}
.product_list .product_item .product_price .yen {
  font-size: 14px;
}
.product_list .product_item .product_price .tax {
  font-size: 11px;
  font-weight: normal;
}
.product_list .product_item .product_option01 {
  margin-bottom: 10px;
}
.product_list .product_item .product_option02 {
  margin-bottom: 12px;
}
.product_list .product_item .product_option02 .option_item {
  display: inline-block;
  max-width: 100px;
}
.product_list .product_item .product_favourite {
  width: 24px;
  height: 22px;
  background: url("/images/layout/heart_gray.png") center center no-repeat;
}
.product_list .product_item .product_favourite.favourite {
  background: url("/images/layout/heart_red.png") center center no-repeat;
}
.product_list .product_item .product_cart {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  width: 110px;
  padding: 16px 0 16px 25px;
  border-radius: 3px;
  background: #27211C;
  position: relative;
}
.product_list .product_item .product_cart:before {
  content: "";
  width: 24px;
  height: 21px;
  background: url("/images/layout/cart.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
}

.step_list {
  padding: 0 20px 25px;
}
.step_list.step02 li {
  width: 94px;
  max-width: 29%;
}
.step_list.step03 {
  padding: 25px 20px;
  background: #FAF9F7;
}
.step_list.step03 li {
  width: 164px;
  max-width: 46%;
  margin: 5px 0;
}
.step_list.step03 li:after {
  display: none;
}
.step_list.step03 li .step_item .item_box {
  border-color: #BAA33F;
}
.step_list li {
  position: relative;
  width: 64px;
  max-width: 20%;
}
.step_list li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #27211C;
  border-right: 1px solid #27211C;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  right: -15px;
}
.step_list li:last-child:after {
  display: none;
}
.step_list li.active .step_item {
  color: #BAA33F;
}
.step_list li.active .step_item .item_box {
  color: #ffffff;
  font-weight: bold;
  background: #BAA33F;
  border: 1px solid #BAA33F;
}
.step_list li .step_item {
  color: #27211C;
  font-size: 14px;
  text-align: center;
}
.step_list li .step_item .item_title {
  margin-bottom: 5px;
}
.step_list li .step_item .item_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #27211C;
  border-radius: 5px;
  line-height: 1;
  height: 40px;
}

.c-pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-pager a {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #D6BF5C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.c-pager a.active {
  color: #ffffff;
  background: #D6BF5C;
}
.c-pager a:first-child:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #363636;
  border-top: 2px solid #363636;
  position: absolute;
  top: 17px;
  left: 17px;
  transform: rotate(-45deg);
}
.c-pager a:last-child:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #363636;
  border-top: 2px solid #363636;
  position: absolute;
  top: 17px;
  left: 17px;
  transform: rotate(45deg);
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Form
------------------------------------------------------------*/
.form_name {
  margin-bottom: 10px;
  font-size: 14px;
}
.form_name .required {
  margin-left: 15px;
}
.form_name .name_note {
  font-size: 10px;
  margin-left: 5px;
  letter-spacing: -0.01em;
}

.form_name_confirm {
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 15px;
}

.form_text_confirm {
  padding-left: 10px;
  font-size: 16px;
}

.form_radio input[type=radio]:checked,
.form_radio input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form_radio input[type=radio]:checked + label,
.form_radio input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.form_radio input[type=radio]:checked + label:before,
.form_radio input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.form_radio input[type=radio]:checked + label:after,
.form_radio input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #D6BF5C;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.form_radio input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form_radio input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form_checkbox.gray .checkmark {
  border: 1px solid #898989;
}
.form_checkbox.gray input:checked ~ .checkmark {
  background-color: #CDCBCA;
}
.form_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.form_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.form_checkbox input:checked ~ .checkmark {
  background-color: #BAA33F;
}
.form_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #BAA33F;
}
.form_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_input {
  font-size: 16px;
  line-height: 1;
}
.form_input input[type=text],
.form_input input[type=date],
.form_input input[type=password],
.form_input input[type=email],
.form_input input[type=tel],
.form_input input[type=number] {
  width: 100%;
  height: 40px;
  text-indent: 10px;
  border: 1px solid #898989;
  border-radius: 2px;
  background: #ffffff;
  border-radius: 3px;
}

.form_area textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #898989;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
}

.form_sz45 {
  width: 45%;
}

.form_sz48 {
  width: 48%;
}

.form_sz50 {
  width: 50%;
}

.birth_year {
  width: 94px;
}

.birth_month,
.birth_day {
  width: 74px;
}

.group_radio .form_radio {
  min-width: 110px;
}

.form_agree {
  margin-top: 60px;
  padding-left: 40px;
}
.form_agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.form_agree a {
  color: #1B53BE;
  text-decoration: underline;
}

.form_submit {
  margin-top: 20px;
}

.form_submit_confirm {
  margin-top: 60px;
}

.form_complete {
  padding: 30px 0 50px;
}
.form_complete .complete_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.form_complete .oder_code {
  border: 1px solid #707070;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  padding: 9px 0;
}
.form_complete .oder_code span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
.form_complete .oder_note {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}

.form_backhome {
  padding: 40px 0;
}

.photo_upload .photo {
  max-width: 64px;
  height: 36px;
  overflow: hidden;
}
.photo_upload .photo_name {
  margin-left: 10px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Home page
------------------------------------------------------------*/
.p-top .top_sec01 .sec01_youtube iframe {
  width: 100%;
  height: 210px;
}
.p-top .top_sec01 .sec01_food {
  padding: 35px 15px;
}
.p-top .top_sec01 .sec01_food .food_img {
  width: 48%;
}
.p-top .top_sec01 .sec01_food .food_img img {
  width: 100%;
}
.p-top .top_sec01 .sec01_title {
  font-size: 20px;
  margin-bottom: 30px;
}
.p-top .top_sec01 .sec01_txt {
  font-size: 16px;
}
.p-top .top_sec02 {
  padding: 90px 0 0;
}
.p-top .top_sec02 .l-main {
  background: #FAF9F7;
  padding: 40px 20px 20px;
}
.p-top .top_sec03 {
  padding: 70px 0;
}
.p-top .top_sec03 .c-title1 {
  margin-bottom: 40px;
}
.p-top .top_sec03 .sec03_btn {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.p-top .top_sec04 {
  padding-bottom: 70px;
}
.p-top .top_sec04 .sec04_box {
  padding: 30px 0;
  border-bottom: 2px dotted #CDCBCA;
  position: relative;
}
.p-top .top_sec04 .sec04_box .box_date {
  font-size: 14px;
  margin: 10px 0 15px;
}
.p-top .top_sec04 .sec04_box .box_title {
  font-size: 18px;
  margin-bottom: 20px;
}
.p-top .top_sec04 .sec04_box .box_txt {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.p-top .top_sec04 .sec04_box .box_link {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #BAA33F;
}
.p-top .top_sec04 .sec04_box .box_link:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/layout/circle_arrow.png");
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.p-top .top_sec04 .sec04_box .box_link.open {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #BAA33F;
}
.p-top .top_sec04 .sec04_box .box_link.open:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/layout/circle_arrow.png");
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.p-top .top_sec04 .sec04_btn {
  margin-top: 30px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Login
------------------------------------------------------------*/
.p-login .login_content {
  background: #FAF9F7;
  padding: 30px 0 60px;
}
.p-login .login_content .form_err {
  font-size: 16px;
  color: #E26F5A;
  margin-bottom: 30px;
}
.p-login .login_content .form_row {
  margin-bottom: 15px;
}
.p-login .login_content .form_col:nth-child(1) {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-login .login_content .form_col input[type=email],
.p-login .login_content .form_col input[type=password],
.p-login .login_content .form_col input[type=text] {
  width: 100%;
  border: 1px solid #898989;
  background: #ffffff;
  border-radius: 2px;
  text-indent: 15px;
  height: 40px;
}
.p-login .login_content .form_agree {
  padding-top: 5px;
}
.p-login .login_content .form_agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.p-login .login_content .form_submit {
  margin-top: 30px;
}
.p-login .login_content .form_submit button,
.p-login .login_content .form_submit input {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #27211C;
  border-radius: 3px;
  padding: 12px 0;
}
.p-login .login_content .login_forgot {
  text-align: center;
  padding: 25px 0 30px;
  border-bottom: 2px dotted #CDCBCA;
}
.p-login .login_content .login_forgot a {
  font-size: 14px;
  color: #BAA33F;
  text-decoration: underline;
}
.p-login .login_content .create_account {
  margin-top: 25px;
}
.p-login .login_content .create_account h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-login .login_content .create_account a {
  display: block;
  font-size: 14px;
  text-align: center;
  border: 1px solid #BAA33F;
  border-radius: 3px;
  color: #27211C;
  background: #ffffff;
  padding: 11px 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Product page
------------------------------------------------------------*/
.p-product .product_tag {
  padding-left: 20px;
  margin-bottom: 10px;
}
.p-product .product_category {
  padding: 10px 20px;
  background: #FAF9F7;
}
.p-product .product_category .cat_title {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  margin-right: 25px;
}
.p-product .product_category .cat_title:before {
  content: "";
  width: 14px;
  height: 19px;
  background: url("/images/layout/cat_icon.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}
.p-product .product_category .cat_list li {
  position: relative;
  margin-right: 20px;
}
.p-product .product_category .cat_list li:after {
  content: ">";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 3px;
  right: -15px;
}
.p-product .product_category .cat_list li:last-child {
  margin-right: 0;
}
.p-product .product_category .cat_list li:last-child:after {
  display: none;
}
.p-product .product_category .cat_list a {
  font-size: 14px;
  color: #E26F5A;
  background: #ffffff;
  border: 1px solid #27211C;
  border-radius: 5px;
  padding: 2px 11px;
}
.p-product .product_slider {
  margin-top: 15px;
}
.p-product .product_slider .slider_large img {
  width: 100%;
}
.p-product .product_slider .slider_nav {
  padding: 10px 15px;
}
.p-product .product_slider .slider_sub {
  padding: 0 5px;
}
.p-product .product_slider .slider_box {
  min-width: 52px;
  min-height: 52px;
  background-size: cover;
}
.p-product .product_box {
  border: 1px solid #CDCBCA;
  border-radius: 5px;
  padding: 20px 10px;
}
.p-product .product_box .box_head {
  padding: 10px 0;
  border-bottom: 2px dotted #D0C5BD;
  margin-bottom: 25px;
}
.p-product .product_box .product_title {
  font-size: 16px;
  font-weight: bold;
}
.p-product .product_box .product_favourite {
  width: 22px;
  height: 20px;
  background: url("/images/layout/heart_gray.png") no-repeat;
  background-size: cover;
}
.p-product .product_box .product_favourite.favourite {
  background: url("/images/layout/heart_red.png") no-repeat;
}
.p-product .product_box .box_content {
  padding: 0 10px;
}
.p-product .product_box .product_price01 {
  font-size: 14px;
}
.p-product .product_box .product_price02 {
  font-size: 36px;
  font-weight: bold;
  color: #DE5A5A;
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}
.p-product .product_box .product_price02 .yen {
  font-size: 18px;
}
.p-product .product_box .product_price02 .tax {
  font-size: 14px;
  font-weight: normal;
}
.p-product .product_box .quantity_txt {
  margin-bottom: 5px;
}
.p-product .product_box .product_quantity {
  width: 100px;
}
.p-product .product_box .product_quantity .tax {
  font-size: 10px;
}
.p-product .product_box .product_cart {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  width: 175px;
  padding: 15px 0 15px 80px;
  border-radius: 3px;
  background: #27211C;
  position: relative;
}
.p-product .product_box .product_cart:before {
  content: "";
  width: 24px;
  height: 21px;
  background: url("/images/layout/cart.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 42px;
  top: 10px;
}
.p-product .product_box .select_dropdown select {
  padding: 16px 24px 15px 10px;
}
.p-product .product_des {
  padding: 45px 0 80px;
}
.p-product .product_des .des_title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
.p-product .product_des .des_txt {
  font-size: 16px;
}
.p-product .product_info {
  padding-bottom: 50px;
}
.p-product .product_info .c-title1 {
  margin-bottom: 25px;
}
.p-product .product_info table {
  font-size: 14px;
  border-collapse: collapse;
}
.p-product .product_info table tr, .p-product .product_info table td {
  border: 1px solid #707070;
}
.p-product .product_info table td {
  padding: 13px 10px;
}
.p-product .product_info table td:nth-child(1) {
  background: #FAF9F7;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Cart
------------------------------------------------------------*/
.p-cart .cart_bg1 {
  background: #FAF9F7;
  padding: 25px 0 50px;
}
.p-cart .cart_list .cart_item {
  padding: 10px;
  background: #ffffff;
  position: relative;
  margin-bottom: 36px;
}
.p-cart .cart_list .cart_item:after {
  content: "";
  width: 100%;
  border-top: 1px dotted #B2B2B2;
  position: absolute;
  bottom: -19px;
  left: 0;
}
.p-cart .cart_list .cart_item.pay_item {
  margin-bottom: 0;
  padding: 10px 0;
}
.p-cart .cart_list .cart_item.pay_item:after {
  bottom: 0;
}
.p-cart .cart_list .cart_item .item_cancel {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1.5px solid #B2B2B2;
  border-radius: 50%;
  background: #ffffff;
}
.p-cart .cart_list .cart_item .item_cancel:before {
  content: "";
  width: 2px;
  height: 8px;
  background: #B2B2B2;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 9px;
}
.p-cart .cart_list .cart_item .item_cancel:after {
  content: "";
  width: 2px;
  height: 8px;
  background: #B2B2B2;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 9px;
}
.p-cart .cart_list .cart_item .item_img {
  width: 86px;
  height: 86px;
  overflow: hidden;
}
.p-cart .cart_list .cart_item .item_img img {
  width: 100%;
}
.p-cart .cart_list .cart_item .item_content {
  padding: 10px;
  width: calc(100% - 86px);
}
.p-cart .cart_list .cart_item .item_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-cart .cart_list .cart_item .item_price {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 40px;
}
.p-cart .cart_list .cart_item .item_price:after {
  content: "×";
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: -25px;
}
.p-cart .cart_list .cart_item .item_price .yen {
  font-size: 14px;
  margin-left: 2px;
}
.p-cart .cart_list .cart_item .item_count {
  width: 30%;
  max-width: 100px;
}
.p-cart .cart_list .cart_item .pay_product_price {
  width: 100%;
}
.p-cart .cart_list .cart_item .pay_product_price .pay_price {
  font-size: 18px;
}
.p-cart .cart_list .cart_item .pay_product_price .pay_price .yen {
  font-size: 14px;
}
.p-cart .cart_list .cart_item .pay_product_price .pay_price .count {
  font-size: 14px;
}
.p-cart .cart_list .cart_item .pay_product_price .pay_total {
  font-size: 18px;
}
.p-cart .cart_list .cart_item .pay_product_price .pay_total .yen {
  font-size: 14px;
}
.p-cart .cart_total {
  padding: 10px 15px;
  background: #ffffff;
}
.p-cart .cart_total .total_txt {
  font-size: 14px;
  margin-right: 35px;
}
.p-cart .cart_total .total_price {
  font-size: 20px;
  font-weight: bold;
  color: #DE5A5A;
}
.p-cart .cart_total .total_price .yen {
  font-size: 14px;
}
.p-cart .cart_total .total_price .tax {
  font-size: 11px;
  font-weight: normal;
}
.p-cart .cart_btns {
  margin-top: 50px;
}
.p-cart .cart_btns .black {
  margin-bottom: 20px;
}
.p-cart .customer_info {
  padding-bottom: 55px;
  margin-top: 15px;
}
.p-cart .customer_info .c-title2 {
  margin-bottom: 10px;
}
.p-cart .customer_info .info_content {
  padding-bottom: 10px;
  border-bottom: 2px dotted #CDCBCA;
}
.p-cart .customer_info .info_content table {
  border-collapse: collapse;
  width: 100%;
}
.p-cart .customer_info .info_content table th,
.p-cart .customer_info .info_content table td {
  padding: 10px 0;
}
.p-cart .customer_info .info_content table th {
  font-size: 14px;
  font-weight: normal;
  color: #8D8D8D;
  width: 24%;
}
.p-cart .customer_info .info_content table td {
  font-size: 16px;
  width: 76%;
  line-height: 1.6;
}
.p-cart .customer_info .info_id {
  padding-top: 15px;
}
.p-cart .customer_info .info_id .id_input input {
  width: 100%;
  border: 1px solid #898989;
  border-radius: 2px;
  text-indent: 10px;
  height: 40px;
}
.p-cart .customer_info .info_id .info_id_confirm {
  font-size: 16px;
}
.p-cart .customer_info .info_id .info_id_confirm span {
  font-size: 14px;
  font-weight: normal;
  color: #8D8D8D;
  width: 24%;
}
.p-cart .ship_info .c-title2 {
  margin-bottom: 20px;
}
.p-cart .ship_info .ship_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.p-cart .ship_form {
  padding: 15px 10px;
  border: 1px solid #CDCBCA;
  border-radius: 3px;
}
.p-cart .ship_form_confirm {
  line-height: 1.8;
  border-bottom: 2px dotted #CDCBCA;
  padding-bottom: 20px;
  padding-left: 20px;
}
.p-cart .ship_choose {
  padding: 0 10px;
}
.p-cart .ship_content {
  margin-top: 10px;
  padding: 30px 20px;
  background: #FAF9F7;
  border-radius: 3px;
}
.p-cart .ship_in50 {
  width: 42%;
}
.p-cart .ship_in100 {
  width: 100%;
}
.p-cart .ship_row {
  margin-bottom: 20px;
}
.p-cart .ship_row:last-child {
  margin-bottom: 0;
}
.p-cart .ship_date {
  margin-top: 35px;
}
.p-cart .ship_date_confirm {
  margin-top: 25px;
  border-bottom: 2px dotted #CDCBCA;
  padding-bottom: 20px;
}
.p-cart .ship_date_confirm p {
  padding-left: 20px;
}
.p-cart .pay_info {
  margin-top: 50px;
}
.p-cart .pay_list {
  padding: 10px;
  border: 1px solid #CDCBCA;
  border-radius: 3px;
  margin-top: 15px;
}
.p-cart .pay_option {
  padding: 10px 0;
  background: #ffffff;
}
.p-cart .pay_option_confirm {
  margin-top: 15px;
}
.p-cart .pay_card {
  padding: 20px;
  background: #FAF9F7;
  border-radius: 3px;
}
.p-cart .pay_card .card_cgv {
  max-width: 130px;
}
.p-cart .card_confirm {
  margin-top: 10px;
  font-size: 16px;
  padding: 20px;
  background: #FAF9F7;
  border-radius: 3px;
}
.p-cart .card_confirm .card_row {
  margin-bottom: 15px;
}
.p-cart .card_confirm .card_row:last-child {
  margin-bottom: 0;
}
.p-cart .card_confirm span {
  font-size: 14px;
  color: #8D8D8D;
  display: block;
  margin-bottom: 5px;
}
.p-cart .pay_row {
  margin-bottom: 10px;
}
.p-cart .pay_note {
  margin-top: 50px;
}
.p-cart .pay_note .c-title2 {
  margin-bottom: 10px;
}
.p-cart .pay_note .note_confirm {
  font-size: 16px;
  padding-left: 20px;
}
.p-cart .pay_note textarea {
  width: 100%;
  border: 1px solid #898989;
  border-radius: 3px;
  background: #ffffff;
  padding: 20px;
  height: 120px;
  font-size: 16px;
  line-height: 1.6;
}
.p-cart .pay_price_list {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px dotted #B2B2B2;
}
.p-cart .pay_price_list .pay_price_item {
  margin-bottom: 15px;
}
.p-cart .pay_price_list .pay_price_item:last-child {
  margin-bottom: 0;
}
.p-cart .pay_price_list span {
  font-size: 18px;
  margin-right: 5px;
}
.p-cart .pay_total_price {
  padding: 20px 0;
}
.p-cart .pay_bottom {
  font-size: 14px;
  padding: 40px 20px;
  background: #FAF9F7;
  margin-top: 50px;
}
.p-cart .pay_total1 .total_price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-cart .pay_total1 .total_price .yen {
  font-size: 14px;
}
.p-cart .pay_total1 .total_price .tax {
  font-size: 11px;
  font-weight: normal;
}
.p-cart .pay_total1 .price_note {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}
.p-cart .pay_total2 {
  margin-top: 15px;
}
.p-cart .pay_total2 .total_price {
  font-size: 20px;
  font-weight: bold;
  color: #DE5A5A;
  line-height: 1;
}
.p-cart .pay_total2 .total_price .yen {
  font-size: 14px;
}
.p-cart .pay_total2 .total_price .tax {
  font-size: 11px;
  font-weight: normal;
}
.p-cart .form_check {
  margin-bottom: 15px;
}
.p-cart .form_check:last-child {
  margin-bottom: 0;
}
.p-cart .icon_help {
  margin-left: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/layout/icon_help.png") no-repeat;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Registration
------------------------------------------------------------*/
.p-registration {
  padding: 30px 0 60px;
}
.p-registration .form_row {
  margin-bottom: 25px;
}
.p-registration .form_row_confirm {
  padding: 20px 0;
  border-bottom: 2px dotted #CDCBCA;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Repass
------------------------------------------------------------*/
.p-repass {
  padding-bottom: 60px;
}
.p-repass .repass_txt1 {
  font-size: 16px;
  margin: 25px 0;
}
.p-repass .repass_txt2 {
  font-size: 16px;
  margin-top: 25px;
}
.p-repass .repass_link {
  font-size: 16px;
  color: #363636;
  text-decoration: underline;
}
.p-repass .repass_form {
  padding: 30px 20px 40px;
  background: #FAF9F7;
}
.p-repass .repass_form .form_row {
  margin-bottom: 25px;
}
.p-repass .repass_form .form_row:last-child {
  margin-bottom: 0;
}
.p-repass .form_agree {
  margin-top: 40px;
}
.p-repass .repass_submit {
  margin-top: 60px;
}
.p-repass .repass_submit2 {
  margin-top: 20px;
}
.p-repass .repass_err {
  font-size: 16px;
  color: #E26F5A;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: -0.05em;
}
.p-repass .repass_completed {
  padding-top: 30px;
}
.p-repass .completed_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.p-repass .completed_txt1 {
  font-size: 16px;
  margin-bottom: 25px;
}
.p-repass .completed_txt1 a {
  color: #333;
  text-decoration: underline;
}
.p-repass .completed_box {
  background: #FAF9F7;
  padding: 20px 20px 40px;
  font-size: 16px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Oder history
------------------------------------------------------------*/
.p-oderh {
  padding-top: 30px;
}
.p-oderh .oderh_count {
  font-size: 16px;
}
.p-oderh .history_list {
  background: #ffffff;
}
.p-oderh .history_item {
  margin-top: 25px;
  border: 1px solid #CDCBCA;
  border-radius: 3px;
  padding: 0 10px;
}
.p-oderh .history_item .item_info {
  border-collapse: collapse;
  width: 100%;
}
.p-oderh .history_item .item_info tr:nth-child(1) {
  border-bottom: 1px solid #CDCBCA;
}
.p-oderh .history_item .item_info td {
  padding: 10px 0;
}
.p-oderh .history_item .item_info td:nth-child(1) {
  width: 25%;
  min-width: 70px;
  font-size: 14px;
}
.p-oderh .history_item .item_info td:nth-child(2) {
  font-size: 16px;
  padding-left: 20px;
}
.p-oderh .history_item .item_product {
  padding: 10px 0;
  border-top: 2px dotted #D0C5BD;
}
.p-oderh .history_item .item_product .product_img {
  width: 86px;
  height: 86px;
  overflow: hidden;
}
.p-oderh .history_item .item_product .product_img img {
  width: 100%;
}
.p-oderh .history_item .item_product .product_content {
  padding: 10px;
  width: calc(100% - 86px);
}
.p-oderh .history_item .item_product .product_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.p-oderh .history_item .item_product .product_price {
  width: 100%;
}
.p-oderh .history_item .item_product .product_price .pay_price {
  font-size: 18px;
}
.p-oderh .history_item .item_product .product_price .pay_price .yen {
  font-size: 14px;
}
.p-oderh .history_item .item_product .product_price .pay_price .count {
  font-size: 14px;
}
.p-oderh .history_item .item_product .product_price .pay_total {
  font-size: 18px;
}
.p-oderh .history_item .item_product .product_price .pay_total .yen {
  font-size: 14px;
}
.p-oderh .history_item .bill_total {
  border-top: 2px dotted #D0C5BD;
  padding: 20px 0 10px;
}
.p-oderh .history_item .bill_total .total_name {
  font-size: 14px;
}
.p-oderh .history_item .bill_total .total_price {
  font-size: 20px;
  font-weight: bold;
}
.p-oderh .history_item .bill_total .yen {
  font-size: 14px;
}
.p-oderh .history_item .bill_total .tax {
  font-size: 11px;
  font-weight: normal;
}
.p-oderh .history_item .bill_incentive {
  padding-bottom: 20px;
}
.p-oderh .history_item .bill_incentive .total_name {
  font-size: 14px;
}
.p-oderh .history_item .bill_incentive .total_price {
  font-size: 20px;
  font-weight: bold;
  color: #E26F5A;
  background: #FAF9F7;
  width: 160px;
  padding: 0 5px;
  text-align: right;
}
.p-oderh .history_item .bill_incentive .yen {
  font-size: 14px;
}
.p-oderh .history_item .bill_incentive .tax {
  font-size: 11px;
  font-weight: normal;
}
.p-oderh .history_item .incentive .incentive_txt {
  font-size: 11px;
}
.p-oderh .history_item .incentive .incentive_price {
  width: calc(100% - 85px);
  font-size: 18px;
  color: #E26F5A;
  background: #FAF9F7;
  text-align: right;
  padding: 0 5px;
}
.p-oderh .history_item .incentive .incentive_price .yen {
  font-size: 14px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Fvaourite
------------------------------------------------------------*/
.p-favourite {
  padding-top: 30px;
}
.p-favourite .favourite_count {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-favourite .favourite_content {
  padding: 25px 0;
  background: #FAF9F7;
}
.p-favourite .favourite_item {
  position: relative;
  padding: 10px;
  background: #ffffff;
  width: 45%;
  margin-top: 5%;
}
.p-favourite .favourite_item:nth-child(1), .p-favourite .favourite_item:nth-child(2) {
  margin-top: 0;
}
.p-favourite .favourite_item .product_img {
  max-height: 35vw;
  overflow: hidden;
}
.p-favourite .favourite_item .product_img img {
  width: 100%;
}
.p-favourite .favourite_item .product_title {
  font-size: 16px;
  padding: 15px 0 8px;
  border-bottom: 2px dotted #CDCBCA;
  line-height: 1;
}
.p-favourite .favourite_item .product_price {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #DE5A5A;
}
.p-favourite .favourite_item .product_price .yen {
  font-size: 14px;
}
.p-favourite .favourite_item .product_price .tax {
  font-size: 11px;
  font-weight: normal;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Profile edit
------------------------------------------------------------*/
.p-profilee {
  padding-top: 30px;
}
.p-profilee .profilee_form .form_row {
  margin-bottom: 20px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
User other
------------------------------------------------------------*/
.p-user_other .user_other_item {
  padding: 20px 10px 20px 40px;
  position: relative;
  border-bottom: 1px solid #CDCBCA;
}
.p-user_other .user_other_item:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/images/layout/circle_arrow02.png");
  position: absolute;
  top: 20px;
  left: 10px;
}
.p-user_other .user_other_item a {
  color: #363636;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Procedure
------------------------------------------------------------*/
.p-procedure {
  padding-bottom: 60px;
}
.p-procedure .procedure_title {
  font-size: 20px;
  text-align: center;
  margin: 30px 0 25px;
}
.p-procedure .procedure_txt {
  font-size: 16px;
  margin-bottom: 50px;
}
.p-procedure .procedure_txt1 {
  font-size: 16px;
}
.p-procedure .procedure_form {
  padding: 30px 20px;
  background: #FAF9F7;
}
.p-procedure .procedure_form .form_row {
  margin-bottom: 20px;
}
.p-procedure .procedure_form .form_row:last-child {
  margin-bottom: 0;
}
.p-procedure .procedure_txt2 {
  margin: 25px 0 20px;
}
.p-procedure .form_message textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #898989;
  border-radius: 3px;
  padding: 10px;
}

/*
------------------------------------------------------------*/
.p-about {
  padding-top: 30px;
}
.p-about .about_title {
  font-size: 20px;
  padding-bottom: 10px;
}

.p-privacy {
  padding-top: 30px;
}
.p-privacy .privacy_title {
  font-size: 20px;
  padding-bottom: 10px;
}

/*------------------------------------------------------------
Agency
------------------------------------------------------------*/
.p-agency {
  padding-top: 30px;
}
.p-agency .login_content .login_forgot {
  border: none;
}
.p-agency .agency_banner {
  text-align: center;
  padding-bottom: 30px;
}
.p-agency .agency_banner .banner_title {
  font-size: 20px;
  margin-left: 25px;
}
.p-agency .agency_history .history_content1 {
  padding: 30px 40px;
  background: #FAF9F7;
}
.p-agency .agency_history .history_content2 {
  padding: 30px 0 60px;
}
.p-agency .agency_history .form_date {
  margin-top: 20px;
}
.p-agency .agency_history .form_btn {
  margin-top: 20px;
}
.p-agency .agency_history .form_box {
  padding: 30px 20px 40px;
  margin-top: 30px;
  background: #FAF9F7;
}
.p-agency .agency_history .form_box .form_submit {
  margin-top: 30px;
}
.p-agency .agency_history_search_content {
  background: #FAF9F7;
}
.p-agency .agency_members {
  padding-bottom: 60px;
}
.p-agency .count_members {
  padding: 10px 20px;
  font-size: 16px;
  background: #FAF9F7;
}
.p-agency .members_box .c-table2 {
  margin-top: 60px;
}
.p-agency .agency_original {
  padding: 20px 0 60px;
}
.p-agency .agency_original .original_box {
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid #898989;
  border-radius: 3px;
}
.p-agency .agency_original .original_box .box_bg {
  padding: 20px;
  background: #FAF9F7;
  border-radius: 3px;
}
.p-agency .agency_original .original_box .box_bg2 {
  padding: 0 10px;
}
.p-agency .agency_original .original_box .c-btn01 {
  padding: 10px 0;
}
.p-agency .agency_original .original_item.active .c-title2 .icon_open {
  display: none;
}
.p-agency .agency_original .original_item.active .item_content {
  display: block;
}
.p-agency .agency_original .original_item .item_content {
  display: none;
}
.p-agency .agency_original .original_item .form_row {
  padding: 20px 0;
}
.p-agency .agency_original .product_list {
  padding-bottom: 50px;
}
.p-agency .agency_original .original_product {
  padding: 15px 0;
  border-bottom: 2px dotted #CDCBCA;
}
.p-agency .agency_original .original_product:nth-child(1) {
  border-top: 2px dotted #CDCBCA;
}
.p-agency .agency_original .original_product .product_img {
  width: 78px;
  height: 78px;
  overflow: hidden;
  margin: 0 15px;
}
.p-agency .agency_original .original_product .product_img img {
  width: 100%;
}
.p-agency .agency_original .original_product .product_content {
  width: calc(100% - 128px);
}
.p-agency .agency_original .original_product .product_price .price_name {
  font-size: 11px;
  margin-right: 5px;
}
.p-agency .agency_original .original_product .product_price .price_total {
  width: 120px;
  background: #FAF9F7;
  text-align: right;
  padding: 0 10px;
}
.p-agency .agency_original .original_table {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #CDCBCA;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Margin
------------------------------------------------------------*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.text_read {
  font-size: 16px;
}

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

.u-text-bold {
  font-weight: bold;
}

.u-text-blue {
  color: #004b84;
  font-size: 1.6rem;
}

.u-text-red {
  color: red;
}

.u-text-right {
  text-align: right;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
.u-flex {
  display: flex;
}

.u-sp-visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-visible {
    display: block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  align-items: center;
}

.u-center {
  justify-content: center;
}

.u-between {
  justify-content: space-between;
}

.u-wrap {
  flex-flow: wrap;
}

.u-right {
  justify-content: flex-end;
}

/*
------------------------------------------------------------*/
