@charset "UTF-8";
/* =======================================
 reset
======================================= */
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy='true'] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

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

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  color: #1a1a1a;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto;
  width: 100%; }

a {
  color: #1a1a1a;
  text-decoration: none; }

a:hover img {
  opacity: 0.8; }

img {
  -webkit-backface-visibility: hidden; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.floatleft {
  float: left; }

.floatright {
  float: right;
  width: 664px;
  display: flex; }

.clearfix::after {
  content: '';
  clear: both;
  display: block; }

button,
input {
  background-color: transparent;
  border: 0; }

/* =======================================
 layout
======================================= */
.inner {
  margin: auto;
  position: relative;
  /* width: 1350px; */
  width: 1000px; }

.wrapper {
  overflow: hidden;
  width: 100%; }

.header {
  background: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  height: 90px;
  width: 100%;
  position: absolute;
  z-index: 1; }

.header-inner {
  margin: auto;
  width: 100%; }

.hd-logo {
  padding: 12px 0; }

.hd-tel {
  width: 269px; }

.hd-tel,
.hd-btn {
  display: inline-block;
  margin-top: 8px; }

.hd-btn {
  width: 133px;
  /* border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); */ }

.hd-btn img {
  border-radius: 10px;
  width: 120px; }

.fv {
  background: url("../img/fv_bg.png") no-repeat center top; }

.fv .inner {
  height: 1018px;
  /* padding: 108px 0 0 75px; */
  padding: 90px 0 0 0;
  width: 100%; }

.fv-txt-01 {
  position: relative;
  z-index: 2; }

.fv-txt-01 img {
  width: 2005px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -1002.5px; }

.fv-txt-02 {
  margin: -25px 0 0 300px;
  position: relative;
  z-index: 1; }

.fv-img-01 {
  position: absolute;
  top: 317px;
  left: -96px; }

.fv-img-02 {
  position: absolute;
  top: 785px;
  left: 250px; }

.fv-img-03 {
  position: absolute;
  top: 764px;
  right: 96px; }

.fv-list {
  margin: -27px 0 0 382px;
  position: relative;
  z-index: 2; }

.fv-list li {
  display: inline-block; }

.hook_wrap {
  position: relative; }

.campaign {
  background: url("../img/20_10off_circle.png") no-repeat center top, url("../img/20_10off_bg.png") no-repeat center top;
  padding: 45px 0; }

.about_bg01 {
  background: url("../img/chigau_bg.png") no-repeat center bottom, url("../img/about_bg.png") no-repeat center top; }

.about .txt01 {
  margin-bottom: 50px; }
  .about .txt01 p {
    width: 298px;
    height: 278px;
    position: absolute;
    left: -24px;
    top: 328px;
    z-index: 1; }

.about .inner {
  padding-top: 46px; }

.about .aligncenter {
  position: relative;
  z-index: 1; }

.about-img {
  position: absolute;
  right: -152px;
  bottom: 256px; }

.chigau {
  padding-top: 110px;
  background: url(../img/chigau_bg01.png) center bottom no-repeat; }
  .chigau h2 {
    margin-bottom: -84px; }
  .chigau p.txt01 {
    position: absolute;
    right: 0;
    top: 108px;
    z-index: 1; }

.offer {
  background: url("../img/mitsumori_bg.png") no-repeat center top;
  position: relative;
  z-index: 10; }

.offer .inner {
  height: 140px;
  /* padding: 24px 0 0 328px; */
  padding: 24px 0 0 150px;
  width: 1000px; }

.offer-row {
  display: flex;
  justify-content: flex-end; }

.offer-row p {
  display: inline-block; }
  .offer-row p:not(:last-child) {
    margin-right: 5px; }

.offer-img {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: -1; }

.omakase {
  background: url("../img/okigaru_bg.png") no-repeat center bottom, url("../img/recommend_bg.png") no-repeat center top;
  padding-top: 30px; }

.results .result_wrap {
  margin: 0 auto;
  width: 940px;
  background: #ffffff;
  padding: 43px 0 43px 5px;
  border-radius: 20px; }
.results .results-item {
  width: 820px;
  margin: 0 auto 0 70px; }

.correspondence {
  background: url("../img/okigaru_bg.png") no-repeat center bottom, url("../img/saiyasu_bg.png") no-repeat center top;
  padding: 30px 0; }

.onayami {
  background: url("../img/okigaru_bg.png") no-repeat center bottom, url("../img/nayami_bg.png") no-repeat center top;
  padding: 30px 0; }

.omakase {
  padding-bottom: 25px; }
  .omakase div:not(:last-child) {
    margin-bottom: 5px; }

.omakase_ttl {
  background: url("../img/omakase_bg.png") no-repeat center top;
  height: 130px; }

.omakase_ttl h2 {
  position: relative;
  top: -110px; }

.results-txt-01 {
  margin: 20px 0 0 170px; }

.results-txt-02 {
  margin: -20px 0 0 170px; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 65%;
  display: block;
  width: 71px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1; }

.slick-prev {
  background: url(../img/../img/arrow_left.png) center top no-repeat;
  left: -38px; }

.slick-next {
  background: url(../img/../img/arrow_right.png) center top no-repeat;
  right: -38px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 100px; }

.slick-dots {
  position: absolute;
  bottom: 5px;
  left: 5%;
  display: block;
  width: 90%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  background: #00b4e6; }

.plan {
  padding-top: 74px;
  background: url(../img/plan_bg.png) center top no-repeat; }
  .plan h2 {
    margin-bottom: 30px; }
  .plan p.txt01 {
    margin-bottom: 30px; }
  .plan p.txt02 {
    margin-bottom: 226px; }
  .plan p.txt03 {
    text-align: center; }

.credit {
  background: url(../img/card_bg.png) center top no-repeat;
  padding: 40px 0 54px; }

.hikaku {
  background: url(../img/hikaku_bg01.png) center top no-repeat, url(../img/hikaku_bg.png) center top no-repeat;
  padding: 60px 0 86px; }
  .hikaku .hook_wrap {
    height: 1091px; }
  .hikaku h2 {
    text-align: center; }
  .hikaku p.txt01 {
    content: '';
    left: 50%;
    top: 132px;
    width: 956px;
    margin-left: -478px;
    background-size: 100%;
    position: absolute;
    z-index: 1; }

.akutoku {
  background: url(../img/akutoku_bg.png) center top no-repeat;
  padding: 200px 0 60px; }
  .akutoku h2 {
    position: absolute;
    left: 50%;
    width: 1160px;
    margin-left: -580px;
    z-index: 0;
    top: -220px; }

.easy_step {
  background: url(../img/easy_step_bg.png) center top no-repeat;
  padding: 100px 0 0;
  height: 1138px; }
  .easy_step .hook_wrap {
    height: 750px;
    margin-bottom: 22px; }
  .easy_step p.txt01 {
    position: absolute;
    left: 50%;
    width: 1006px;
    margin-left: -497px;
    z-index: 1;
    top: 46px; }

.voice {
  background: url("../img/voice_bg.png") no-repeat center top;
  height: 860px; }
  .voice .voice-ttl {
    position: relative;
    z-index: 1;
    height: 272px; }
    .voice .voice-ttl img {
      position: absolute;
      left: 50%;
      width: 970px;
      margin-left: -485px;
      z-index: 1;
      top: -50px; }
    .voice .voice-ttl:after {
      content: '';
      right: 42px;
      top: 60px;
      width: 242px;
      height: 232px;
      background: url(../img/voice_illust.png) center top no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 1; }
  .voice .voice-inner {
    background: #fff;
    border: 3px solid #3eb300;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 492px;
    margin: auto;
    padding: 0 33px;
    width: 970px; }
  .voice .voice-list {
    height: 484px !important;
    overflow: hidden !important; }
  .voice .voice-list .slick-list {
    overflow: visible !important;
    padding-top: 20px; }

.company {
  background: url(../img/company_bg.png) center top no-repeat;
  padding: 72px 0 68px; }
  .company h2 {
    margin-bottom: 55px; }
  .company .company_wrap {
    padding-left: 433px;
    background: url(../img/company_photo.png) left top no-repeat; }

.why {
  background: url("../img/why_bg.png") no-repeat center top; }

.why .inner {
  height: 935px; }

.why-txt-01 {
  position: absolute;
  top: 40px;
  left: 110px; }

.why-txt-02 {
  position: absolute;
  top: 25px;
  right: 70px; }

.why-txt-03 {
  position: absolute;
  bottom: 0;
  left: -110px; }

.why-txt-04 {
  position: absolute;
  bottom: 0;
  right: -135px; }

.step {
  background: url("../img/step_bg.png") no-repeat center top;
  height: 1560px;
  margin-top: -45px;
  padding-top: 116px;
  position: relative;
  z-index: 1; }

.step-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 14px auto;
  padding: 65px 0 47px;
  position: relative;
  width: 1080px; }

.step-ttl {
  position: absolute;
  top: -20px;
  left: 370px; }

.step-shop {
  margin-bottom: 270px; }

.step-notes {
  position: absolute;
  top: 367px;
  left: 0; }

.step-delivery {
  position: relative; }

.btn-dl {
  position: absolute;
  bottom: 12px;
  left: 308px; }

.reason {
  background: url("../img/reason_bg.jpg") no-repeat center top;
  padding-top: 48px; }

.reason .inner {
  height: 1640px;
  padding-top: 74px; }

.reason-list {
  margin: auto;
  width: 1240px; }

.reason-list li {
  float: left;
  margin-bottom: 54px; }

.reason-list .reason-list-07,
.reason-list .reason-list-08 {
  float: none;
  text-align: right; }

.reason-img {
  position: absolute;
  bottom: 38px;
  left: -47px; }

.faq {
  padding: 50px 0 68px; }

.faq-inner {
  border: 3px solid #31b6e0;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin: auto;
  padding: 220px 0 48px;
  width: 1080px;
  position: relative; }

.faq-ttl {
  position: absolute;
  top: -18px;
  left: 25px;
  z-index: 1; }

.faq-list {
  margin: auto;
  width: 1000px; }

.faq-list dt {
  cursor: pointer;
  margin-top: 18px;
  position: relative; }

.faq-list dt::after {
  content: url("../img/arrow.png");
  display: block;
  transition: all 0.3s;
  transform: rotate(-180deg);
  position: absolute;
  top: 30px;
  right: 25px; }

.faq-list dt:hover {
  opacity: 0.8; }

.faq-list dt.active::after {
  transform: rotate(0deg); }

.faq-list dd {
  display: none; }

.smartphone {
  background: url("../img/smp_bg.jpg") no-repeat center top;
  height: 2276px;
  padding-top: 46px; }

.smp-ttl {
  margin-bottom: 25px; }

.smp-txt-02 {
  margin: -20px 0 35px; }

.welcome {
  background: url("../img/welcome_bg.jpg") no-repeat center top;
  padding-top: 74px; }

.welcome .inner {
  height: 462px; }

.welcome-img-01 {
  position: absolute;
  bottom: 62px;
  left: 75px; }

.welcome-img-02 {
  position: absolute;
  right: -28px;
  bottom: 0; }

.shop {
  background: url("../img/shop_bg.png") no-repeat center top;
  height: 1900px;
  padding-top: 30px; }

.shop-inner {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  display: -moz-flex;
  -moz-justify-content: space-between;
  -moz-flex-wrap: wrap;
  display: -ms-flex;
  -ms-justify-content: space-between;
  -ms-flex-wrap: wrap;
  display: -o-flex;
  -o-justify-content: space-between;
  -o-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 1px 76px 0;
  width: 1350px; }

.shop-inner h3 {
  margin-bottom: 36px; }

.shop-list {
  padding-top: 85px; }

.contact {
  background: url("../img/form_bg.png") no-repeat center top;
  padding: 70px 0 80px; }

.contact-inner {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: auto;
  width: 1000px; }

.form-table {
  border-bottom: 1px solid #999;
  margin: 0 auto 40px;
  width: 1000px; }

.form-table td,
.form-table th {
  border-top: 1px solid #999;
  text-align: left; }

.form-table th {
  background: #f0f0f0;
  font-weight: normal;
  padding: 20px 15px 20px 20px;
  width: 326px; }
  .form-table th span.row2 {
    padding-left: 2.8em; }

.form-table th::before {
  content: '任意';
  background: #808080;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin-right: 6px;
  text-align: center;
  vertical-align: middle;
  width: 46px; }

.form-table td {
  padding: 20px 40px 20px 35px; }
  .form-table td p {
    font-size: 16px;
    margin-bottom: 8px; }
  .form-table td textarea {
    width: 100%; }

.form-table tr:nth-of-type(1) th::before,
.form-table tr:nth-of-type(2) th::before,
.form-table tr:nth-of-type(3) th::before,
.form-table tr:nth-of-type(4) th::before,
.form-table tr:nth-of-type(5) th::before {
  content: '必須';
  background: #ed1c24; }

/* .form-table tr:nth-of-type(8) th,
.form-table tr:nth-of-type(8) td {
	padding-top: 200px;
	position: relative;
}
.form-table tr:nth-of-type(8) th::after {
	content: '';
	background: #fff;
	border-bottom: 1px solid #999;
	display: block;
	height: 180px;
	width: 980px;
	position: absolute;
	top: 0;
	left: 0;
}
.form-table tr:nth-of-type(8) td::after {
	content: url('../img/contact_txt_02.png');
	position: absolute;
	top: 40px;
	left: -330px;
} */
.contact-inner input[type='text'],
.contact-inner input[type='email'] {
  border: 1px solid #999;
  line-height: 1;
  margin: -5px 0;
  padding: 5px 12px 6px;
  width: 100%; }

.contact-inner input[type='text'].size-ss,
.contact-inner input[type='email'].size-ss {
  width: 140px; }

.contact-inner input[type='text'].size-s,
.contact-inner input[type='email'].size-s {
  width: 220px; }

.contact-inner input[type='text'].size-m,
.contact-inner input[type='email'].size-m {
  margin-top: 10px;
  width: 333px; }

.contact-inner select {
  border: 1px solid #999;
  line-height: 1;
  padding: 5px 12px 6px;
  width: 420px; }

.contact-inner input[type='radio'],
.contact-inner input[type='checkbox'] {
  height: 15px;
  margin-right: 8px;
  width: 15px; }

.form-table input[type='radio'] {
  display: none; }

.form-table input[type='radio'] + span {
  padding-left: 25px;
  position: relative;
  margin-right: 6px; }

.form-table input[type='radio'] + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%; }

.form-table input[type='radio']:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #1e1e1e;
  border-radius: 50%; }

