@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

html,
body {
  /* スクロールバーの色削除 */
  scrollbar-face-color: inherit !important;
}

a {
  color: #cccccc;
  text-decoration: none;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #4F3119;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#wrap {
  overflow: hidden;
  color: #4F3119;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  /*-- footer --*/
}

#wrap a {
  color: #cccccc;
}

#wrap a img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrap .container {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

#wrap #fv .container {
  background: url(../img/fv_bg01.jpg) no-repeat center top/100%;
}

#wrap .cv01 .container {
  background: url(../img/cv_bg01.jpg) no-repeat center bottom/100%, #E7ECF0;
}

#wrap .cv01 .container dd {
  position: absolute;
  top: 1036px;
  left: 50%;
  width: 650px;
  height: 111px;
  z-index: 1;
  margin-left: -325px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(165, 165, 165, 0.5);
          box-shadow: 0 0 10px rgba(165, 165, 165, 0.5);
}

#wrap .cv02 .container {
  background: #E7ECF0;
}

#wrap .cv02 dl {
  position: relative;
}

#wrap .cv02 dl:first-of-type dd {
  position: absolute;
  top: 1036px;
  left: 50%;
  width: 650px;
  height: 111px;
  z-index: 1;
  margin-left: -325px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(165, 165, 165, 0.5);
          box-shadow: 0 0 10px rgba(165, 165, 165, 0.5);
}

#wrap .cv02 dl:nth-of-type(2) dd:first-of-type {
  top: 355px;
  height: 101px;
  -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
          box-shadow: 0 0 10px rgba(170, 170, 170, 0.5);
  border-radius: 5px;
}

#wrap .cv02 dl:nth-of-type(2) dd:nth-of-type(2) {
  top: 472px;
  height: 141px;
  -webkit-box-shadow: 0 4px 0 rgba(170, 170, 170, 0.5);
          box-shadow: 0 4px 0 rgba(170, 170, 170, 0.5);
  border-radius: 6px;
}

#wrap .cv02 dl dd {
  left: 250px;
  width: 452px;
  position: absolute;
  z-index: 1;
}

#wrap .cv02 dl dd p {
  position: absolute;
  left: 16px;
  bottom: 17px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24.4px;
  letter-spacing: -1.3px;
}

#wrap .cv02 dl dd p span {
  font-size: 15px;
}

#wrap #trouble .bg01 .container {
  background: url(../img/trouble_bg01.jpg) no-repeat center top/750px;
}

#wrap #trouble .bg01 .container .trouble_txt01 {
  position: relative;
}

#wrap #trouble .bg01 .container .trouble_txt01 dd {
  position: absolute;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  z-index: 1;
  top: 422px;
  width: 100%;
  left: 0;
}

#wrap #trouble .bg01 .container .trouble_txt02 {
  position: relative;
}

#wrap #trouble .bg01 .container .trouble_txt02 dd {
  position: absolute;
  font-size: 26px;
  line-height: 38px;
  z-index: 1;
  top: 236px;
  padding-left: 57px;
  width: 100%;
  left: 0;
}

#wrap #trouble .bg01 .container .trouble_txt02 dd:first-of-type {
  top: 236px;
  padding-left: 57px;
}

#wrap #trouble .bg01 .container .trouble_txt02 dd:nth-of-type(2) {
  top: 527px;
  padding-left: 376px;
}

#wrap #trouble .bg01 .container .trouble_txt02 dd:nth-of-type(3) {
  top: 864px;
  padding-left: 57px;
}

#wrap #trouble .bg01 .container .trouble_txt03 {
  text-align: center;
  font-size: 26px;
  line-height: 46px;
  color: #42210B;
  margin-bottom: 12px;
}

#wrap #trouble .bg02 .container:first-of-type {
  padding-top: 50px;
}

#wrap #trouble .bg02 .trouble_txt04 {
  position: absolute;
  z-index: 1;
  top: -48px;
  width: 100%;
  margin-left: -50%;
  left: 50%;
}

#wrap #trouble .bg02 .trouble_txt05 {
  position: relative;
}

#wrap #trouble .bg02 .trouble_txt05 dd {
  position: absolute;
  z-index: 1;
  top: 230px;
  padding: 0 75px;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  font-size: 26px;
  line-height: 38px;
  color: #FFFFFF;
}

#wrap #trouble .bg02 .trouble_txt06 {
  position: relative;
}

