@charset "UTF-8";
@font-face {
  font-family: "avenirLTHev";
  src: url(fonts/AvenirLTStd-Heavy.woff) format("opentype");
}

body {
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  overflow: auto;
  min-width: 1230px;
  letter-spacing: 0.2em;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    width: 100%;
    letter-spacing: 0.1em;
  }
}

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

@-ms-viewport {
  .content_wapper {
    width: device-width;
  }
}

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

.content_wapper [tabindex="-1"]:focus {
  outline: 0 !important;
}

.content_wapper hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.content_wapper h1, .content_wapper h2, .content_wapper h3, .content_wapper h4, .content_wapper h5, .content_wapper h6, .content_wapper p {
  margin-top: 0;
  margin-bottom: 0;
}

.content_wapper abbr[title],
.content_wapper abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.content_wapper address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.content_wapper ol,
.content_wapper ul,
.content_wapper dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.content_wapper ol ol,
.content_wapper ul ul,
.content_wapper ol ul,
.content_wapper ul ol {
  margin-bottom: 0;
}

.content_wapper dt {
  font-weight: 700;
}

.content_wapper dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.content_wapper blockquote {
  margin: 0 0 1rem;
}

.content_wapper dfn {
  font-style: italic;
}

.content_wapper b,
.content_wapper strong {
  font-weight: bolder;
}

.content_wapper small {
  font-size: 80%;
}

.content_wapper sub,
.content_wapper sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

.content_wapper sub {
  bottom: -.25em;
}

.content_wapper sup {
  top: -.5em;
  font-weight: normal;
}

.content_wapper a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.content_wapper a:hover {
  text-decoration: none;
}

.content_wapper a:not([href]):not([tabindex]) {
  text-decoration: none;
}

.content_wapper a:not([href]):not([tabindex]):hover, .content_wapper a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

.content_wapper a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.content_wapper pre,
.content_wapper code,
.content_wapper kbd,
.content_wapper samp {
  font-size: 1em;
}

.content_wapper pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

.content_wapper figure {
  margin: 0 0 1rem;
}

.content_wapper img {
  vertical-align: middle;
  border-style: none;
}

.content_wapper svg {
  overflow: hidden;
  vertical-align: middle;
}

.content_wapper table {
  border-collapse: collapse;
}

.content_wapper caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

.content_wapper th {
  text-align: inherit;
}

.content_wapper label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.content_wapper button {
  border-radius: 0;
}

.content_wapper button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.content_wapper input,
.content_wapper button,
.content_wapper select,
.content_wapper optgroup,
.content_wapper textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.content_wapper button,
.content_wapper input {
  overflow: visible;
}

.content_wapper button,
.content_wapper select {
  text-transform: none;
}

.content_wapper button,
.content_wapper html [type="button"],
.content_wapper [type="reset"],
.content_wapper [type="submit"] {
  -webkit-appearance: button;
}

