/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/catalog/style.css ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@400;500;600&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/catalog/style.css (1) ***!
  \********************************************************************************************************************/
@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

/*レスポンシブ対応共通タグ*/
.br_sp {
  display: none;
}
.br_tb {
  display: none;
}
.br_pc {
  display: inline-block;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
@media only screen and (max-width: 770px) {
  .br_tb {
    display: inline-block;
  }
}
@media only screen and (max-width: 599px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .br_sp {
    display: inline-block;
  }
  .br_pc {
    display: none;
  }
}

/****************/
/**  基本設定   **/
/****************/

/*** ロゴ ***/
.form_logo {
  width: 100%;
  max-width: calc(900px - (15px + 15px));
  padding: 100px 15px 0;
  margin: 70px auto 50px;
}
.form_logo img {
  height: 75px;
}
@media only screen and (max-width: 770px) {
  .form_logo {
    padding: 7px 0;
    margin: 0px auto 0px;
  }
  .form_logo img {
    height: 36px;
  }
}

/*******************/
/**  フォーム本体   **/
/*******************/
.form_wrapper {
  width: 100%;
  max-width: 900px;
  padding: 0;
  margin: 50px auto 100px;
  color: #000;
}
/*.form_wrapper .section_title_wrepper:first-child {margin-bottom: 0;}*/

/*フォームパーツ設定*/
.form_wrapper input,
.form_wrapper textarea,
.form_wrapper select {
  padding: 0.5em;
  border: solid 1px #787878;
}
.form_wrapper input[type="checkbox"] {
  margin-right: 0.5em;
  transform: scale(1.4);
}
.select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/images/top/select.svg) right 50% no-repeat;
  background-position: right 0.8em top 50%;
  color: #000;
}