#wrap #trouble .bg02 .trouble_txt06 dd {
  position: absolute;
  z-index: 1;
  top: 138px;
  padding: 0 75px;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  font-size: 26px;
  line-height: 38px;
  color: #FFFFFF;
}

#wrap #trouble .bg02 dl {
  position: relative;
}

#wrap #trouble .bg02 dl dd span {
  font-weight: bold;
  color: #FFEA6C;
}

#wrap #trouble .fine_wrap {
  position: relative;
}

#wrap #trouble .fine_wrap dd {
  position: absolute;
  z-index: 1;
  top: 330px;
  width: 100%;
  margin-left: -50%;
  text-align: center;
  left: 50%;
  font-size: 26px;
  line-height: 45.68px;
  color: #FFFFFF;
  text-shadow: 8px 8px 10px #50875d, -8px 8px 10px #50875d, 8px -8px 10px #50875d, -8px -8px 10px #50875d, 16px 16px 20px #50875d, -16px 16px 20px #50875d, 16px -16px 20px #50875d, -16px -16px 20px #50875d;
}

#wrap #voice01 {
  padding-bottom: 30px;
}

#wrap #voice01 .voice_txt {
  position: relative;
}

#wrap #voice01 .voice_txt dt {
  font-weight: bold;
  letter-spacing: 0;
  color: #4F3119;
  position: absolute;
  z-index: 1;
  left: 70px;
  top: 110px;
}

#wrap #voice01 .voice_txt dt.f33 {
  font-size: 33px;
  line-height: 48.43px;
}

#wrap #voice01 .voice_txt dt.f43 {
  font-size: 43px;
  line-height: 67.36px;
}

#wrap #voice01 .voice_txt dt.f39 {
  font-size: 39px;
  line-height: 51.36px;
}

#wrap #voice01 .voice_txt dt.f_red {
  color: #FF4F3A;
}

#wrap #voice01 .voice_txt dd {
  font-size: 24px;
  line-height: 50px;
  color: #4F3119;
  position: absolute;
  letter-spacing: -1.8px;
  z-index: 1;
  left: 70px;
  top: 374px;
  width: 590px;
  background-repeat: repeat;
  background-color: #FFFDDE;
  /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFFDDE 50%, #FFFDDE 100%), linear-gradient(180deg, #939393 1px, transparent 1px);
  /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 49px;
  /* 点線2のサイズ */
  line-height: 49px;
  /* 文字の高さ */
  /* 最終行の下にも罫線を引く */
  padding-bottom: 0.11em;
  background-position: 0 1.9em;
}

#wrap #voice01 .voice_txt dd span {
  font-weight: bold;
  color: #FF4F3A;
}

#wrap #voice01 p {
  text-align: center;
}

#wrap #reason .container {
  background: url(../img/reason_bg01.jpg) no-repeat center top/100%;
}

#wrap #reason .bg01 {
  background: url(../img/reason_bg02.png) no-repeat center top/100%;
  padding-bottom: 40px;
}

#wrap #reason .bg02 {
  background: url(../img/reason_bg03.jpg) no-repeat center top/100%;
}

#wrap #reason .reason_txt01 {
  position: relative;
}

#wrap #reason .reason_txt01 dd {
  position: absolute;
  z-index: 1;
  left: 30px;
}

#wrap #reason .reason_txt01 dd:first-of-type {
  top: 220px;
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
}

#wrap #reason .reason_txt01 dd:nth-of-type(2) {
  bottom: 0;
  font-size: 17px;
  line-height: 24.4px;
  letter-spacing: 2.04px;
  color: #4F3119;
}

#wrap #reason .reason_txt02 {
  width: 690px;
  margin: 42px auto 58px;
  position: relative;
  height: 449px;
}

#wrap #reason .reason_txt02 dt {
  position: absolute;
  z-index: 1;
  left: 43px;
  font-size: 33px;
  line-height: 51.43px;
  color: #4F3119;
  font-weight: bold;
  top: 140px;
  width: 615px;
  letter-spacing: -3.1px;
}

#wrap #reason .reason_txt02 dd {
  position: absolute;
  z-index: 1;
  left: 43px;
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
  top: 200px;
  width: 615px;
}

#wrap #reason .reason_txt02 dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

#wrap #reason .reason_txt03 {
  margin: 42px auto 0;
  position: relative;
}

#wrap #reason .reason_txt03 dl {
  position: absolute;
  z-index: 1;
  left: 55px;
  top: 250px;
}

