@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*CMSのプログラムで利用しているCSS（消さないようにしてください）*/
/*
.part /*編集可能を示すクラス
.columns /*bulma.cssドキュメント参照。レイアウトの基本クラス
.column /*bulma.cssドキュメント参照。レイアウトの基本クラス
.cont /*編集可能領域の親要素を示すクラス
.wf_img_cont /*編集画像の親要素クラス
.title /*編集可能を示す見出しのクラス
*/
/*特定商向けカスタマイズここから*/
.wf_is_hidden {
  display: none;
}

img:blank {
  display: none;
}

/*

@media (max-width: 768px) {
    .columns {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }
}

.wfp1,.wfp2,.wfp3,.wfp4,.wfp5,.wfp6,.wfp7,.wfp8,.wfp9,.wfp10,.wfp11,.wfp12{position:relative;}
.page_edit .wfp1:after{content:"A";background:#FF0D0D;color:#fff;}
.page_edit .wfp2:after{content:"B";background:#FFC43B;color:#000;}
.page_edit .wfp3:after{content:"C";background:#3EB0B0;color:#fff;}
.page_edit .wfp4:after{content:"D";background:#00516C;color:#fff;}
.page_edit .wfp5:after{content:"E";background:#002E4D;color:#fff;}
.page_edit .wfp6:after{content:"A2";background:#FF0D0D;color:#fff;}
.page_edit .wfp7:after{content:"D2";background:#00516C;color:#fff;}
.page_edit .wfp8:after{content:"A3";background:#FF0D0D;color:#fff;}
.page_edit .wfp11:after{content:"A4";background:#FF0D0D;color:#fff;}
.page_edit .wfp12:after{content:"A5";background:#FF0D0D;color:#fff;}
.page_edit .wfp1:after,.page_edit .wfp2:after,.page_edit .wfp3:after,.page_edit .wfp4:after,.page_edit .wfp5:after,.page_edit .wfp6:after,.page_edit .wfp7:after,.page_edit .wfp8:after,.page_edit .wfp11:after,.page_edit .wfp12:after
{position:absolute;width:5em;text-align:center;height:15px;line-height:15px;font-size:12px;top:10px;left:10px;padding:0;border-radius:0;}
*/
.wrap_nochange > .inner {
  margin: 0px auto;
}

.noaddlinetable .close_btn,
.noaddlinetable .custom_btn,
.noaddlinetable .copy_btn {
  display: none !important;
}

.is-tokutei th,
.is-tokutei td {
  font-size: 14px;
}

.is-tokutei p {
  padding: 0 !important;
  margin: 0 !important;
}

/*特定商向けカスタマイズここまで*/
/*ブロックの親要素指定用CSS*/
@media (min-width: 769px) {
  .wrap > .inner,
  .wrap_nochange > .inner {
    width: 780px;
    /*横幅800px指定だが、bulma.cssを利用する都合上、外側にpaddingが10pxずつ張り出すため、あらかじめオフセットして指定*/
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .wrap > .inner,
  .wrap_nochange > .inner {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
}
/*テキスト揃え指定用CSS 指示書の中のleft,center,rightに対応します。それぞれ指定をお願いします*/
.wf_left {
  text-align: left;
}

.wf_left * {
  margin-left: 0;
  margin-right: auto;
}

.wf_center {
  text-align: center;
}

.wf_center * {
  margin-left: auto;
  margin-right: auto;
}

.wf_right {
  text-align: right;
}

.wf_right * {
  margin-left: auto;
  margin-right: 0;
}

/*背景ありテキストパーツの直上の親要素に指定するCSS(プログラムで利用するため、クラスには指定をする必要はなし)*/
/*--------------------------------
	　ここから調整追記
--------------------------------*/
/*------　共通設定 -------*/
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  background: #fff;
  letter-spacing: 0.01em;
  line-height: 2;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #131313;
  overflow-x: hidden;
}

/* 画像が入っているspanをブロック要素 */
.wf_img_cont {
  display: block;
}

/* コンテンツブロック間余白 */
.wrap,
.wrap_nochange {
  margin-bottom: 20px;
}

.wf_cor_wrap {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .wrap,
  .wrap_nochange {
    margin-bottom: 20px;
  }
  .wf_cor_wrap {
    margin-bottom: 0px;
  }
}
/* PC/SPだし分け */
.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*------　汎用（Bulma同様） -------*/
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

/*------　グリッドの調整 -------*/
.column {
  box-sizing: border-box;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

/* 横スクロールが出てくるので調整*/
@media (min-width: 769px) and (max-width: 970px) {
  .columns {
    margin-left: -8px;
    margin-right: -8px;
  }
}
/* SP時センター寄せ縦積み*/
@media (max-width: 768px) {
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
  }
  .columns:not(:first-child) {
    margin-top: 10px;
  }
  .column {
    padding: 0px;
  }
  .column:not(:first-child) {
    margin-top: 10px;
  }
  .is-mobile .column:not(:first-child) {
    margin-top: 0px;
  }
  .is-mobile {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .is-mobile .column {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}

/*------ 画像の調整 -------*/
.wrap img,
.wrap_nochange img {
  max-width: 100%;
  display: block;
}

/*------　header -------*/
/* 共通 */
#header .inner {
  width: 800px;
  padding: 10px 0;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  #header .inner {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    padding: 15px 0;
    max-width: 92%;
    min-height: 40px;
  }
}
#header .inner img {
  display: block;
}