label {
  margin-right: 3px; }

tr.checkbox label {
  margin-right: 15px;
  margin-bottom: 8px; }
tr.checkbox input[type='text'].size-m {
  margin-top: 5px; }

.form-note {
  display: block;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle; }

.form-btn-wrap {
  text-align: center; }

.form-btn {
  background: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 96px;
  margin: 0 12px;
  text-indent: -9999px;
  width: 427px; }

.form-btn:hover {
  opacity: 0.8; }

.btn-check {
  background-image: url("../img/form_kakunin_btn.png"); }

.btn-return {
  background-image: url("../img/form_modoru_btn.png"); }

.btn-_submit {
  background-image: url("../img/form_soushin_btn.png"); }

.form-txt {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 40px; }

.footer {
  background: #7fc0ea;
  color: #fff;
  padding: 34px 0 0; }

.footer a {
  color: #fff; }

.footer a:hover {
  text-decoration: underline; }

.footer-link {
  font-size: 20px;
  margin-bottom: 20px; }

.footer-link li {
  display: inline-block; }

.footer-link li::before {
  content: ' ｜ '; }

.footer-link li:nth-of-type(1)::before {
  content: ''; }

.copyright {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic';
  font-size: 18px;
  margin-bottom: 30px; }

.footer-bnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .footer-bnr ul {
    display: flex;
    width: 100%;
    justify-content: center; }

.footer-bnr li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: bottom; }