#wrap #reason .reason_txt03 dt {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 2.16px;
  padding-left: 20px;
  color: #4F3119;
  margin-bottom: 28px;
  position: relative;
}

#wrap #reason .reason_txt03 dt:before {
  width: 7px;
  height: 143px;
  display: block;
  background: #50875D;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 15px;
  content: '';
}

#wrap #reason .reason_txt03 dt span {
  font-size: 60px;
  color: #3C5E26;
}

#wrap #reason .reason_txt03 dd {
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
  letter-spacing: -0.1px;
}

#wrap #reason .reason_txt03 dd.att {
  padding-top: 20px;
  font-size: 22px;
  line-height: 32px;
  padding-left: 1em;
  text-indent: -1em;
}

#wrap #reason .reason_txt03 dd.att:before {
  content: "※";
}

#wrap #reason .reason_txt04 {
  position: relative;
}

#wrap #reason .reason_txt04 dl {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 20px;
  text-align: center;
}

#wrap #reason .reason_txt04 dl dt {
  font-weight: bold;
  font-size: 33px;
  line-height: 54px;
  letter-spacing: 1.98px;
  color: #50875D;
}

#wrap #reason .reason_txt04 dl dd {
  font-size: 24px;
  line-height: 38px;
}

#wrap #reason .reason_txt04 ul {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrap #reason .reason_txt04 ul li {
  width: 320px;
  text-align: center;
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
}

#wrap #reason .reason_txt05 {
  padding-bottom: 105px;
}

#wrap #reason .reason_txt05 p {
  margin-bottom: 25px;
}

#wrap #reason .reason_txt05 .movie_wrap {
  width: 690px;
  height: 390px;
  margin: 0 auto;
  position: relative;
}

#wrap #reason .reason_txt05 .movie_wrap video {
  width: 100%;
}

#wrap #reason .reason_txt05 #video-btn01 {
  left: 50%;
  width: 100%;
  margin-left: -50%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: url(../img/play-button.png) no-repeat center center/150px;
  height: 100%;
  opacity: 0.8;
}

#wrap #reason .reason_txt05 #video-btn01.current {
  background: none;
}

#wrap #reason .reason_txt06 {
  position: relative;
}

#wrap #reason .reason_txt06 dl {
  position: absolute;
  z-index: 1;
  left: 55px;
  top: 263px;
}

#wrap #reason .reason_txt06 dt {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 2.16px;
  padding-left: 20px;
  color: #4F3119;
  margin-bottom: 4px;
  position: relative;
}

#wrap #reason .reason_txt06 dt:before {
  width: 7px;
  height: 88px;
  display: block;
  background: #50875D;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: '';
}

#wrap #reason .reason_txt06 dt span {
  font-size: 60px;
  color: #3C5E26;
}

#wrap #reason .reason_txt06 dd {
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
  letter-spacing: -0.1px;
}

#wrap #reason .reason_txt07 {
  margin-bottom: 40px;
}

#wrap #reason .reason_txt07 .reason_video_wrap {
  width: 665px;
  height: 375px;
  margin: 0 auto 12px;
  display: block;
  position: relative;
}

#wrap #reason .reason_txt07 .reason_video_wrap video {
  width: 100%;
}

#wrap #reason .reason_txt07 .reason_video_wrap #video-btn02 {
  left: 50%;
  width: 100%;
  margin-left: -50%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: url(../img/play-button.png) no-repeat center center/150px;
  height: 100%;
  opacity: 0.8;
}

#wrap #reason .reason_txt07 .reason_video_wrap #video-btn02.current {
  background: none;
}

#wrap #reason .reason_txt07 h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 12px;
}

#wrap #reason .reason_txt07 .line_wrap {
  width: 620px;
  margin: 0 auto;
  background-repeat: repeat;
  background-color: #ffffff;
  /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%), linear-gradient(180deg, #754C24 1px, transparent 1px);
  /* 点線2の色と太さ */
  background-size: 4px 100%, 100% 51.28px;
  /* 点線2のサイズ */
  line-height: 51.28px;
  /* 文字の高さ */
  /* 最終行の下にも罫線を引く */
  padding: 0 15px;
  background-position: 0 50.28px;
}

#wrap #reason .reason_txt07 .line_wrap p {
  font-size: 26px;
  line-height: 51.28px;
  color: #4F3119;
  font-weight: normal;
}