/* header typeA */
#header.typeA .inner {
  justify-content: space-between;
}

@media (max-width: 768px) {
  #header.typeA .inner .tel_icon {
    max-width: 50px;
  }
}
/* header typeB */
#header.typeB .inner {
  justify-content: center;
  align-items: center;
}

/* header typeC */
#header.typeC {
  display: none;
}

/*------　footer -------*/
#footer .inner {
  width: 800px;
  padding: 10px 0 0 0;
  max-width: 98%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #footer .inner {
    padding: 15px 0 0 0;
    max-width: 92%;
  }
}
#footer .footer_nav {
  margin: 0;
  padding: 0 0 0px 0;
  list-style: none;
  text-align: center;
}

#footer .footer_nav li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}

@media (max-width: 769px) {
  #footer .footer_nav li {
    display: block;
  }
}
@media (min-width: 769px) {
  #footer .footer_nav li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
}
#footer .footer_nav li a {
  padding: 0.3em 0;
}

@media (max-width: 768px) {
  #footer .footer_nav li a {
    display: block;
    padding: 0.5em 0;
  }
}
#footer .footer_nav li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #footer .footer_nav li + li {
    border-top: solid 1px;
  }
}
#footer .copyright {
  text-align: center;
  margin: 0px 0 0;
}

/*------　見出し設定 -------*/
.h3_title_wrap {
  margin-bottom: 0px;
}