.footer-bnr li.fx-tel {
  margin-right: 16px; }

.contact.check {
  background: url(../img/form_bg.png) center top no-repeat;
  padding: 155px 0 65px; }

.contact.check .contact-inner {
  margin-bottom: 50px; }

.contact.check .contact-inner.error {
  background: #fff; }

.contact.check .contact-inner.error .form-txt {
  margin-bottom: 50px; }

.contact.check .error_messe {
  color: #f00;
  font-size: 23px;
  margin-bottom: 40px;
  text-align: center; }

.contact.check .form-btn-wrap {
  margin-bottom: 85px; }

.contact.check .footer {
  background: #7fc0ea;
  padding: 32px 0 40px; }

.thanks {
  background: url(../img/form_bg.png) center top no-repeat;
  padding: 235px 0 0; }
  .thanks .txt01 {
    padding-left: 372px; }
    .thanks .txt01:after {
      content: '';
      left: 0;
      top: -100px;
      width: 408px;
      height: 437px;
      background: url(../img/form_step3_illust.png) center top no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 1; }

.thanks .btn-top {
  margin: 50px auto 80px; }

.thanks .footer {
  padding: 32px 0 40px; }

.corona {
  background: #ff0000;
  text-align: center;
  padding: 8px 0; }
  .corona a {
    color: #ffffff;
    font-weight: 900;
    font-size: 17px; }

/*# sourceMappingURL=style.css.map */