#wrap #reason .reason_txt07 .line_wrap p span {
  font-size: 20px;
  display: block;
  line-height: 1;
  padding-top: 15px;
}

#wrap #reason .reason_txt08 {
  position: relative;
}

#wrap #reason .reason_txt08 dd {
  position: absolute;
  z-index: 1;
  left: 34px;
  top: 176px;
  width: 426px;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 0;
  white-space: nowrap;
  color: #4F3119;
}

#wrap #reason .reason_txt09 {
  padding: 42px 0 65px;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 rgba(165, 165, 165, 0.5);
          box-shadow: 0 4px 0 rgba(165, 165, 165, 0.5);
  border-radius: 6px;
}

#wrap #reason .reason_txt10 {
  position: relative;
}

#wrap #reason .reason_txt10 dd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 264px;
  width: 100%;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.24px;
  color: #4F3119;
  text-align: center;
}

#wrap #reason .reason_txt11 {
  position: relative;
}

#wrap #reason .reason_txt11 dd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1200px;
  width: 100%;
  padding: 0 100px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.24px;
  color: #4F3119;
}

#wrap #reason .reason_txt12 {
  position: relative;
}

#wrap #reason .reason_txt12 dd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 217px;
  width: 100%;
  padding: 0 72px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.24px;
  color: #4F3119;
}

#wrap #column .container {
  background: url(../img/column_bg01.jpg) no-repeat center top/100%;
}

#wrap #column .container .column_txt01 {
  position: relative;
}

#wrap #column .container .column_txt01 p {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.24px;
  text-shadow: 8px 8px 10px #9B7C52, -8px 8px 10px #9B7C52, 8px -8px 10px #9B7C52, -8px -8px 10px #9B7C52, 16px 16px 20px #9B7C52, -16px 16px 20px #9B7C52, 16px -16px 20px #9B7C52, -16px -16px 20px #9B7C52;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  color: #ffffff;
  top: 258px;
}

#wrap #column .container .column_txt02 {
  position: relative;
}

#wrap #column .container .column_txt02 dd {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2.24px;
  width: 100%;
  color: #4F3119;
  padding: 0 75px;
}

#wrap #column .container .column_txt02 dd span {
  font-weight: bold;
  color: #FF4F3A;
}

#wrap #column .container .column_txt03 {
  position: relative;
}

#wrap #column .container .column_txt03 dd {
  font-size: 22px;
  line-height: 34px;
  position: absolute;
  z-index: 1;
  left: 348px;
  width: 348px;
  top: 146px;
}

#wrap #column .container .column_txt04 {
  padding: 40px 0 65px;
  text-align: center;
}

#wrap #support {
  margin-bottom: 82px;
}

#wrap #support .support_txt01 {
  padding: 0 28px;
  margin-bottom: 22px;
}

#wrap #support .support_txt01 dt {
  font-weight: bold;
  font-size: 36px;
  line-height: 31.78px;
  color: #3C5E26;
  margin-bottom: 12px;
}

#wrap #support .support_txt01 dd {
  font-size: 27px;
  line-height: 31.78px;
  color: #59462A;
}

#wrap #support .support_txt02 {
  background: #f9f6ef;
  width: 690px;
  padding: 25px 20px 35px;
  margin: 0 auto 60px;
}

#wrap #support .support_txt02 dt {
  font-weight: bold;
  font-size: 29px;
  line-height: 31.78px;
  color: #59462A;
  margin-bottom: 24px;
}

#wrap #support .support_txt02 dd {
  font-size: 27px;
  line-height: 43.13px;
}

#wrap #support .support_txt03 {
  background: url(../img/support_bg02.jpg) no-repeat center top/100%;
  padding: 50px 0 42px;
}

#wrap #support .support_txt03 p {
  text-align: center;
  background: url(../img/support_bg01.png) no-repeat center top/100%;
  margin-bottom: 26px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #4F3119;
  height: 212px;
  padding-top: 25px;
}

#wrap #support .support_txt03 dd {
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 2.08px;
  color: #4F3119;
  padding: 0 45px;
}

#wrap #voice02 .container {
  background: url(../img/voice02_bg01.jpg) repeat-y center top/100%;
  padding-top: 428px;
  padding-bottom: 105px;
}

#wrap #voice02 h2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  top: -28px;
}

#wrap #voice02 .voice02_wrap li {
  width: 690px;
  margin: 0 auto;
  background: url(../img/voice02_bg02.jpg) repeat left top/8px;
  padding: 7px;
}