h3.title {
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.h4_title_wrap {
  margin-bottom: 0px;
}

h4.title {
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.pg_privacypolicy h3.title {
  font-size: 14px;
}

.pg_privacypolicy h4.title {
  font-size: 12px;
}

.pg_privacypolicy #content .wrap {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  h3.title {
    font-size: 24px;
  }
  h4.title {
    font-size: 18px;
  }
}
.sub_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .sub_title {
    font-size: 18px;
  }
}
/* 幅広の背景色コンテンツ*/
@media (min-width: 769px) {
  .inner.w100p {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inner.w100p > .columns {
    margin: 0;
  }
  .inner.w100p > .columns > .column {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .inner.w100p {
    width: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
/* 設定した背景色内の白い背景部分*/
.wf_hasbg .wf_hasbg_inner {
  /*
    background-color: rgba(255, 255, 255, 0.8);
  */
  /*  padding: 15px 20px;*/
  /*  border-radius: 5px;*/
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .wf_hasbg .wf_hasbg_inner {
    padding: 10px;
  }
}
/*20220622 フォームスタイル追加*/
@media (max-width: 768px) {
  .order_form .orderTable {
    margin-top: 20px;
    font-size: 18px;
  }
  .order_form .orderTable input,
  .order_form .orderTable select {
    font-size: 18px;
  }
  .order_form .addressWrap {
    display: block !important;
  }
  .order_form .addressWrap dt {
    width: 100% !important;
    padding: 5px 0px !important;
  }
  .order_form .addressWrap dd {
    margin-left: 0px !important;
  }
  .order_form .sender_form_submit_input {
    font-size: 18px;
  }
  .sender_delivery_hope_date_show {
    min-width: 40%;
  }
}
/* 20220131 フォームスタイル */
.order_form .orderTable {
  border-color: #ccc;
}

.order_form .orderTable th {
  border-color: #ccc;
  background-color: #efefef;
}

.order_form .orderTable td {
  border-color: #ccc;
}

.order_form .required {
  color: #fff !important;
  background-color: #3f8ecb;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 12px;
  float: right;
  font-style: normal !important;
}

.order_form .orderTable input,
.order_form .orderTable select {
  border: 1px solid #cccccc;
}

.order_form .orderTable input:hover,
.order_form .orderTable select:hover {
  background: none;
}

.order_form .orderTable input,
.order_form .orderTable select {
  padding: 10px;
  border-radius: 5px;
}

.order_form .orderTable input:focus {
  background: none repeat scroll 0 0 #ffffcc;
}

.order_form .sender_form_submit_input {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 40%;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  border: none;
  margin: 0 auto;
}

.order_form .sender_form_submit_input:hover {
  opacity: 0.8;
}

.order_form .addressWrap {
  display: flex;
  align-items: center;
}

.order_form .addressWrap dt {
  width: 30%;
}

.order_form .addressWrap dd {
  margin-left: 20px;
}

.order_form .addressWrap dd input {
  width: 80%;
}

.order_form .addressWrap:first-child input {
  display: none;
}

.order_form .addressWrap:first-child .addressForm {
  margin-left: -10px;
}

.order_form .efo_error_message {
  margin: 0;
  color: red;
}

.order_form #sender_zip,
.order_form #sender_email {
  margin-top: 15px;
}

.order_form .example,
.order_form td p {
  font-size: 14px;
}

@media screen and (max-width: 756px) {
  .order_form .orderTable {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .order_form .orderTable th,
  .order_form .orderTable td {
    width: 100%;
    display: block;
  }
  .order_form .orderTable th {
    border: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .order_form .orderTable td {
    border: none;
    padding: 10px 0;
    margin-left: 10px;
    padding-right: 10px;
    width: 95%;
  }
  .order_form .required {
    float: none;
    margin-left: 10px;
  }
  .order_form b {
    margin-left: 10px;
  }
  .order_form .addressWrap dt {
    width: 25%;
  }
  .order_form .addressWrap dd input {
    width: 60%;
  }
  .order_form .inputLarge {
    width: 60% !important;
  }
  .order_form .addressWrap:first-child .addressForm {
    margin-left: -8px;
  }
  .order_form #sender_zip,
  .order_form #sender_email {
    margin-top: 8px;
  }
  .order_form .example,
  .order_form td p {
    font-size: 60%;
  }
}
#content .order_form .sender_display_tr,
#content .order_form .sender_nodisplay_tr {
  display: none;
}

#content .order_form .brand_name_select {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 39em;
}

@media screen and (max-width: 756px) {
  #content .order_form .brand_name_select {
    max-width: 18em !important;
  }
}
/*--------------------------------ここまで調整追記--------------------------------*/
/*--------------------------------202201ブロック追加ここから--------------------------------*/
.wrap.wf_sd01 > .inner,
.wrap.wf_sd02 > .inner,
.wrap.wf_sd03 > .inner {
  width: initial;
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
  float: initial;
  margin: initial;
  padding-top: initial;
  padding-bottom: initial;
}

@media (min-width: 769px) {
  .wrap.wf_sd01 > .inner,
  .wrap.wf_sd02 > .inner,
  .wrap.wf_sd03 > .inner {
    width: initial;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    float: initial;
    margin: initial;
    padding-top: initial;
    padding-bottom: initial;
  }
}
@media (man-width: 768px) {
  .wrap.wf_sd01 > .inner,
  .wrap.wf_sd02 > .inner,
  .wrap.wf_sd03 > .inner {
    width: initial;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    float: initial;
    margin: initial;
    padding-top: initial;
    padding-bottom: initial;
  }
}
.btn_wrap a * {
  color: #fff !important;
}

.btn_wrap a {
  position: relative;
  width: 230px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  display: block;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: solid 1px;
  color: #fff;
  width: 250px;
}

.btn_wrap a::after {
  border: none;
  transform: none;
  background: #fff;
  width: 10px;
  height: 2px;
  right: 0;
  left: auto;
  margin: 0;
}

body:not(.page_edit) .carousel {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

@media (min-width: 768px) {
  body:not(.page_edit) .carousel {
    height: calc((100vw - 40px) / 2000 * 805);
  }
}
body:not(.page_edit) .carousel .slick-slider {
  height: 100%;
  margin: 0;
}

body:not(.page_edit) .carousel .slick-list,
body:not(.page_edit) .carousel .slick-track {
  height: 100%;
}

body:not(.page_edit) .carousel .slick-slide {
  overflow: hidden;
  position: relative;
}

body:not(.page_edit) .carousel img {
  max-width: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

@media (min-width: 768px) {
  .half_img_wrap .columns.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .half_img_wrap .column {
    min-height: 420px;
  }
}
.half_img_wrap .column.wf_img_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.half_img_wrap .column.wf_text_cont .wf_hasbg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 70px 10%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .half_img_wrap .column.wf_text_cont .wf_hasbg {
    padding: 30px 10%;
  }
}
.auto_slider {
  overflow: hidden;
}

.auto_slider .slick-prev,
.auto_slider .slick-next {
  width: 60px;
  height: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .auto_slider .slick-prev,
  .auto_slider .slick-next {
    width: 30px;
  }
}
.auto_slider .slick-next {
  right: 0;
}

.auto_slider .slick-prev {
  left: 0;
}

.auto_slider.columns {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0 !important;
}

.auto_slider .column {
  position: relative;
  height: 445px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 767px) {
  .auto_slider .column {
    height: 300px;
    width: 300px;
    margin: 0;
  }
}
.auto_slider .column a {
  /*  width: 100%;
  height: 100%;*/
  display: block;
}

.auto_slider .column:hover img {
  transform: scale(1.2);
}

.auto_slider .column img {
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: 0.4s ease;
  z-index: 0;
  max-width: calc(100% - 20px);
}

@media (max-width: 767px) {
  .auto_slider .column img {
    width: 65%;
  }
}
.auto_slider .column .wf_hasbg {
  height: 100%;
  padding: 10px;
}

.auto_slider .column .part_text {
  display: block;
  position: relative;
  top: 40px;
  left: 40px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .auto_slider .column .part_text {
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
}
.auto_slider .column .btn_wrap {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 3;
}

@media (max-width: 767px) {
  .auto_slider .column .btn_wrap {
    bottom: 20px;
  }
}
/*
.auto_slider .column .btn_wrap > * {
  width: 220px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px;
  margin: 10px auto;
  display: block;
  color: #fff;
  background: var(--color01);

  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  border-radius: 0;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  border: solid 1px orange;
}
*/
@media (max-width: 767px) {
  .auto_slider .column .btn_wrap > a {
    width: 200px;
  }
}
/*
.auto_slider .column .btn_wrap > a:hover {
  background: #fff;
  border: solid 1px var(--color01);
  color: var(--color01);
}

.auto_slider .column .btn_wrap > a:hover:after {
  border-color: var(--color01);
}

.auto_slider .column .btn_wrap > a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 5px;
}
*/
.b_f_wrap .b_f_grid {
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: auto auto;
  gap: 10px 20px;
  box-sizing: border-box;
  grid-template-areas: "areaA areaB" "areaA areaC";
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_grid {
    grid-template-columns: 80px auto;
    grid-template-areas: "areaA areaB" "areaC areaC";
  }
}
.b_f_wrap .b_f_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: areaA;
  width: 150px;
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_img {
    width: 80px;
  }
}
.b_f_wrap .b_f_txt {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: areaB;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}

.b_f_wrap .b_f_txt .before,
.b_f_wrap .b_f_txt .after {
  flex: none;
  background: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .arrow {
    width: 3em;
  }
}
.b_f_wrap .b_f_txt .arrow .arrow_txt {
  color: #111;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
}

.b_f_wrap .b_f_txt .arrow .arrow_txt:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 20px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 20px solid #111;
  transform: translateX(7px);
}

@media (max-width: 767px) {
  .b_f_wrap .b_f_txt .arrow .arrow_txt:after {
    border-left: 15px solid transparent;
    border-top: 20px solid #111;
    transform: translateX(0);
    bottom: -7px;
  }
}
.b_f_wrap .b_f_txt .before {
  border: solid 2px gray;
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .before {
    width: calc((100% - 3em) * 4 / 10);
  }
}
.b_f_wrap .b_f_txt .after {
  border: solid 2px var(--color01);
}

@media (min-width: 768px) {
  .b_f_wrap .b_f_txt .after {
    width: calc((100% - 3em) * 5 / 10);
  }
}
.b_f_wrap .b_f_desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: areaC;
}