.content_wapper button::-moz-focus-inner,
.content_wapper [type="button"]::-moz-focus-inner,
.content_wapper [type="reset"]::-moz-focus-inner,
.content_wapper [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.content_wapper input[type="radio"],
.content_wapper input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.content_wapper input[type="date"],
.content_wapper input[type="time"],
.content_wapper input[type="datetime-local"],
.content_wapper input[type="month"] {
  -webkit-appearance: listbox;
}

.content_wapper textarea {
  overflow: auto;
  resize: vertical;
}

.content_wapper fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.content_wapper legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.content_wapper progress {
  vertical-align: baseline;
}

.content_wapper [type="number"]::-webkit-inner-spin-button,
.content_wapper [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.content_wapper [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.content_wapper [type="search"]::-webkit-search-cancel-button,
.content_wapper [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.content_wapper ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.content_wapper output {
  display: inline-block;
}

.content_wapper summary {
  display: list-item;
  cursor: pointer;
}

.content_wapper template {
  display: none;
}

.content_wapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_wapper .items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_wapper .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_wapper .items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content_wapper .items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content_wapper .justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content_wapper .justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content_wapper .justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content_wapper .justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content_wapper .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content_wapper .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_wapper .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content_wapper .flex-colReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.content_wapper .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content_wapper .flex-rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content_wapper .grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content_wapper .shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content_wapper .d-block {
  display: block;
}

.content_wapper .bg-100 {
  background-size: 100% 100%;
}

.content_wapper .w-100 {
  width: 100%;
}

.content_wapper .maw-100 {
  max-width: 100%;
}

.content_wapper .relative {
  position: relative;
}

.content_wapper .tc {
  text-align: center;
}

.content_wapper .txt-bold {
  font-weight: bold;
}

.content_wapper .center {
  margin-left: auto;
  margin-right: auto;
}

.content_wapper .container {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .content_wapper .container {
    width: 100%;
  }
}

.content_wapper .container02 {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .content_wapper .container02 {
    width: 100%;
  }
}

.content_wapper .pure-img {
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .content_wapper .pure-img {
    max-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .pc-only {
    display: none !important;
  }
}

.content_wapper .sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .content_wapper .sp-only {
    display: block !important;
  }
}

.content_wapper .f-ave-hev {
  font-family: "avenirLTHev";
  font-weight: 600;
}

.content_wapper .f-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.content_wapper .link_line {
  text-decoration: underline;
}

.content_wapper .fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.content_wapper .fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.content_wapper .fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.content_wapper .fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.content_wapper .fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.content_wapper .fz-48 {
  font-size: 48px;
  font-size: 3rem;
}

.content_wapper .lh-24 {
  line-height: 24px;
}

.content_wapper .lh-32 {
  line-height: 32px;
}

.content_wapper .lh-42 {
  line-height: 42px;
}

.content_wapper .txt-ghostblack {
  color: #333;
}

.content_wapper .sup01 {
  vertical-align: sub;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .content_wapper .sup01 {
    vertical-align: baseline;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .fz-17-sp {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .item {
    margin: 0;
  }
}

.content_wapper .arrow_box {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #333;
}

.content_wapper .arrow_box:after, .content_wapper .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.content_wapper .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}

.content_wapper .arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #333;
  border-width: 13px;
  margin-left: -13px;
}

.content_wapper .arrow_box_blue {
  background: #fff;
  border-bottom: 2px solid #c0d7dc;
}

.content_wapper .arrow_box_blue:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.content_wapper .arrow_box_blue:before {
  border-width: 18px;
  margin-left: -18px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #c0d7dc;
}

.content_wapper .arrow_box_pink {
  background: #fff;
  border-bottom: 2px solid #eccbd1;
}

.content_wapper .arrow_box_pink:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.content_wapper .arrow_box_pink:before {
  border-width: 18px;
  margin-left: -18px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #eccbd1;
}

.content_wapper .arrow_box_brown {
  background: #fff;
  border-bottom: 2px solid #e1d9c7;
}

.content_wapper .arrow_box_brown:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.content_wapper .arrow_box_brown:before {
  border-width: 18px;
  margin-left: -18px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #e1d9c7;
}

.content_wapper .arrow_box_gray {
  background: #fff;
  border-bottom: 2px solid #e8e8e3;
}

.content_wapper .arrow_box_gray:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.content_wapper .arrow_box_gray:before {
  border-width: 18px;
  margin-left: -18px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #e8e8e3;
}

.content_wapper .underline_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: linear-gradient(transparent 50%, yellow 50%);
}

.content_wapper .balloon-box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_wapper .balloon-box.left {
  /* 左 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_wapper .balloon-box.right {
  /* 右 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* アイコンと吹き出しの並びを入れ替える */
}

.content_wapper .balloon-l, .content_wapper .balloon-r {
  position: relative;
  /* 三角の位置を固定するために設定 */
  display: inline-block;
  width: 850px;
  margin: 10px 20px 35px;
  /* 上 左右 下のマージン */
  padding: 25px 30px;
  /* ふきだし内の余白 */
  text-align: left;
  /* テキストの揃え */
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .content_wapper .balloon-l, .content_wapper .balloon-r {
    width: 80%;
  }
}

.content_wapper .balloon-l {
  background: #fff;
  /* 背景色 */
  border: 1px solid #333;
  margin-top: 50px;
}

.content_wapper .balloon-r {
  border: 1px solid #eff5f6;
  background: #eff5f6;
  /* 背景色 */
}

.content_wapper .balloon-l::before {
  content: '';
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0px;
  left: -8px;
  z-index: 20;
}

.content_wapper .balloon-l::after {
  content: '';
  border: 16px solid transparent;
  border-bottom-color: #333;
  position: absolute;
  bottom: -1px;
  left: -12px;
  z-index: 10;
}

.content_wapper .balloon-r::after {
  content: '';
  border: 16px solid transparent;
  border-bottom-color: #eff5f6;
  position: absolute;
  bottom: -1px;
  right: -12px;
  z-index: 10;
}

.content_wapper .balloon-l::before {
  /* 左側からの三角の位置 */
  left: -14px;
}

.content_wapper .balloon-l::after {
  /* 左側からの三角の位置 */
  left: -16px;
}

.content_wapper .balloon-r::after {
  /* 右側からの三角の位置 */
  right: -16px;
}

.content_wapper .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
  line-height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .content_wapper .breadcrumb {
    line-height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.content_wapper .breadcrumb img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .content_wapper .breadcrumb img {
    width: 15px;
  }
}

.content_wapper .breadcrumb > *:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/i_angle_right.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px;
}

@media screen and (max-width: 767px) {
  .content_wapper .breadcrumb > *:after {
    width: 4px;
    height: 8px;
    vertical-align: baseline;
    margin: 0 10px;
  }
}

.content_wapper .breadcrumb > *:last-child:after {
  display: none;
}

.content_wapper .section-top {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top {
    padding-top: 80px;
  }
}

.content_wapper .section-top .container-top {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top .container-top {
    width: 100%;
    padding: 10px;
  }
}

.content_wapper .section-top__h1-wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__h1-wrap {
    margin-bottom: 20px;
  }
}

.content_wapper .section-top__h1 {
  font-size: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__h1 {
    font-size: 24px;
  }
}

.content_wapper .section-top__h1:before {
  content: "";
  width: 60px;
  height: 54px;
  display: block;
  margin: 0 auto;
  margin-bottom: -30px;
  background: url(../img/icon_teiki_top.png) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__h1:before {
    width: 40px;
    height: 40px;
    top: -60px;
  }
}

.content_wapper .section-top__h1_sub {
  color: #999;
  font-size: 24px;
  padding: 20px 0 0 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__h1_sub {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
}

.content_wapper .section-top__h2 {
  margin: 20px 0;
  text-align: center;
  background-color: #595757;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  padding: 4px 25px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__h2 {
    font-size: 16px;
  }
}

.content_wapper .section-top__sub-title {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  display: block;
  position: relative;
}

.content_wapper .section-top__sub-title img {
  position: relative;
}

.content_wapper .section-top__sub-title img:before {
  content: '';
  position: absolute;
  display: block;
  background: url(../img/label_01.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__sub-title {
    padding: 0 10px;
  }
}

.content_wapper .section-top .user-pattern {
  padding: 10px 60px 60px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top .user-pattern {
    padding: 10px 20px 30px;
  }
}

.content_wapper .section-top .user-pattern {
  text-align: center;
}

.content_wapper .section-top .user-pattern h3 {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 25px;
}

.content_wapper .section-top .user-pattern h3 span {
  display: inline-block;
  padding: 15px 0;
  min-width: 70%;
  max-width: 95%;
  font-size: 20px;
}

.content_wapper .section-top .user-pattern p {
  text-align: justify;
  letter-spacing: 1.32px;
  font-size: 16px;
  line-height: 1.7;
}

.content_wapper .section-top .user-pattern .small {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.content_wapper .section-top__balloon {
  padding: 0 60px 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon {
    padding: 10px 0 30px;
  }
}

.content_wapper .section-top__balloon .bal-num-wrap {
  display: table-cell;
  vertical-align: middle;
}

.content_wapper .section-top__balloon .ballon-inner {
  display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.content_wapper .section-top__balloon .ballon-inner .img-q {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  max-width: auto;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner .img-q {
    margin: 0 0 10px;
  }
}

.content_wapper .section-top__balloon .ballon-inner .img-a {
  display: inline-block;
  margin: auto 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner .img-a {
    margin: 0 0 10px;
  }
}

.content_wapper .section-top__balloon .ballon-inner .top_text {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner .top_text {
    padding: 0;
  }
}

.content_wapper .section-top__balloon .ballon-inner .top_text.question {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  padding-left: 25px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner .top_text.question {
    padding: 0;
    font-size: 16px;
  }
}

.content_wapper .section-top__balloon .ballon-inner .top_text.answer {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner .top_text.answer {
    font-size: 13px;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-top__balloon .ballon-inner {
    display: block;
  }
}

.content_wapper .section-merit {
  background-color: #fafafa;
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit {
    width: 100%;
    padding: 40px 0;
  }
}

.content_wapper .section-merit .container-merit {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .container-merit {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-to-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.content_wapper .section-merit .merit-point-wrap {
  padding: 30px 10px 10px;
}

.content_wapper .section-merit .merit-point {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

.content_wapper .section-merit .merit-point span {
  font-weight: bold;
  color: #a3c0c7;
  font-size: 15px;
}

.content_wapper .section-merit .merit-point-01 {
  margin-bottom: 20px;
  position: relative;
}

.content_wapper .section-merit .merit-point-01:before {
  position: absolute;
  content: '';
  display: block;
  top: -15px;
  bottom: 0;
  margin: auto;
  background: url(../img/illust01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 41px;
  left: -10px;
}

.content_wapper .section-merit .merit-point-02 {
  margin-bottom: 20px;
  position: relative;
}

.content_wapper .section-merit .merit-point-02:after {
  position: absolute;
  content: '';
  display: block;
  top: -15px;
  bottom: 0;
  margin: auto;
  background: url(../img/illust02.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 41px;
  right: -18px;
}

.content_wapper .section-merit h2 {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.3;
  }
}

.content_wapper .section-merit .merit-wrap {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap {
    padding: 5px;
  }
}

.content_wapper .section-merit .merit-wrap .merit {
  padding: 40px 0;
  background-color: #a3c0c7;
  color: #fff;
  border-radius: 6px;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .merit {
    padding: 20px 0;
    height: 155px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .merit img {
    width: 33%;
  }
}

.content_wapper .section-merit .merit-wrap .sub_text {
  min-height: 50px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .sub_text {
    font-size: 12px;
    font-weight: 100;
    min-height: 35px;
  }
}

.content_wapper .section-merit .merit-wrap .main_text {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .main_text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

.content_wapper .section-merit .merit-wrap .merit-01 .sub_text, .content_wapper .section-merit .merit-wrap .merit-02 .sub_text {
  padding-top: 10px;
}

.content_wapper .section-merit .merit-wrap .merit-01 .main_text {
  margin-top: -5px;
  font-size: 28px;
  font-family: 'avenirLTHev';
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .merit-01 .main_text {
    font-size: 14px;
  }
}

.content_wapper .section-merit .merit-wrap .merit-01 .main_text span {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .merit-01 .main_text span {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-wrap .merit-02 img {
    padding-top: 5px;
    width: 40%;
  }
}

.content_wapper .section-merit .merit_middle_text {
  padding: 40px 0 60px;
  font-size: 29px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit_middle_text {
    font-size: 18px;
    padding: 20px 0 30px;
  }
}

.content_wapper .section-merit .merit_middle_text span {
  background: url(../img/underline.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.content_wapper .section-merit .merit-btn-wrap {
  padding: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-btn-wrap {
    padding: 5px;
  }
}

.content_wapper .section-merit .merit-btn-wrap a {
  display: block;
  padding: 15px 0;
  border-radius: 6px;
  font-weight: bold;
  color: #7a7c81;
}

.content_wapper .section-merit .merit-btn-01 {
  background-color: #eaf0f1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-btn-01 {
    font-size: 13px;
  }
}

.content_wapper .section-merit .merit-btn-01:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i_angle_right_gray.png) no-repeat;
  width: 9px;
  height: 18px;
  background-size: cover;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

.content_wapper .section-merit .merit-btn-01:hover {
  opacity: 0.8;
}

.content_wapper .section-merit .merit-btn-01:hover:after {
  right: 10px;
}

.content_wapper .section-merit .merit-btn-02 {
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit .merit-btn-02 {
    font-size: 13px;
  }
}

.content_wapper .section-merit .merit-btn-02:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i_angle_right_gray.png) no-repeat;
  width: 9px;
  height: 18px;
  background-size: cover;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

.content_wapper .section-merit .merit-btn-02:hover {
  opacity: 0.8;
}

.content_wapper .section-merit .merit-btn-02:hover:after {
  right: 10px;
}

.content_wapper .section-merit .note {
  padding-top: 5px;
  font-size: 14px;
  color: #990000;
}

.content_wapper .section-product {
  padding-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product {
    width: 100%;
    padding: 40px 0;
  }
}

.content_wapper .section-product .container-nav {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .container-nav {
    width: 100%;
    padding: 5px;
  }
}

.content_wapper .section-product .navbtn_wrap {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .navbtn_wrap {
    padding: 5px;
  }
}

.content_wapper .section-product .navbtn {
  text-align: center;
  display: block;
  background-color: #a3c0c7;
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .navbtn {
    font-size: 12px;
    padding-bottom: 20px;
  }
}

.content_wapper .section-product .navbtn:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background: url(../img/i_angle_down_white.png) no-repeat;
  width: 9px;
  height: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .navbtn:after {
    right: 0;
    left: 0;
    bottom: -25px;
  }
}

.content_wapper .section-product .navbtn:hover:after {
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .navbtn:hover:after {
    bottom: 0;
  }
}

.content_wapper .section-product .container-product-head {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product .container-product-head {
    width: 100%;
    padding: 20px 20px 0;
  }
}

.content_wapper .section-product__items .product__h2 {
  padding: 40px 0 25px;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .product__h2 {
    font-size: 26px;
  }
}

.content_wapper .section-product__items .product_sub_title {
  padding: 40px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .product_sub_title {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .product_sub_title_inline {
    padding: 20px;
  }
}

.content_wapper .section-product__items .item-img {
  text-align: center;
  height: calc(250px * 0.8);
  margin: 10px auto 10px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-img {
    height: unset;
  }
}

.content_wapper .section-product__items .item_name {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item_name {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.content_wapper .section-product__items .item_meta {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  min-height: 36px;
}

.content_wapper .section-product__items .item_setdetail {
  background-color: #fafafa;
  text-align: left;
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 115px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item_setdetail {
    padding: 15px;
  }
}

.content_wapper .section-product__items .item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_wapper .section-product__items .item_tag {
  border-radius: 20px;
  padding: 6px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 185px;
  margin: 0 2px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item_tag {
    width: 94%;
  }
}

.content_wapper .section-product__items .item_tag2 {
  border-radius: 20px;
  padding: 6px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 38%;
  margin: 0 2px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item_tag2 {
    width: 94%;
  }
}

@media all and (-ms-high-contrast: none) {
  .content_wapper .section-product__items .item_tag, .content_wapper .section-product__items .item_tag2 {
    padding: 9px 0 3px;
  }
}

.content_wapper .section-product__items .item_tag_pink {
  background-color: #f5b9be;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item_tag_pink {
    margin-bottom: 5px;
  }
}

.content_wapper .section-product__items .item_tag_blue {
  background-color: #c1d7dc;
}

.content_wapper .section-product__items .normal_price {
  padding: 10px 0;
  -webkit-text-decoration-color: #333;
          text-decoration-color: #333;
  text-decoration: line-through;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .normal_price {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .info_special_price {
    font-size: 11px;
    letter-spacing: -0.3px;
  }
}

.content_wapper .section-product__items .special_price {
  padding: 10px 0 10px;
  font-size: 26px;
  color: #cc0000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .special_price {
    font-size: 22px;
  }
}

.content_wapper .section-product__items .special_price span {
  font-size: 12px;
  color: #333;
  font-weight: 100;
}

.content_wapper .section-product__items .others {
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .others {
    font-size: 11px;
    letter-spacing: 0.3px;
    text-align: justify;
  }
}

.content_wapper .section-product__items .item-type {
  font-size: 12px;
  text-align: left;
  padding-bottom: 5px;
  display: block;
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-type {
    margin: 0;
  }
}

.content_wapper .section-product__items .btn {
  display: block;
  padding: 6px 15px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .btn {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.content_wapper .section-product__items .btn02 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 0;
  border-radius: 4px;
  background: #e96496;
  -webkit-box-shadow: 0 5px #c9285e;
          box-shadow: 0 5px #c9285e;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .btn02 {
    font-size: 13px;
    letter-spacing: 0.8px;
    text-align: right;
    padding-right: 0;
  }
}

.content_wapper .section-product__items .btn02:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 25px;
  height: 29px;
  left: 20px;
  background: url(../img/i_cart.png) no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .btn02:before {
    width: 20px;
    left: 10px;
    top: 8px;
  }
}

.content_wapper .section-product__items .btn02:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 5px;
  -webkit-box-shadow: 0 0 #e494af;
          box-shadow: 0 0 #e494af;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .items-wrap {
    padding: 6px;
  }
}

.content_wapper .section-product__items .item-wrap-01 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-01 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01 .item-detail {
    padding: 30px 30px;
  }
}

.content_wapper .section-product__items .item-wrap-01-01 img {
  padding-top: 35px 0;
}

.content_wapper .section-product__items .item-wrap-01-02 img {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01-02 img {
    padding: 35px 0;
  }
}

.content_wapper .section-product__items .item-wrap-01-07 {
  position: relative;
}

.content_wapper .section-product__items .item-wrap-01-07:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 90px;
  height: 90px;
  background: url(../img/topics01.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01-07 .item-img {
    margin-top: 75px;
  }
}

.content_wapper .section-product__items .item-wrap-01-08 {
  position: relative;
}

.content_wapper .section-product__items .item-wrap-01-08:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 90px;
  height: 90px;
  background: url(../img/topics02.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01-08 .item-img {
    margin-top: 75px;
  }
}

.content_wapper .section-product__items .item-wrap-01 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-01 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-01 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-02 {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-02 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-02 .item-detail {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-02 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-02 .btn {
  margin: 0 40px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-02 .btn {
    margin: 0 0 20px;
  }
}

.content_wapper .section-product__items .item-wrap-03 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-03 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-03 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-03 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-03-01 img {
  padding: 35px 0;
}

.content_wapper .section-product__items .item-wrap-04 {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-04 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-04 .item-detail {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-04 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-04 .btn {
  margin: 0 40px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-04 .btn {
    margin: 0 0 20px;
  }
}

.content_wapper .section-product__items .item-wrap-05 {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-05 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-05 .item-detail {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-05 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-05 .btn {
  margin: 0 40px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-05 .btn {
    margin: 0 0 20px;
  }
}

.content_wapper .section-product__items .item-wrap-05-01 img {
  padding: 35px 0;
}

.content_wapper .section-product__items .item-wrap-05-02 img {
  padding: 35px 0;
}

.content_wapper .section-product__items .item-wrap-06 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-06 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-06 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-06 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-06 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-06-02 .item_name {
  letter-spacing: 0px;
}

.content_wapper .section-product__items .item-wrap-07-01 .item_name, .content_wapper .section-product__items .item-wrap-07-02 .item_name {
  letter-spacing: 0px;
}

.content_wapper .section-product__items .item-wrap-07, .content_wapper .section-product__items .item-wrap-07b {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-07, .content_wapper .section-product__items .item-wrap-07b {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-07 .item-detail, .content_wapper .section-product__items .item-wrap-07b .item-detail {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-07 .item-detail, .content_wapper .section-product__items .item-wrap-07b .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-07 .btn, .content_wapper .section-product__items .item-wrap-07b .btn {
  margin: 0 40px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-07 .btn, .content_wapper .section-product__items .item-wrap-07b .btn {
    margin: 0 0 20px;
  }
}

.content_wapper .section-product__items .item-wrap-08 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-08 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-08 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-08 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-08 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-09 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-09 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-09 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-09 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-09 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-09 .normal_price {
  padding-bottom: 5px;
}

.content_wapper .section-product__items .item-wrap-10 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-10 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-10 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-10 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-10 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-10 .normal_price {
  padding-bottom: 5px;
}

.content_wapper .section-product__items .item-wrap-11 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-11 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-11 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-11 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-11 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-11 .normal_price {
  padding-bottom: 5px;
}

.content_wapper .section-product__items .item-wrap-12 {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-12 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-12 .item-detail {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-12 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-12 .btn {
  margin: 0 40px 20px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-12 .btn {
    margin: 0 0 20px;
  }
}

.content_wapper .section-product__items .item-wrap-12-01 .normal_price {
  padding-bottom: 5px;
}

.content_wapper .section-product__items .item-wrap-13 {
  width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-13 {
    width: 100%;
  }
}

.content_wapper .section-product__items .item-wrap-13 .item-detail {
  padding: 30px 12px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-product__items .item-wrap-13 .item-detail {
    padding: 30px 6px;
  }
}

.content_wapper .section-product__items .item-wrap-13 .btn {
  margin: 0 0 20px;
}

.content_wapper .section-product__items .item-wrap-13 .normal_price {
  padding-bottom: 5px;
}

.content_wapper .section-product__items .item-wrap-13 .item_meta {
  letter-spacing: 0.5px !important;
}

.content_wapper .section-merit-detail {
  background-color: #fafafa;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail {
    padding: 40px 0;
  }
}

.content_wapper .section-merit-detail .container-merit-detail {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .container-merit-detail {
    width: 100%;
    padding: 20px;
  }
}

.content_wapper .section-merit-detail .merit-detail-head {
  font-size: 40px;
  font-weight: 100;
  line-height: 1.4;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-head {
    font-size: 26px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
}

.content_wapper .section-merit-detail .sub_text {
  font-size: 17px;
  line-height: 2;
}

.content_wapper .section-merit-detail .merit-detail {
  margin: 60px 0;
  background-color: #fff;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail {
    margin: 40px 0;
    padding: 20px;
  }
}

.content_wapper .section-merit-detail .merit-detail h3 {
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 30px;
  letter-spacing: 1.5px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail h3 img {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail .pure-img {
    max-height: 100%;
  }
}

.content_wapper .section-merit-detail .merit-detail .merit-subhead {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail .merit-subhead {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.content_wapper .section-merit-detail .merit-detail-01 .img-example {
  margin-bottom: 30px;
}

.content_wapper .section-merit-detail .merit-detail-02 .img-wrap {
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-02 .img-wrap {
    padding: 0;
  }
}

.content_wapper .section-merit-detail .merit-detail-02 img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-02 img {
    padding: 0 0 20px;
  }
}

.content_wapper .section-merit-detail .merit-detail-03 .merit-03-inlinetext {
  font-size: 20px;
  font-weight: 700;
  padding: 60px 0 30px;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-03 .merit-03-inlinetext {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.3;
  }
}

.content_wapper .section-merit-detail .merit-detail-04 .merit-04-subhead {
  padding-bottom: 0 !important;
}

.content_wapper .section-merit-detail .merit-detail-04 .merit-04-text {
  padding: 30px 70px;
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-04 .merit-04-text {
    padding: 30px 0;
  }
}

.content_wapper .section-merit-detail .merit-detail-04 .text_center {
  margin: 0 auto;
  text-align: center;
}

.content_wapper .section-merit-detail .merit-detail-05 .merit-05-text_wrap {
  padding: 0 180px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-05 .merit-05-text_wrap {
    padding: 0 10px;
  }
}

.content_wapper .section-merit-detail .merit-detail-05 .merit-05-inlinetext-1 {
  line-height: 2;
  padding-bottom: 20px;
  letter-spacing: 0.9px;
}

.content_wapper .section-merit-detail .merit-detail-05 .merit-05-inlinetext-2 {
  border: 1px solid #e60012;
  padding: 20px 0;
  color: #e60012;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail .merit-detail-06 {
    padding: 20px 0 !important;
  }
}

.content_wapper .section-merit-detail .merit-detail-06 .merit-06-head span {
  font-family: 'avenirLTHev';
}

.content_wapper .section-merit-detail__balloon {
  padding: 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon {
    padding: 10px 0 30px;
  }
}

.content_wapper .section-merit-detail__balloon .balloon-l, .content_wapper .section-merit-detail__balloon .balloon-r {
  width: 80%;
}

.content_wapper .section-merit-detail__balloon .ballon-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner {
    display: block;
  }
}

.content_wapper .section-merit-detail__balloon .ballon-inner .img-q {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0;
  zoom: 1.0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner .img-q {
    margin: 0 0 10px;
  }
}

.content_wapper .section-merit-detail__balloon .ballon-inner .img-a {
  display: inline-block;
  margin: auto 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  zoom: 1.0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner .img-a {
    margin: 0 0 10px;
  }
}

.content_wapper .section-merit-detail__balloon .ballon-inner .top_text {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner .top_text {
    padding: 0;
  }
}

.content_wapper .section-merit-detail__balloon .ballon-inner .top_text.question {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  padding-left: 25px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner .top_text.question {
    padding: 0;
    font-size: 16px;
  }
}

.content_wapper .section-merit-detail__balloon .ballon-inner .top_text.answer {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .content_wapper .section-merit-detail__balloon .ballon-inner .top_text.answer {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.6;
    font-size: 13px;
  }
}

.content_wapper .section-merit-detail__balloon .bal-a-2 img {
  margin: 20px 0;
}

.info {
  text-align: center;
  margin-top: 40px;
  background-color: #fff;
  font-weight: bold;
}

.info__inner {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  font-size: 27px;
  display: inline-block;
}

.info__inner:before {
  position: absolute;
  content: "＼";
  left: -32px;
  top: 0;
  margin: 0;
}

.info__inner:after {
  position: absolute;
  content: "／";
  right: -26px;
  top: 0;
  margin: 0;
}

.info__inner .sp_only {
  display: none;
}

.info__inner span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 65%, #FFFF00 0%);
}

@media screen and (max-width: 320px) {
  .content_wapper .section-top .main-img .title1 {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .content_wapper img {
    max-width: 100%;
  }
  .content_wapper .fade {
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .content_wapper .pc {
    display: none;
  }
  .content_wapper .sp {
    display: block;
  }
  .content_wapper .sp_only {
    display: block;
  }
  .content_wapper a {
    color: #333;
  }
  .content_wapper header {
    width: 100%;
  }
  .content_wapper .header__navi {
    display: none;
  }
  .content_wapper #nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 1000;
    background: #fff;
    text-align: center;
  }
  .content_wapper #nav .logo {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 40.3px;
  }
  .content_wapper #nav .online a {
    width: 130px;
    line-height: 30px;
    float: right;
    background-color: #c0d7dc;
    color: #fff;
    display: inline-block;
    padding: 0px 0 2px;
    text-align: center;
    margin-left: auto;
    margin-right: 58px;
    margin-top: 5px;
    font-family: "avenirLT";
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content_wapper #nav .online a:before {
    content: url(../img/cart1.png);
    position: relative;
    top: 6px;
    left: -5px;
  }
  .content_wapper #nav .close {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 27px;
    height: 20.5px;
  }
  .content_wapper #nav .close a {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    width: 100%;
    height: 100%;
  }
  .content_wapper #nav .close a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 3px;
    background: #333;
  }
  .content_wapper #nav .close a span.c1 {
    transform: translate(0, 2.6vw);
    -ms-transform: translate(0, 2.6vw);
    -moz-transform: translate(0, 2.6vw);
    -webkit-transform: translate(0, 2.6vw);
    -o-transform: translate(0, 2.6vw);
  }
  .content_wapper #nav .close a span.c2 {
    transform: rotate(90deg) translate(2.6vw, 0);
    -ms-transform: rotate(90deg) translate(2.6vw, 0);
    -moz-transform: rotate(90deg) translate(2.6vw, 0);
    -webkit-transform: rotate(90deg) translate(2.6vw, 0);
    -o-transform: rotate(90deg) translate(2.6vw, 0);
  }
  .content_wapper #nav .in {
    overflow-y: scroll;
    /* padding: 30.666vw 0 20.666vw; */
    letter-spacing: 0.08em;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .content_wapper #nav .in .inner0 {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  .content_wapper #nav .in .inner1 {
    padding: 0;
    display: table-cell;
    vertical-align: top;
  }
  .content_wapper #nav .in .nav ul {
    padding-top: 40px;
  }
  .content_wapper #nav .in .nav ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin-top: 25px;
  }
  .content_wapper #nav .in .nav ul li:first-child {
    margin-top: 0;
  }
  .content_wapper #nav .in .nav ul li a {
    position: relative;
  }
  .content_wapper #nav .in .nav ul li a.disable {
    color: #cfcfcf;
  }
  .content_wapper #nav .in .nav ul li span.come {
    display: block;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    color: red;
  }
  .content_wapper #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    z-index: 750;
  }
  .content_wapper #header .menuIcon {
    position: absolute;
    top: 3px;
    right: 10px;
    margin-top: 5px;
  }
  .content_wapper #header .menuIcon .icon {
    width: 25px;
    position: relative;
    display: block;
    right: 10px;
  }
  .content_wapper #header .menuIcon .icon a {
    display: block;
  }
  .content_wapper #header .menuIcon .icon span {
    position: absolute;
    left: 8px;
    width: 100%;
    height: 0.9333vw;
    background: #333;
  }
  .content_wapper #header .menuIcon .icon span.i1 {
    top: 0;
  }
  .content_wapper #header .menuIcon .icon span.i2 {
    top: 2.1333vw;
  }
  .content_wapper #header .menuIcon .icon span.i3 {
    top: 4.2666vw;
  }
  .content_wapper #header .text {
    position: absolute;
    top: 26px;
    right: -4px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content_wapper #header__navi {
    display: none;
  }
  .content_wapper .header {
    width: 100%;
    padding: 0;
  }
  .content_wapper .header__logo {
    text-align: left;
    background: #fff;
    padding: 0 0 15px 0;
    margin: 0;
  }
  .content_wapper .header__logo .logo {
    text-align: left;
    display: inline-block;
    position: static;
  }
  .content_wapper .header__logo .logo img {
    width: 42%;
    margin: 5px 0 0 10px;
  }
  .content_wapper .header__logo a.online {
    width: 130px;
    margin-right: 58px;
    margin-top: 5px;
    /* line-height: 30px; */
    float: right;
    background-color: #c0d7dc;
    color: #fff;
    display: inline-block;
    padding: 0px 0 2px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content_wapper .header__logo a.online:before {
    content: url(../img/cart1.png);
    position: relative;
    top: 6px;
    left: -5px;
  }
  .content_wapper .header .header__customer {
    text-align: center;
    color: #fff;
    background-color: #c0d7dc;
    height: 40px;
    line-height: 40px;
  }
  .content_wapper .header .header__customer a {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .content_wapper .header .header__customer a:before {
    content: url(../img/bskt1.png);
    position: relative;
    top: 6px;
    left: 3px;
  }
  .content_wapper #main_wrapper {
    width: 100%;
    color: #333;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 60px;
  }
  .content_wapper #main_wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content_wapper #main_wrapper *:after, .content_wapper #main_wrapper *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content_wapper #main_wrapper section .container {
    width: 100%;
    padding: 58px 20px;
    text-align: center;
  }
  .content_wapper #main_wrapper section .container .section_title {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-font-variant-ligatures: none;
            font-variant-ligatures: none;
  }
  .content_wapper #main_wrapper section .container .section_title span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
    margin-top: 15px;
    -webkit-font-variant-ligatures: none;
            font-variant-ligatures: none;
  }
  .content_wapper #main_wrapper section .container .txt_1 {
    text-align: center;
    line-height: 2.5;
    letter-spacing: 2px;
  }
  .content_wapper #main_wrapper section .container a.btn {
    padding: 15px 10px;
    border: 1px solid #333;
    width: 100%;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .content_wapper #main_wrapper section .container a.btn:after {
    left: 91%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #858585;
    border-right: 1px solid #858585;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content_wapper #main_wrapper section container02 {
    width: 100%;
  }
  .content_wapper #main_wrapper .bk_blue {
    background-color: #e2f0f1;
  }
  .content_wapper .section-top {
    padding-bottom: 40px;
  }
  .content_wapper .section-top .main-img {
    min-height: unset;
    position: relative;
  }
  .content_wapper .section-top .main-img .main-img-txt {
    background-color: unset;
    position: absolute;
    top: 53px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .content_wapper .section-top .main-img .main-img-txt .content {
    background-color: unset;
  }
  .content_wapper .section-top .main-img .main-img-txt .title2 {
    font-size: 20px;
  }
  .content_wapper .products {
    padding: 40px 0;
  }
  .content_wapper .product-list .step-title {
    padding: 30px 0;
    max-width: 90%;
    margin: 0 auto;
    font-size: 21px;
  }
  .content_wapper .product-list .product-list-item {
    padding: 40px 30px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content_wapper .product-list .product-list-item .content {
    padding-bottom: 20px;
  }
  .content_wapper .product-list .product-list-item .description {
    padding: 5px 0 !important;
    font-size: 13px;
  }
  .content_wapper .product-list .product-list-item .btn01:after {
    top: 16px;
  }
  .content_wapper .product-list .product-list-item .btn01:hover {
    opacity: 1;
    background: #fff;
  }
  .content_wapper .product-list .product-list-item .btn01:hover:after {
    right: 18px;
  }
  .content_wapper .product-list .btn_wrap {
    padding: 0 !important;
  }
  .content_wapper .product-list .btn {
    margin-bottom: 10px;
  }
  .content_wapper .info {
    margin-top: 40px;
  }
  .content_wapper .info__inner {
    font-size: 16px;
  }
  .content_wapper .info__inner:before {
    position: absolute;
    content: "＼";
    left: -26px;
    top: 0;
    margin: 0;
    font-size: 33px;
  }
  .content_wapper .info__inner:after {
    position: absolute;
    content: "／";
    right: -26px;
    top: 0;
    margin: 0;
    font-size: 33px;
  }
  .content_wapper .info__inner .sp_only {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .content_wapper .info__inner {
    font-size: 14px;
  }
}
/*# sourceMappingURL=teiki.css.map */