#wrap #voice02 .voice02_wrap li div {
  background: #ffffff;
  padding: 43px 40px 40px;
}

#wrap #voice02 .voice02_wrap li p.star {
  font-size: 29px;
  line-height: 36px;
  color: #4F3119;
  padding-left: 86px;
  background: url(../img/voice02_img02.png) no-repeat 11px top/61px;
  margin-bottom: 12px;
}

#wrap #voice02 .voice02_wrap li p.star span {
  color: #FFBE1D;
  letter-spacing: 3.48px;
}

#wrap #voice02 .voice02_wrap li dt {
  font-size: 33px;
  line-height: 51.43px;
  letter-spacing: 3.3px;
  color: #4F3119;
  margin-bottom: 15px;
  font-weight: bold;
}

#wrap #voice02 .voice02_wrap li dd {
  font-size: 26px;
  line-height: 38px;
  color: #4F3119;
}

#wrap #voice02 .voice02_wrap li:not(:last-child) {
  margin-bottom: 30px;
}

#wrap #material h2 {
  background: url(../img/material_bg01.jpg) no-repeat center 60px/100%;
  margin-top: -60px;
}

#wrap #material .material_txt01 {
  position: relative;
}

#wrap #material .material_txt01 dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 524px;
  padding: 0 25px;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 2.08px;
  color: #4F3119;
}

#wrap #material .material_txt02 {
  position: relative;
}

#wrap #material .material_txt02 dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 2.08px;
  color: #4F3119;
}

#wrap #material .material_txt02 dd:first-of-type {
  top: 216px;
  padding: 0 60px;
}

#wrap #material .material_txt02 dd:nth-of-type(2) {
  top: 1161px;
  padding: 0 25px;
}

#wrap #material .material_txt03 {
  position: relative;
}

#wrap #material .material_txt03 dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 317px;
  padding: 0 70px;
  font-size: 26px;
  line-height: 42px;
  color: #4F3119;
}

#wrap #material .material_txt04 {
  position: relative;
  width: 698px;
  margin: 0 auto;
  padding: 45px 0 50px;
}

#wrap #material .material_txt04 dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 250px;
  padding: 0 30px;
  font-size: 26px;
  line-height: 36px;
}

#wrap #material .material_txt05 {
  position: relative;
  background: url(../img/material_bg02.jpg) no-repeat center top/100%;
}

#wrap #material .material_txt05 dl {
  position: relative;
}

#wrap #material .material_txt05 dl:first-of-type dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 130px;
  padding: 0 25px;
  font-size: 26px;
  line-height: 42px;
  color: #4F3119;
}

#wrap #material .material_txt05 dl:nth-of-type(2) dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 190px;
  padding: 0 63px;
  font-size: 26px;
  line-height: 42px;
  color: #4F3119;
}

#wrap #material .material_txt05 dl:nth-of-type(3) dd {
  position: absolute;
  z-index: 1;
  left: 300px;
  width: 404px;
  top: 37px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 1px;
  color: #4F3119;
}

#wrap #material .material_txt05 dl:nth-of-type(4) dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  top: 316px;
  padding: 30px 20px;
  font-size: 26px;
  line-height: 42px;
  color: #4F3119;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

#wrap #qa .container {
  background: url(../img/qa_bg02.jpg) no-repeat center bottom/100%, url(../img/qa_bg01.jpg) no-repeat center top/100%, #E6F0F2;
  padding-bottom: 75px;
}

#wrap #qa .qa_wrap {
  padding: 27px 22px 62px;
  background: #ffffff;
  width: 700px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

#wrap #qa .qa_wrap dl dt {
  font-weight: bold;
  font-size: 33px;
  line-height: 42.64px;
  letter-spacing: -0.66px;
  color: #50875D;
  background: url(../img/qa_icon_q.png) no-repeat left top/90px;
  margin-bottom: 20px;
  padding: 3px 0 3px 103px;
}

#wrap #qa .qa_wrap dl dd {
  padding-left: 103px;
  background: url(../img/qa_icon_a.png) no-repeat left top/90px;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 2.08px;
  position: relative;
  padding: 0 0 0 103px;
}

#wrap #qa .qa_wrap dl dd span.url {
  letter-spacing: 0.4px;
}

#wrap #qa .qa_wrap dl dd:before {
  content: '';
  left: 48px;
  width: 3px;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  height: calc(100% - 64px);
  background: #FF4F3A;
}