.qa_wrap .question {
  padding: 0 20px 6px 3em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  background: none;
  font-weight: bold;
  position: relative;
  font-size: 1.2em;
}

.qa_wrap .question::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  background: var(--color01);
  height: 40px;
  width: 40px;
  border: none;
  transform: none;
  border-radius: 50%;
}

.qa_wrap .question::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 6px !important;
  left: 10px !important;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border: none;
  transform: none;
  background: none;
}

.qa_wrap .answer {
  padding: 0 0 0 3.2em !important;
  position: relative;
  margin-top: 20px;
}

.qa_wrap .answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  background: var(--color01);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}

.qa_wrap .answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  line-height: 1;
  top: 8px;
  left: 12px;
  color: #fff;
  border: none;
  font-weight: 700;
}

/* 数字のOLリスト */
.ol_step .part {
  display: block;
  min-width: 100px;
}

.ol_step {
  margin-bottom: 1.2em;
}

.ol_step {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ul_step {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.ol_step > li {
  position: relative !important;
  margin-bottom: 0.5em;
  padding-top: 3.8em !important;
  font-weight: bold;
  margin: 0 !important;
}

.ul_step > li {
  position: relative !important;
  margin-bottom: 20px;
  /*margin-top:20px;*/
  font-weight: bold;
  display: inline-block;
}

.ul_step > li > .cont {
  padding-left: 60px;
  padding-top: 5px;
}

.ol_step > li:last-child:before {
  background: var(--color01);
  color: #fff;
}

.ul_step > li:last-child:before {
  background: var(--color01);
  color: #fff;
}

.ol_step > li:after {
  content: "" !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1.5em;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #ccc;
  z-index: -1;
}

.ul_step > li:after {
  /*
    content: ""!important;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 1.5em;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    background: #ccc;
    z-index: -1;
  */
}

.ol_step > li:before {
  content: counter(li) "" !important;
  counter-increment: li !important;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  font-size: 1.2em;
  text-align: center;
}

.ul_step > li:before {
  content: counter(li) "" !important;
  counter-increment: li !important;
  position: absolute !important;
  left: 0;
  right: auto;
  top: 0;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2.8;
  font-size: 1.2em;
  text-align: center;
}

.step_wrap .num {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  line-height: 2;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .step_wrap .num {
    width: 35px;
    height: 35px;
  }
}
ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #9b1d3d;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 7px;
}

/*--------------------------------202201ブロック追加ここまで--------------------------------*/
.wf_form_text,
.wf_form_select,
.wf_form_todofuken,
.wf_form_date,
.wf_form_postnum,
.wf_form_tel {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.require_text {
  display: block;
}

textarea.wf_form_text {
  min-height: 100px;
}

form#mailformpro {
  padding: 0;
}

#header {
  margin: 0 !important;
  padding: 0;
  background: #020202;
}