/*必須・任意アイコン*/
.btn_required,
.btn_not_required {
  display: inline-block;
  width: 3em;
  height: 20px;
  margin-right: 15px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.btn_required {
  background: linear-gradient(to bottom, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}
.btn_not_required {
  background: linear-gradient(to bottom, #414141 0%, #8f8f8f 30%, #dcdcdc 100%);
}

/*キャプション*/
.form_caption {
  color: #333333;
  font-size: 14px;
}

.contact2_title_wrepper {
  width: 100%;
  padding: 10px 15px;
  border-bottom: solid 1px #ee8100;
}
.contact2_title {
  max-width: 1000px;
  padding-left: 1.5em;
  margin: 10px auto;
  text-indent: -1.5em;
  font-weight: 700;
  line-height: 1;
  color: #787878;
  font-size: 24px;
}
.contact2_title img {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-bottom: -2px;
}
/*タブレット*/
@media only screen and (max-width: 770px) {
  .contact2_title {
    font-size: 22px;
  }
}

.contact2_container {
  font-size: 18px;
  line-height: 22px;
}
.contact2_container dl {
  display: flex;
  border-bottom: solid 1px #ee8100;
  font-weight: 400;
  font-size: 18px;
}
.contact2_container dt {
  display: flex;
  width: 260px;
  padding: calc(36px + 0.5em) 20px 0;
  background: #fffcf3;
  line-height: 1em;
}
.contact2_container dd {
  width: calc(100% - 220px);
  padding: 36px 20px;
  line-height: 22px;
}
.form_sub_title {
  padding: 15px 10px 15px 2em;
  color: #787878;
  font-weight: 600;
  font-size: 20px;
  background: #fffcf3;
}
/*タブレット*/
@media only screen and (max-width: 770px) {
  .contact2_container dl {
    flex-wrap: wrap;
    padding: 0;
    font-size: 18px;
  }
  .contact2_container dl:nth-of-type(odd) {
    background: 0;
  }
  .contact2_container dt {
    width: 100%;
    padding: 20px;
    background: #fffcf3;
    line-height: 1;
  }
  /*.second_form_container dt { width: 100%; padding-top: 20px;padding-bottom: 20px;margin-bottom: 1em;}*/
  .contact2_container dd {
    width: 100%;
    padding: 20px; /*padding-left: 4em;*/
    background: #fff;
  }
}
/*スマホ*/
@media only screen and (max-width: 420px) {
  .contact2_container dl {
    font-size: 16px;
  }
  .contact2_container dd,
  .second_form_container dd {
    padding-left: 20px;
  }
}

/* 記述箇所サイズ */
#phoneNumber,
#email,
#remarks {
  width: 100%;
}

/*お名前*/
.form_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.form_name_wrapper label {
  display: flex;
  flex-wrap: wrap;
}
.form_name_sub {
  display: block;
  width: 2.5em;
  margin-top: 0.5em;
  flex-shrink: 0;
}
.form_name_wrapper input {
  width: calc(100% - 2.5em);
}
.form_name_wrapper .error_message {
  width: 100%;
  padding-left: 3.5em;
}
.form_name_wrapper .form_caption {
  display: block;
  padding-left: 3.5em;
}
span.error {
  display: none !important;
}

/*スマホ*/
@media only screen and (max-width: 420px) {
  .form_name {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .form_name label {
    margin-bottom: 0.5em;
  }
  .form_name label:last-child {
    margin-bottom: 0;
  }
}

/*住所*/
.form_adress_wrapper .error_message {
  width: 100%;
  padding-left: 0em;
}
/*スマホ*/
/* @media only screen and (max-width: 420px) {
  .form_adress_wrapper .error_message {
    padding-left: 0;
  }
} */

/*備考*/
#remarks {
  height: 242px;
}

/*ツールチップ*/
.tooltip_q_wrappre {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip_q_btn {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 13px;
}
.tooltip_q_btn img {
  pointer-events: none;
}
.tooltip_q_content {
  display: none;
  position: absolute;
  width: 100px;
  padding: 16px;
  width: 240px;
  bottom: 0px;
  left: 10px;
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 13px;
  pointer-events: none;
}
.tooltip_q_btn:hover + .tooltip_q_content,
.tooltip_q_btn:active + .tooltip_q_content {
  /*display: inline-block;*/
  display: block;
}
/*大きめタブレット以下*/
@media only screen and (max-width: 850px) {
  .tooltip_q_content {
    left: -204px;
  }
  /*.tooltip_q_btn:hover + .tooltip_q_content, .tooltip_q_btn:active + .tooltip_q_content { left: -204px;}*/
}
/*スマホ*/
@media only screen and (max-width: 500px) and (min-width: 381px) {
  .tooltip_q_btn {
    margin-left: 0;
  }
  .tooltip_q_content {
    left: -214px;
  }
}
@media only screen and (max-width: 380px) {
  .tooltip_q_wrappre {
    width: 100%;
    margin: 5px 0;
  }
  .tooltip_q_btn {
    margin-left: 26px;
  }
  .tooltip_q_content {
    left: 26px;
  }
}

/*** ご希望商品 ***/
.checkbox_wrapper {
  margin-bottom: 10px;
}
/* .checkbox_wrapper:last-child { margin-bottom: 40px; } */
.checkbox_wrapper label {
  display: inline-block;
  padding-bottom: 20px; /* margin-right: 1em;*/
}

/*アコーディオン*/
.checkbox_wrapper {
  height: 0;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 0;
  opacity: 0;
  transition-duration: 0.5s;
}
/*大きめタブレット以下*/
@media only screen and (max-width: 770px) {
  .checkbox_wrapper {
    padding-left: 10px;
  }
}
.checkbox_wrapper.accordion-open {
  height: auto;
  padding-top: 10px;
  line-height: normal;
  opacity: 1;
}
.accordion_btn {
  position: relative;
  cursor: pointer;
}
.icon_wrap {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 30px;
  height: 32px;
  transform: translatey(-50%);
}
.accordion_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
}
/* プラスアイコン */
.accordion_icon:before,
.accordion_icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60%;
  height: 4px;
  background: #ee8100;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
/* そのうち1本を縦にする */
.accordion_icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* プラスアイコンクリック後、マイナスにする */
.accordion_btn-open .accordion_icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/*スマホ*/
@media only screen and (max-width: 380px) {
  .checkbox_wrapper label {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .checkbox_wrapper label::nth-of-type(2) {
    margin-bottom: 0;
  }
}

/*** 住所 ***/
.form_adress_row {
  display: flex;
  margin-bottom: 1em;
}
.form_adress_title {
  width: 7em;
  margin-top: 0.5em;
}
.form_adress_input {
  width: calc(100% - 7em);
}
.form_adress_wrapper input,
.form_adress_wrapper select {
  width: 100%;
}
/*郵便番号*/
.form_postal {
  flex-wrap: wrap;
}
.form_postal .error_message {
  width: 100%;
  flex-shrink: 0;
}
.form_postal input {
  width: 150px;
}
/**要検証*/
.form_postal span.postal_line {
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: 0.5em;
  background: #333;
}
/*タブレット*/
@media only screen and (max-width: 770px) {
  /*名前*/
  .form_name {
    column-gap: 10px;
  }
  .contact2_container dd.form_name_wrapper {
    padding-left: 1.5em;
  }
  /*郵便番号*/
  .form_postal input {
    width: 130px;
    max-width: calc((100% - 3em) / 2);
  }
}
/*スマホ*/
@media only screen and (max-width: 420px) {
  .form_adress_row {
    flex-wrap: wrap;
  }
  .form_adress_title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .form_adress_input {
    width: 100%;
  }
  /*郵便番号*/
  .form_postal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form_postal input {
    width: 40%;
  }
}

/*** 個人情報に関する同意 ***/
.personal_form_container {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.personal_form_container div:first-child {
  min-width: 4em;
  flex-shrink: 0;
}
.personal_form_container a {
  color: #ee8100;
  text-decoration: underline;
}
.third_form_container a:hover {
  opacity: 0.5;
}

/*** 送信ボタン ***/
.btn_submit_wrapper {
  position: relative;
  width: 50%;
  height: 62px;
  margin: 40px auto 0;
  color: #fff;
  line-height: 2.8em;
  transition: 0.3s;
}
.btn_submit_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(
    to bottom,
    #ee8100 0%,
    #f39f3f 40%,
    #f4ac59 65%,
    #fad4aa 100%
  );
}
.btn_submit_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    #ee8100 0%,
    #f39f3f 40%,
    #f4ac59 65%,
    #fad4aa 100%
  );
}
.btn_submit_wrapper:hover:before {
  opacity: 0;
}
input.btn_submit {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 62px;
  border: 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.4em;
  transition: 0.3s;
}
/*タブレット*/
@media only screen and (max-width: 770px) {
  .btn_submit_wrapper {
    width: 80%;
  }
}
/*スマホ*/
@media only screen and (max-width: 420px) {
  .third_form_container .btn_required {
    margin-right: 5px;
  }
  input.btn_submit {
    font-size: 18px;
  }
}

/*** エラーメッセージ ***/
.form_error_wrapper {
  display: flex;
}

.error_message {
  display: block;
  color: red;
  font-size: 14px;
}

/*スマホ*/
@media only screen and (max-width: 420px) {
  .error_sp {
    display: block;
  }
  .form_name.error_pc {
    display: none;
  }
}

/*** 送信完了後のPOPUP ***/
.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup_wrapper.on_popup {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  padding: 15px;
}
.popup_inner {
  border: solid 1px #ee8100;
  border-radius: 20px;
  font-size: 1.4em;
  color: #ee8100;
  background: #fff;
  text-align: center;
}
.popup_wrapper.on_popup .popup_inner {
  padding: 80px 50px;
}

/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_global-navigation.css ***!
  \********************************************************************************************************************************/
/*** グローバルナビ ***/
#gnavi {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 70px;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #fff;
}
#gnavi.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
#gnavi.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gnavi_wrapper {
  display: flex;
  justify-content: flex-end;
  height: 88px;
  background: #fff;
}
.gnavi {
  width: 100%;
  max-width: 1040px;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
}
.gnavi li {
  padding: 0 5px;
  border-left: solid 1px #d0d0d0;
  text-align: center;
}
.gnavi li:first-child {
  border: none;
}
.gnavi a {
  display: block;
  padding-top: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.gnavi span {
  display: block;
  font-size: 11px;
  color: #ee8100;
  font-family: "Roboto";
  opacity: 0;
  transition: 0.5s;
}
.gnavi a:hover,
.gnavi a.this_page {
  background: #fffbef;
}
.gnavi a:hover span,
.gnavi a.this_page span {
  opacity: 1;
}

/*タブレット以上*/
@media screen and (min-width: 771px) {
  .drawer {
    display: none;
  }
}
/*タブレット以下のドロワーメニュー*/
@media screen and (max-width: 770px) {
  #gnavi {
    display: none;
  }
  header {
    position: relative;
  }
  .drawer {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
  }
  .drawer-hidden {
    display: none;
  }
  /* ハンバーガーメニュースペース */
  .drawer-open {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    width: 68px;
    cursor: pointer;
    background-color: #fff;
  }
  /* ハンバーガーメニューアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 36px;
    border-radius: 4px;
    background: #ee8100;
    transition: 0.5s;
  }
  .drawer-open span:before {
    bottom: 12px;
  }
  .drawer-open span:after {
    top: 12px;
  }
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(238, 129, 0, 0);
  }
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #ee8100;
  }
  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #ee8100;
  }
  .drawer-content {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.5s;
  }
  .drawer-logo {
    position: absolute;
    top: 7px;
    width: 155px;
  }
  .drawer-content ul {
    list-style: none;
    width: 100%;
    padding: 0;
  }
  .drawer-content li {
    position: relative;
  }
  .drawer-content li::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 45px;
    height: 1px;
    background-color: #c4c4c4;
  }
  .drawer-content a {
    display: block;
    width: 100%;
    height: 80px;
    padding: 20px 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
  }
  .drawer-content span {
    display: block;
    font-family: "Roboto";
    font-size: 11px;
    color: #ee8100;
    opacity: 0;
  }
  .drawer-content a:hover,
  .drawer-content a.this_page {
    background: #fffbef;
  }
  .drawer-content a:hover span,
  .drawer-content a.this_page span {
    opacity: 1;
  }
  #drawer-check:checked ~ .drawer-content {
    left: 0;
  }
  .gnav-sns-box {
    width: 100%;
    padding-left: 12px;
    float: left;
  }
  .gnav-sns-box img {
    float: left;
    margin: 10px;
  }
  .hover-wh img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: “alpha(opacity=100) ”;
    filter: brightness(1000%);
  }
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_agency-section.css ***!
  \*****************************************************************************************************************************/
.agency-section {
  max-width: 1000px;
  width: 100%;
  margin: 5rem auto;
  text-align: left;
  line-height: 1.5rem;
}

.agency-section .item {
  margin: 2rem;
}

.agency-section .item-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.agency-section .item-content {
  font-weight: normal;
  margin: 0 1rem;
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_top-footer.css ***!
  \*************************************************************************************************************************/
#page-top {
  width: 90px;
  margin: 200px 0 -45px auto;
  position: relative;
  z-index: 1;
}

#page-top a {
  display: block;
  padding: 15px;
  width: 90px;
  height: 90px;
  z-index: 5;
}

#page-top img {
  width: 100%;
}

footer {
}

.footer_wrapper {
  padding-bottom: 18px;
  background: linear-gradient(to right, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer_navi_wrapper {
}

.footer_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 100px 15px;
  margin: 0 auto;
  list-style: none;
}

.footer_navi li {
  margin: 1em 0;
  text-align: center;
}

.footer_navi a {
  padding: 15px 1em 15px 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.footer_navi li:last-child a {
  padding-right: 0;
}

.footer_navi a:hover {
  color: #333;
}

.footer_navi a::after {
  content: "";
  margin-left: 1em;
  border-right: solid 1px #fff;
}

.footer_navi li:last-child a::after {
  border-right: none;
}

.copyright_wrapper {
  width: 100%;
  padding: 5px 15px;
  background: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #ee8100;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  #page-top {
    margin-left: calc(50vw - 90px / 2);
    margin-top: 170px;
  }
  footer {
    margin-top: -30px;
  }
  .footer_navi {
    padding-top: 74px;
    padding-bottom: 40px;
  }
  .footer_navi li {
    margin: 0.5em 0;
  }
  .footer_navi a {
    font-size: 10px;
  }
  .copyright_wrapper {
    font-size: 12px;
  }
}