#wrap #qa .qa_wrap dl:not(:last-child) {
  margin-bottom: 44px;
}

#wrap #item_detail .container {
  padding: 55px 22px 45px;
}

#wrap #item_detail dl:not(:last-child) {
  margin-bottom: 35px;
}

#wrap #item_detail dl.item_detail_txt01 dt {
  font-size: 33px;
  color: #FF4F3A;
}

#wrap #item_detail dl.item_detail_txt02 {
  border-radius: 20px;
  border: 0.5px solid #4F3119;
  padding: 30px 20px;
}

#wrap #item_detail dl.item_detail_txt03 table {
  width: 100%;
  border: 0.5px solid #754C24;
  border-collapse: collapse;
}

#wrap #item_detail dl.item_detail_txt03 table th {
  width: 175px;
  background: #c9d9ce;
  padding: 16px 0 16px 25px;
  border: 0.5px solid #754C24;
  font-weight: normal;
  text-align: left;
}

#wrap #item_detail dl.item_detail_txt03 table td {
  padding: 16px 0 16px;
  text-align: center;
  border: 0.5px solid #754C24;
  width: 175px;
}

#wrap #item_detail dt {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #42210B;
  margin-bottom: 12px;
}

#wrap #item_detail dd {
  font-size: 27px;
  line-height: 43.07px;
  letter-spacing: -0.54px;
}

#wrap .info a {
  color: #ffffff;
  text-decoration: underline;
  display: block;
}

#wrap #footer_info {
  font-size: 32px;
  background: #442004;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  padding-top: 50px;
}

#wrap #footer_info p {
  /*  font-size: 32px;*/
  /*  font-weight: 500;*/
  /*  background: url(../img/h5.jpg) repeat-x;*/
  /*  background-size: 100% 100%;*/
  /*  height: 55px;*/
  /*
        margin: 0px;
        padding: 10px 0px 0px 20px;
        */
  /*  border: 1px solid #ccc;*/
}

#wrap #footer_info .info_box {
  padding: 20px 30px 20px;
}

#wrap #footer_info a {
  text-decoration: underline;
  color: #fff;
}

#wrap #footer_info a:hover {
  text-decoration: none;
}

#wrap #footer_info .footer_tit {
  font-size: 32px;
  font-weight: bold;
  background: url("../img/f_info_btn.jpg") no-repeat center center;
  background-size: 690px 61px;
  line-height: 61px;
  text-align: center;
}

#wrap #footer_info ul {
  padding-top: 1px;
}

#wrap #footer_info li {
  padding: 6px 0;
  line-height: 1.5;
}

#wrap #footer_info li img {
  float: left;
}

#wrap .fb {
  font-weight: bold;
}

#wrap #footer_info .footer_order_list {
  font-size: 26px;
  font-weight: bold;
}

#wrap #footer_info .footer_order_list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
}

#wrap #footer_info .footer_order_list li::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background: url("../img/f_info_icon_cart.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -5px;
}

#wrap #footer_info .footer_order_list li:last-of-type::after {
  background: url("../img/f_info_icon_tel.png") no-repeat center center;
  top: 10px;
}

#wrap #footer_info .footer_order_wrap {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

#wrap #footer_info .footer_order_wrap div:first-of-type {
  padding-right: 20px;
  border-right: dashed 1px #fff;
}

#wrap #footer_info .footer_order_wrap div:last-of-type {
  padding-left: 20px;
}

#wrap #footer_info .footer_order_wrap_tel {
  font-size: 24px;
  color: #f9e6c6;
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
}

#wrap #footer_info .footer_order_wrap_tel::after {
  content: '';
  display: block;
  width: 40px;
  height: 24px;
  background: url("../img/f_info_tel_img01.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 9.5px;
}

#wrap #footer_info .footer_order_wrap_time {
  font-size: 22px;
  color: #dfa286;
  font-weight: bold;
}

#wrap #footer_info .footer_postage {
  /*  padding: 15px 10px;*/
  color: #fff;
}

#wrap #footer_info .footer_postage_table {
  text-align: center;
  border: 2px solid #fff;
  border-collapse: collapse;
  margin-bottom: 10px;
}

#wrap #footer_info .footer_postage th,
#wrap #footer_info .footer_postage td {
  line-height: 56px;
  border: 2px dashed #fff;
  width: 248px;
  color: #fff;
}