@media (max-width: 767px) {
  #header .inner {
    padding: 5px 0;
  }
}
#header .inner h1 {
  margin: 10px 0;
}

@media (max-width: 767px) {
  #header .inner h1 {
    margin: 0;
  }
}
.mainimage {
  padding: 0 !important;
  position: relative;
}

.mainimage .copy {
  position: absolute;
  width: 1056px;
  height: 142px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 20px;
  margin: auto;
  max-width: 70vw;
  max-height: 9.4128787879vw;
}

@media (max-width: 767px) {
  .mainimage .copy {
    width: 244px;
    height: 1012px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 72%;
    max-width: 24vw;
    max-height: 100.5245901639vw;
  }
}
body {
  background: #000000;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
}

.sec_restaurant,
.sec_chef,
.sec_charm,
.sec_requirement,
.sec_form {
  margin: 0 !important;
}

h2.title,
h3.title,
h4.title {
  font-family: "Times New Roman", "Noto Serif", serif;
  color: white;
}
h2.title .color01,
h3.title .color01,
h4.title .color01 {
  color: #ff6e6e;
}

h2.title {
  font-size: clamp(24px, 4vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  margin-bottom: 1.2em;
}

h2.title .sub {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
}

h3.title {
  font-weight: normal;
  font-size: clamp(20px, 2.5vw, 25px);
}

.sec_restaurant .inner,
.sec_chef .inner,
.sec_charm .inner,
.sec_requirement .inner,
.sec_form .inner,
.sec_message .inner {
  border-bottom: none !important;
}

.sec_restaurant {
  padding: 100px 0 50px 0 !important;
  color: white;
}

@media (max-width: 767px) {
  .sec_restaurant {
    padding: 50px 0 25px 0 !important;
  }
}
.sec_restaurant h3 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sec_restaurant .inner {
    width: 1240px !important;
    max-width: 98% !important;
    margin: 0 auto;
  }
  .sec_restaurant .inner.wide {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }
  .sec_restaurant .inner.inner01 .columns .column,
  .sec_restaurant .inner.inner02 .columns .column,
  .sec_restaurant .inner.inner03 .columns .column,
  .sec_restaurant .inner.inner04 .columns .column {
    padding: 0;
  }
  .sec_restaurant .inner.inner01,
  .sec_restaurant .inner.inner02,
  .sec_restaurant .inner.inner03 {
    margin-bottom: 50px;
  }
  .sec_restaurant .bg01 {
    background: url(/images/bg_img001.jpg) no-repeat center top/cover;
  }
  .sec_restaurant .inner.inner01 .columns {
    min-height: 687px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .sec_restaurant .inner.inner01 .columns .bgbox {
    width: 650px;
    max-width: 60%;
    background: url(/images/textbox_bg_img.jpg) no-repeat center center/cover;
    padding: 5%;
    box-sizing: border-box;
    margin-left: calc(50vw - 430px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .sec_restaurant .inner.inner01 .columns .bgbox {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .sec_restaurant .bg02 {
    background: url(/images/bg_img002.jpg) no-repeat center top/cover;
  }
  .sec_restaurant .inner.inner02 .columns {
    min-height: 780px;
    display: flex;
    align-items: center;
    margin-right: calc(50vw - 580px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .sec_restaurant .inner.inner02 .columns {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .sec_restaurant .inner.inner02 .columns .column {
    display: flex;
    justify-content: flex-end;
  }
  .sec_restaurant .inner.inner02 .columns .column .bgbox {
    width: 650px;
    max-width: 60%;
    background: url(/images/textbox_bg_img.jpg) no-repeat center center/cover;
    padding: 5%;
    box-sizing: border-box;
  }
  .sec_restaurant .bg03 {
    background: url(/images/bg_img003.jpg) no-repeat center top/cover;
  }
  .sec_restaurant .inner.inner03 .columns {
    min-height: 687px;
    display: flex;
    align-items: center;
  }
  .sec_restaurant .inner.inner03 .columns .bgbox {
    width: 650px;
    max-width: 60%;
    background: url(/images/textbox_bg_img.jpg) no-repeat center center/cover;
    padding: 4%;
    box-sizing: border-box;
    margin-left: calc(50vw - 430px);
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .sec_restaurant .inner.inner03 .columns .bgbox {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .sec_restaurant .bg04 {
    background: url(/images/bg_img004.jpg) no-repeat center top/cover;
  }
  .sec_restaurant .inner.inner04 .columns {
    min-height: 684px;
    display: flex;
    align-items: center;
    margin-right: calc(50vw - 580px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .sec_restaurant .inner.inner04 .columns {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .sec_restaurant .inner.inner04 .columns .column {
    display: flex;
    justify-content: flex-end;
  }
  .sec_restaurant .inner.inner04 .columns .column .bgbox {
    width: 650px;
    max-width: 60%;
    background: url(/images/textbox_bg_img.jpg) no-repeat center center/cover;
    padding: 5%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .sec_restaurant .inner .bgbox {
    max-width: 80vw;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: -30px;
    padding: 5%;
    background: url(/images/textbox_bg_img.jpg) no-repeat center center/cover;
  }
}
.sec_restaurant .diamond_wrap {
  color: #fff !important;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_restaurant .diamond_wrap {
    margin-top: 30px;
  }
}
.sec_restaurant .diamond_wrap h4.title {
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
.sec_restaurant .diamond_wrap h4.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 5em;
  height: 1px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
.sec_restaurant .diamond_wrap .column {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3% 14% 6%;
  background: url(/images/diamond_bg.png) no-repeat center center/100% 100% !important;
}
@media (max-width: 1279px) {
  .sec_restaurant .diamond_wrap .column {
    padding: 3% 10% 6%;
  }
}
@media (min-width: 768px) {
  .sec_restaurant .diamond_wrap .column {
    min-height: 760px;
  }
}
@media (max-width: 767px) {
  .sec_restaurant .diamond_wrap .column {
    padding: 8% 10% 10%;
  }
}

.sec_chef {
  padding: 50px 0 100px 0 !important;
  background: url(/images/bg_img005.jpg) no-repeat center center/cover !important;
  color: white;
}

@media (max-width: 767px) {
  .sec_chef {
    padding: 25px 0 50px 0 !important;
  }
}
.sec_chef .sliderbox {
  width: 780px;
  max-width: 98%;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .sec_chef .sliderbox {
    max-width: 94%;
  }
}
.sec_chef .slick-dots li button {
  background: #ffffff;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

/* アクティブなドットのスタイル */
.sec_chef .slick-dots li.slick-active button {
  background: #b71726;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.sec_chef .inner:not(.inner01) {
  margin-bottom: 40px;
}

.sec_chef h3 {
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  .sec_chef h3 {
    text-align: left;
  }
}
.sec_chef h3 .sub {
  padding-left: 10px;
  font-size: 14px;
}

.sec_chef h4 {
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
}

.sec_chef h4:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: white;
}

.sec_chef .columns {
  align-items: flex-start;
}

.sec_chef table {
  width: 100%;
}

.sec_chef table tbody tr th,
.sec_chef table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #303030;
}

.sec_chef table tbody tr th {
  width: 110px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sec_chef .inner01,
  .sec_chef .inner02,
  .sec_chef .inner03,
  .sec_chef .inner04 {
    margin-bottom: 30px;
  }
}
.sec_charm {
  padding: 100px 0 !important;
  background: url(/images/bg_img006.jpg) no-repeat center center/cover !important;
  color: white;
}

@media (max-width: 767px) {
  .sec_charm {
    padding: 50px 0 !important;
  }
}
.sec_charm .txt01 {
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Times New Roman", "Noto Serif", serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.sec_charm .txt02 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_charm .txt02 {
    margin-bottom: 30px;
    text-align: left;
  }
}
.sec_requirement {
  padding: 100px 0 !important;
  background: url(/images/bg_img007.jpg) no-repeat center center/cover !important;
  color: white;
}

@media (max-width: 767px) {
  .sec_requirement {
    padding: 50px 0 !important;
  }
}
.sec_requirement .tablebox {
  padding: 5%;
  box-sizing: border-box;
  background: url(/images/bg_table.jpg) no-repeat center center/cover;
}

.sec_requirement .tablebox table {
  width: 100%;
}

.sec_requirement .tablebox table tbody tr th,
.sec_requirement .tablebox table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #454140;
}

.sec_requirement .tablebox table tbody tr th {
  text-align: left;
  width: 160px;
  vertical-align: top;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sec_requirement .tablebox table tbody tr th {
    width: 100px;
  }
}
@media (min-width: 767px) {
  .sec_requirement .tabbox {
    width: 1240px !important;
    max-width: 98% !important;
  }
}
.sec_requirement .tabbox .tablebox:not(.active) {
  display: none;
}

.sec_requirement .tabbox .list_dot {
  display: flex;
  gap: 4%;
  padding: 0;
  margin-bottom: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.sec_requirement .tabbox .list_dot li {
  padding: 0;
  padding: 12px 0;
  width: 48%;
  font-size: clamp(16px, 2.5vw, 25px);
  border: 1px solid white;
  text-align: center;
  cursor: pointer;
}

.sec_requirement .tabbox .list_dot li.active {
  border: 1px solid #312e2d;
  background: #312e2d;
}

.sec_requirement .tabbox .list_dot li.active::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid #312e2d;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: auto;
  bottom: -14px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.sec_requirement .tabbox .list_dot li::before {
  content: none;
}

@media (min-width: 799px) and (max-width: 1260px) {
  .sec_requirement .tabbox .tablebox {
    padding-left: calc(50vw - 390px);
    padding-right: calc(50vw - 390px);
  }
}
@media (min-width: 1261px) {
  .sec_requirement .tabbox .tablebox {
    padding-left: 230px;
    padding-right: 230px;
  }
}
.sec_form {
  padding: 100px 0 !important;
  background: url(/images/bg_img008.jpg) no-repeat center center/cover !important;
  color: white;
}

@media (max-width: 767px) {
  .sec_form {
    padding: 50px 0 !important;
  }
}
.sec_form .inner.formspace .wf_form_text,
.sec_form .inner.formspace .wf_form_select,
.sec_form .inner.formspace .wf_form_todofuken,
.sec_form .inner.formspace .wf_form_date,
.sec_form .inner.formspace .wf_form_postnum,
.sec_form .inner.formspace .wf_form_tel {
  border-radius: 0px;
}

.sec_form .inner.formspace .columns {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

.sec_form .inner.formspace .columns .require_text {
  display: inline-block;
  background: #b71726;
  padding: 5px;
  padding-bottom: 0;
  padding-top: 1px !important;
  color: white;
  margin-left: 8px;
}

.sec_form .inner.formspace .columns:nth-child(2) .require_text,
.sec_form .inner.formspace .columns:nth-child(3) .require_text,
.sec_form .inner.formspace .columns:nth-child(6) .require_text,
.sec_form .inner.formspace .columns:nth-child(7) .require_text {
  display: none;
}

.sec_form .inner.formspace .columns .is-3 {
  padding-bottom: 3px;
}

.sec_form .inner.formspace .columns :not(.is-3) {
  padding-top: 3px;
}

.sec_form .inner.formspace .sendbtn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec_form .inner.formspace .sendbtn {
    margin-top: 30px;
  }
}
.sec_form .inner.formspace .sendbtn input {
  letter-spacing: 0.1em;
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  border-radius: 0px;
  border: none;
  background: #b71726;
  color: white;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 2.5vw, 25px);
  padding: 0;
  position: relative;
  margin: 0;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .sec_form .inner.formspace .sendbtn input {
    height: 60px;
  }
}
.sec_form .inner.formspace .sendbtn input:hover {
  background: #a60e1e;
  transition: 0.2s;
}

.sec_message {
  color: white;
  letter-spacing: 0.1em;
  padding: clamp(50px, 10vw, 150px) 0 !important;
  background: url(/images/bg_img009.jpg) no-repeat center center/cover !important;
}
.sec_message h3.title {
  color: #ff6f6f;
  font-size: 25px;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-bottom: 1em;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  .sec_message h3.title {
    margin-top: 0.5em;
    font-size: 22px;
  }
}
.sec_message h3.title:has(+ .txt02) {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0.5em;
}
.sec_message .txt01 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2777777778;
  margin-bottom: 8%;
}
@media (min-width: 768px) {
  .sec_message .txt01 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec_message .txt01 {
    font-size: 16px;
  }
}
.sec_message .txt02 {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.9;
  border-bottom: solid 1px #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.sec_message .cont + .cont {
  margin-top: 5%;
}
@media (min-width: 768px) {
  .sec_message .columns {
    align-items: center;
  }
  .sec_message .columns .column:first-child {
    width: 39%;
    max-width: 39%;
  }
  .sec_message .columns .column:nth-child(2) {
    width: 41%;
    max-width: 490px;
    margin-left: 3%;
  }
  .sec_message .columns.reverse {
    flex-direction: row-reverse;
  }
  .sec_message .columns.reverse .column:nth-child(2) {
    margin-right: 3%;
  }
  .sec_message .inner {
    width: 1240px !important;
    max-width: 98% !important;
  }
}

.sec_table .bg {
  width: 1240px !important;
  max-width: 98% !important;
  background: #242424;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 10px !important;
  color: white;
}
.sec_table .bg .inner {
  margin: 0 auto;
  max-width: 98%;
  width: 780px;
}
.sec_table .bg .txt01 {
  letter-spacing: 0.1em;
  line-height: 2.2777777778;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .sec_table .bg .txt01 {
    text-align: center;
  }
}
.sec_table .bg .title:not(:first-child) {
  margin-top: 10%;
}
.sec_table .bg th,
.sec_table .bg td,
.sec_table .bg table {
  border-color: #575757;
  color: #fff !important;
}
.sec_table .bg thead th {
  background: #000000;
  color: #fff;
  text-align: center;
}
.sec_table .bg tbody th {
  text-align: center;
  background: none;
}
.sec_table .bg tbody td {
  text-align: left;
}
@media (min-width: 768px) {
  .sec_table .bg .btn_wrap .column:nth-child(1) a {
    margin-right: 0;
  }
  .sec_table .bg .btn_wrap .column:nth-child(2) a {
    margin-left: 0;
  }
}

#footer {
  color: white;
  margin: 0 !important;
}

#footer .inner {
  padding: 20px 0;
}

.inner.columns.diamond_wrap {
    display: none;
}

.wrap.wf_form_wrap.wf_form_wrap_submit.sec_form.wf_form_wrap_submit {
    display: none;
}

.inner {
    border-bottom: none !important;
}

.columns.btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .columns.btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px; /* 要素間の余白を設定（適宜調整） */
  }

  .columns.btn_wrap .column {
    width: 100%;
  }
}

.wrap.wf_cor_wrap {
    display: none;
}