#wrap #footer_info .footer_postage th span,
#wrap #footer_info .footer_postage td span {
  font-size: 14px;
}

#wrap #footer_info .first_low {
  border-bottom: 2px solid #fff;
}

#wrap #footer_info th.first_col {
  border-right: 2px solid #fff;
  width: 194px;
}

#wrap #footer_info .footer_postage th {
  font-size: 26px;
  font-weight: bold;
}

#wrap #footer_info .footer_postage td {
  font-size: 27px;
  font-weight: bold;
}

#wrap #footer_info .footer_free {
  color: #dfa286;
}

#wrap #footer_info .footer_postage_txt {
  font-size: 22px;
  margin-bottom: 10px;
}

#wrap #footer_info .footer_pay_table {
  text-align: center;
  border: 2px solid #fff;
  border-collapse: collapse;
  margin-right: 10px;
  color: #fff;
}

#wrap #footer_info .footer_pay_table th,
#wrap #footer_info .footer_pay_table td {
  border: 2px dashed #fff;
  line-height: 57px;
}

#wrap #footer_info .footer_pay_table th {
  font-size: 25px;
  font-weight: bold;
  border-right: 2px solid #fff;
  width: 368px;
}

#wrap #footer_info .footer_pay_table td {
  width: 322px;
  font-size: 25px;
  font-weight: bold;
}

#wrap #footer_info .footer_pay_table td span {
  font-size: 14px;
}

#wrap #footer_info .f_info_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 26px;
}

#wrap #footer_info .f_info_card {
  margin-right: 10px;
}

#wrap #footer_info .footer_shipping {
  padding: 10px;
  font-size: 26px;
  margin-bottom: 20px;
}

#wrap #footer_info .footer_security_wrap {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 44px;
  padding: 0 10px;
  margin-bottom: 30px;
}

#wrap #footer_info .footer_security_wrap_left {
  width: 215px;
  margin-right: 20px;
}

#wrap #footer_info .footer_security_wrap_right {
  width: 425px;
}

#wrap #footer_info .top {
  font-size: 32px;
}

#wrap #footer_info .top img {
  float: left;
  margin-top: -10px;
}

#wrap #footer_info table {
  width: 100%;
  font-size: 24px;
  color: #543330;
}

#wrap #footer_info table th {
  font-weight: normal;
  vertical-align: text-top;
  width: 150px;
  padding: 6px 0 0;
}

#wrap #footer_info .footer_returns_txt,
#wrap #footer_info .footer_returns_tel_tit {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}

#wrap #footer_info .footer_returns_tel {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
}

#wrap .footer_returns_tel::after {
  content: '';
  display: block;
  width: 56px;
  height: 34px;
  background: url("../img/f_info_tel_img02.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 7px;
}

#wrap #footer_info .footer_returns_txt02,
#wrap #footer_info .footer_returns_txt03 {
  font-size: 22px;
}

#wrap #footer_bar {
  color: #ffffff;
  background: #442004;
  padding: 20px 4% 50px;
  line-height: 40px;
  font-size: 26px;
  text-align: center;
}

#wrap #footer_bar .footer_company_tit {
  font-size: 35px;
  line-height: 50px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#wrap #footer_bar a {
  color: #fff;
  text-decoration: underline;
}

#wrap #footer_bar .footer_company_tel a {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  line-height: 50px;
  width: 240px;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}

#wrap #footer_bar .footer_company_tel a::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  background: url("../img/f_info_icon_tel_mini.png") no-repeat center center;
  position: absolute;
  left: -14px;
  top: 8px;
}

#wrap .company dt {
  font-size: 24px;
  background: url(../img/h5.jpg) repeat-x;
  height: 25px;
  margin: 0px;
  padding: 10px 0px 0px 20px;
  border: 1px solid #ccc;
  color: #543330;
}

#wrap .com {
  width: 100%;
  border-top: 1px #663300 solid;
  border-left: 1px #663300 solid;
  color: #000000;
  background: #ffffff;
  font-size: 10px;
  margin-bottom: 10px;
}

#wrap .com a {
  color: #663300;
}

#wrap .com th,
#wrap .com td {
  padding: 2px;
  border-right: 1px #663300 solid;
  border-bottom: 1px #663300 solid;
}

#wrap .com th {
  width: 70px;
  text-align: center;
  background: #ffecc4;
}
/*# sourceMappingURL=style.css.map */