@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span, button,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  border-style: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: "LINESeedJP";
  src: url("../vendor/font/LINESeedJP_OTF_Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../vendor/font/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

.rst * {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: LINESeedJP, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 31px;
  color: #000;
  min-width: 1200px;
  background: #CABAAD url(../img/common/background.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 134px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
    background: #CABAAD url(../img/common/background_sp.png) no-repeat top center;
    background-size: 100% auto;
    font-size: 4.267vw;
    line-height: 8.267vw;
    padding-top: 26.667vw;
  }
}
body.body-js-active {
  overflow: hidden;
}
body.body-js-active header.fixed .c-header__logo {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header.fixed {
    background: none;
  }
  header.fixed .c-header__logo {
    opacity: 0;
  }
}

.c-header {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-header {
    max-width: 1200px;
    padding: 24px 5px 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 6.667vw 3.467vw 6.667vw 3.733vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 65.067vw;
    z-index: 9999;
  }
}
.c-header__logo p {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-header__logo p {
    font-size: 1.2rem;
    margin: 0 0 -2px -1px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo p {
    font-size: 2.667vw;
    line-height: 1;
    margin: 1.067vw 0 1.867vw -0.533vw;
  }
  .c-header__logo p span {
    display: none;
  }
}
.c-header__logo img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header__logo img {
    width: 340px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 65.067vw;
    height: 7.733vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header .btn_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header .btn_menu {
    width: 13.333vw;
    height: 13.333vw;
    border-radius: 1.333vw;
    background: #EA602A;
    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;
    z-index: 9999;
  }
  .c-header .btn_menu span {
    width: 5.6vw;
    height: 0.533vw;
    background: #fff;
    display: block;
    position: relative;
  }
  .c-header .btn_menu span:before, .c-header .btn_menu span:after {
    content: "";
    width: 100%;
    height: 0.533vw;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.27s;
    transition: all 0.27s;
  }
  .c-header .btn_menu span:before {
    top: -2.133vw;
  }
  .c-header .btn_menu span:after {
    bottom: -2.133vw;
  }
  .c-header .btn_menu.header_menuButton-js-active span {
    height: 0;
  }
  .c-header .btn_menu.header_menuButton-js-active span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
    top: auto;
  }
  .c-header .btn_menu.header_menuButton-js-active span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-header__menu.header_menu-js-active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-header__menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu nav {
    padding: 33.333vw 5.333vw 8vw;
  }
}
.c-header__menu nav a {
  text-decoration: none;
  color: #6C4848;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-header__menu nav a {
    font-size: 1.5rem;
    margin-right: 32px;
  }
  .c-header__menu nav a:first-child {
    margin-right: 34px;
  }
  .c-header__menu nav a:nth-child(3) {
    margin-right: 31px;
  }
  .c-header__menu nav a:nth-child(4) {
    margin-right: 25px;
  }
  .c-header__menu nav a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu nav a {
    font-size: 4.267vw;
    display: block;
    border-bottom: 1px solid #EA602A;
    padding: 2.667vw;
  }
}
.c-header__menu .bnt-contact {
  background: #EA602A;
  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;
}
@media screen and (min-width: 768px) {
  .c-header__menu .bnt-contact {
    border-radius: 10px;
    width: 72px;
    height: 62px;
    margin-left: 48px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-header__menu .bnt-contact:hover {
    background: #F2971B;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu .bnt-contact {
    border-radius: 2.667vw;
    width: 89.333vw;
    height: 16.533vw;
    margin: auto;
  }
}
.c-header__menu .bnt-contact img {
  width: 28px;
  height: 23px;
}

.c-title {
  color: #6C4848;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.2rem;
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 8.533vw;
    line-height: 9.6vw;
    padding-bottom: 13.6vw;
  }
}
.c-title:after, .c-title:before {
  content: "";
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
}
.c-title:before {
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
  background: #EA602A;
}
.c-title:after {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: #F2971B;
}

@media screen and (min-width: 768px) {
  .c-listpoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint {
    padding: 0 6.4vw;
  }
}
.c-listpoint li {
  background: #F8F5E7;
}
@media screen and (min-width: 768px) {
  .c-listpoint li {
    width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li {
    margin-bottom: 9.333vw;
  }
}
.c-listpoint li .ct {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-listpoint li .ct {
    padding: 24px 24px 70px 21px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li .ct {
    padding: 6.4vw 6.4vw 18.667vw 5.6vw;
    border-radius: 2.667vw;
  }
}
.c-listpoint li h3 {
  color: #6C4848;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-listpoint li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li h3 {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
}
.c-listpoint li p {
  color: #6C4848;
}
.c-listpoint li p.point {
  color: #fff;
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-listpoint li p.point {
    font-size: 5rem;
    bottom: 4px;
    line-height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li p.point {
    font-size: 13.333vw;
    bottom: 1.067vw;
    line-height: 9.867vw;
  }
}
.c-listpoint li p.point span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-listpoint li p.point span {
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li p.point span {
    font-size: 19.733vw;
  }
}
.c-listpoint li p.step {
  color: #fff;
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-listpoint li p.step {
    font-size: 5rem;
    bottom: 10px;
    line-height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li p.step {
    font-size: 13.333vw;
    bottom: 2.667vw;
    line-height: 9.867vw;
  }
}
.c-listpoint li p.step span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-listpoint li p.step span {
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li p.step span {
    font-size: 19.733vw;
  }
}
@media screen and (min-width: 768px) {
  .c-listpoint li:nth-child(1) .point {
    left: 119px;
  }
  .c-listpoint li:nth-child(1) .point span {
    top: -1px;
    right: -12px;
  }
  .c-listpoint li:nth-child(1) .step {
    left: 143px;
  }
  .c-listpoint li:nth-child(1) .step span {
    top: 9px;
    right: -6px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li:nth-child(1) .point {
    left: 31.733vw;
  }
  .c-listpoint li:nth-child(1) .point span {
    top: -0.267vw;
    right: -1.333vw;
  }
  .c-listpoint li:nth-child(1) .step {
    left: 38.133vw;
  }
  .c-listpoint li:nth-child(1) .step span {
    top: 2.4vw;
    right: -1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .c-listpoint li:nth-child(2) .point {
    left: 103px;
  }
  .c-listpoint li:nth-child(2) .point span {
    top: -1px;
    right: -12px;
  }
  .c-listpoint li:nth-child(2) .step {
    left: 129px;
  }
  .c-listpoint li:nth-child(2) .step span {
    top: 9px;
    right: -6px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li:nth-child(2) .point {
    left: 27.467vw;
  }
  .c-listpoint li:nth-child(2) .point span {
    top: -0.267vw;
    right: -3.2vw;
  }
  .c-listpoint li:nth-child(2) .step {
    left: 34.4vw;
  }
  .c-listpoint li:nth-child(2) .step span {
    top: 2.4vw;
    right: -1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .c-listpoint li:nth-child(3) .point {
    left: 109px;
  }
  .c-listpoint li:nth-child(3) .point span {
    top: 2px;
    right: -12px;
  }
  .c-listpoint li:nth-child(3) .step {
    left: 138px;
  }
  .c-listpoint li:nth-child(3) .step span {
    top: 9px;
    right: -2px;
  }
}
@media screen and (max-width: 767px) {
  .c-listpoint li:nth-child(3) .point {
    left: 29.067vw;
  }
  .c-listpoint li:nth-child(3) .point span {
    top: 0.533vw;
    right: -3.2vw;
  }
  .c-listpoint li:nth-child(3) .step {
    left: 36.8vw;
  }
  .c-listpoint li:nth-child(3) .step span {
    top: 2.4vw;
    right: -0.533vw;
  }
}

.area_mainmv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .area_mainmv {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .area_mainmv {
    margin-top: 24px;
  }
}
.area_mainmv .img_main {
  height: auto;
  display: block;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .area_mainmv .img_main {
    width: calc(50% + 83px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .area_mainmv .img_main {
    width: 96.533vw;
  }
}
.area_mainmv__in:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .area_mainmv__in .inner {
    width: 603px;
    float: right;
    padding-top: 151px;
  }
}
@media screen and (max-width: 767px) {
  .area_mainmv__in .inner {
    margin-top: 34px;
  }
  .area_mainmv__in .inner p {
    font-size: 4.267vw;
    line-height: 8.267vw;
    padding: 0 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .area_mainmv__in .title {
    margin-bottom: 20px;
  }
  .area_mainmv__in .title img {
    width: 603px;
    height: 185px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .area_mainmv__in .title {
    padding: 0 2.933vw;
    margin-bottom: 11.2vw;
  }
  .area_mainmv__in .title img {
    width: 93.6vw;
    height: 26.4vw;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .area_insured {
    margin-top: 81px;
    background: url(../img/top/bg2.png) no-repeat bottom center;
    background-size: cover;
    padding: 84px 0 59px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured {
    margin-top: 13.067vw;
    background: url(../img/top/bg2_sp.png) no-repeat bottom center;
    background-size: cover;
    padding: 8vw 0 19.733vw;
  }
  .area_insured .c-title {
    font-size: 5.6vw;
    padding-bottom: 7.733vw;
  }
}
@media screen and (min-width: 768px) {
  .area_insured .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner {
    margin-top: 61px;
  }
}
@media screen and (min-width: 768px) {
  .area_insured .inner .left {
    width: calc(100% - 506px);
    padding: 17px 0 0 34px;
  }
}
.area_insured .inner .left img {
  display: block;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .left img {
    width: 472px;
    height: 249px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .left img {
    width: 85.333vw;
    height: 45.067vw;
    margin: auto;
  }
}
.area_insured .inner .left p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .left p {
    font-size: 17px;
    margin: 23px 0 0 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .left p {
    font-size: 4.533vw;
    margin: 6.4vw 8vw 0 6.933vw;
    line-height: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .area_insured .inner .list_item {
    width: 506px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .list_item {
    padding: 0 7.2vw;
    margin-top: 28.8vw;
  }
}
.area_insured .inner .item {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .item {
    padding: 18px 26px 19px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .area_insured .inner .item:nth-child(2) .ct {
    padding-top: 9px;
  }
  .area_insured .inner .item:nth-child(3) {
    padding: 18px 30px 19px 21px;
    margin-bottom: 0;
  }
  .area_insured .inner .item:nth-child(3) .ct {
    padding-top: 0;
  }
  .area_insured .inner .item:nth-child(3) .ct h3 {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .item {
    padding: 8.267vw 6.667vw 6.933vw 7.467vw;
    margin-bottom: 8vw;
  }
  .area_insured .inner .item:nth-child(3) {
    padding-bottom: 9.067vw;
    margin-bottom: 0;
  }
  .area_insured .inner .item:nth-child(3) .ct h3 {
    margin-bottom: 5.333vw;
  }
}
.area_insured .inner .item .photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .item .photo {
    width: 162px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .item .photo {
    width: 43.2vw;
    margin: auto;
  }
}
.area_insured .inner .item .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.area_insured .inner .item .photo span {
  color: #FFF;
  font-weight: 700;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .item .photo span {
    font-size: 7.4rem;
    bottom: -6px;
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .item .photo span {
    font-size: 19.733vw;
    bottom: -1.6vw;
    left: -4.533vw;
  }
}
.area_insured .inner .item .ct {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .item .ct {
    width: calc(100% - 162px);
    padding-left: 30px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .item .ct {
    padding-top: 14.667vw;
  }
}
.area_insured .inner .item .ct h3 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .area_insured .inner .item .ct h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .area_insured .inner .item .ct h3 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
    padding-left: 1.6vw;
  }
}

@media screen and (min-width: 768px) {
  .area_commitment {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .area_commitment {
    padding-top: 16.267vw;
  }
}
@media screen and (min-width: 768px) {
  .area_commitment .c-title {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .area_commitment .c-title {
    font-size: 8.533vw;
    padding-bottom: 13.6vw;
  }
}
@media screen and (min-width: 768px) {
  .area_commitment ul {
    margin-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .area_commitment ul {
    margin-top: 19.733vw;
  }
}
.area_commitment ul li {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .area_commitment ul li {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .area_commitment ul li {
    border-radius: 2.667vw;
  }
}

@media screen and (min-width: 768px) {
  .area_shopping {
    padding-top: 107px;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .area_shopping {
    padding-top: 16.267vw;
    margin-bottom: 16.8vw;
  }
}
@media screen and (min-width: 768px) {
  .area_shopping .c-title {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .area_shopping .c-title {
    font-size: 8.533vw;
    padding-bottom: 13.6vw;
  }
}
@media screen and (min-width: 768px) {
  .area_shopping .list_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .area_shopping .list_link {
    margin-top: 15.733vw;
    padding: 0 6.4vw;
  }
}
.area_shopping .list_link a {
  display: block;
  position: relative;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .area_shopping .list_link a {
    width: 328px;
    height: 261px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 10px;
  }
  .area_shopping .list_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .area_shopping .list_link a {
    border-radius: 2.667vw;
    width: 87.467vw;
    margin-bottom: 9.6vw;
  }
}
.area_shopping .list_link a img {
  width: 100%;
}
.area_shopping .list_link a .icon {
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .area_shopping .list_link a .icon {
    width: 16px;
    height: 17px;
    bottom: 7px;
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .area_shopping .list_link a .icon {
    width: 4.267vw;
    height: 4.533vw;
    top: 4vw;
    right: 3.733vw;
  }
}

.accordionBtns {
  background: #E4DFCC;
}
@media screen and (min-width: 768px) {
  .accordionBtns {
    padding: 45px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns {
    padding: 5.067vw 4.267vw 10.667vw;
    border-radius: 2.667vw;
    margin: 0 3.467vw;
  }
}
.accordionBtns h3 {
  text-align: center;
  color: #6C4848;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordionBtns h3 {
    padding: 13px 0 10px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns h3 {
    font-size: 3.2rem;
    padding: 21.067vw 0 8vw;
  }
}
.accordionBtns h3 span {
  border: 2px solid #6C4848;
  background: #E4DFCC;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .accordionBtns h3 span {
    width: 54px;
    height: 54px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns h3 span {
    width: 10.933vw;
    height: 10.133vw;
    right: 1.333vw;
  }
}
.accordionBtns h3 span:before, .accordionBtns h3 span:after {
  content: "";
  background: #6C4848;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .accordionBtns h3 span:before {
    width: 27px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns h3 span:before {
    width: 4.8vw;
    height: 0.533vw;
  }
}
@media screen and (min-width: 768px) {
  .accordionBtns h3 span:after {
    height: 27px;
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns h3 span:after {
    height: 4.8vw;
    width: 0.533vw;
  }
}
.accordionBtns h3.is-open span:after {
  opacity: 0;
}
.accordionBtns h4 {
  color: #6C4848;
  font-weight: 700;
}
.accordionBtns h4:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .accordionBtns h4 {
    font-size: 2.4rem;
    margin-bottom: 22px;
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns h4 {
    font-size: 6.4vw;
    margin-bottom: 5.867vw;
    margin-top: 16vw;
  }
}
.accordionBtns p {
  color: #6C4848;
  line-height: 31px;
}
@media screen and (min-width: 768px) {
  .accordionBtns .inner {
    padding: 92px 41px 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordionBtns .inner {
    padding-top: 9.333vw;
  }
}
.accordionBtns .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.area-notification {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #F8F5E7;
  color: #6C4848;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-top: 72px;
  padding: 29px 0 16px;
}
@media screen and (max-width: 767px) {
  .area-notification {
    display: none;
  }
}

.area-purchase {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-purchase {
    margin-top: 81px;
    padding-top: 104px;
    padding-bottom: 90px;
  }
  .area-purchase .c-title {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase {
    margin-top: 12vw;
    padding-top: 21.333vw;
  }
  .area-purchase .c-title {
    padding-bottom: 14.133vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-instore {
    margin-bottom: 111px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-instore {
    margin-bottom: 21.867vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-instore .c-listpoint {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-instore .c-listpoint {
    margin-top: 14.933vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-instore .c-listpoint li {
    border-radius: 0 0 10px 10px;
  }
  .area-purchase .box-instore .c-listpoint li .ct {
    height: calc(100% - 216px);
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-instore .c-listpoint li {
    border-radius: 0 0 2.667vw 2.667vw;
    margin-bottom: 8.267vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-homedelivery {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-homedelivery {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-homedelivery .c-listpoint {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-homedelivery .c-listpoint {
    margin-top: 18.667vw;
  }
}
@media screen and (min-width: 768px) {
  .area-purchase .box-homedelivery .c-listpoint li {
    border-radius: 10px;
  }
  .area-purchase .box-homedelivery .c-listpoint li .ct {
    padding-bottom: 103px;
  }
}
@media screen and (max-width: 767px) {
  .area-purchase .box-homedelivery .c-listpoint li {
    border-radius: 2.667vw;
  }
}

.area-store {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-store {
    height: 577px;
  }
}
@media screen and (max-width: 767px) {
  .area-store {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .area-store .map {
    width: 50%;
    height: 577px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .area-store .map {
    height: 153.867vw;
  }
}
.area-store .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.area-store .inner:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .area-store .inner .txt-store {
    width: 550px;
    float: right;
    padding: 70px 0 0 69px;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner .txt-store {
    padding: 13.6vw 4.267vw 20vw;
  }
}
.area-store .inner h2 {
  font-weight: 700;
  color: #6C4848;
}
@media screen and (min-width: 768px) {
  .area-store .inner h2 {
    font-size: 2.8rem;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner h2 {
    font-size: 7.467vw;
    text-align: center;
    margin-bottom: 12.8vw;
  }
}
.area-store .inner .address {
  color: #6C4848;
}
@media screen and (min-width: 768px) {
  .area-store .inner .address h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner .address h3 {
    font-size: 5.6vw;
    margin-bottom: 1.333vw;
  }
}
.area-store .inner .tel_mail {
  font-weight: 700;
  color: #6C4848;
}
@media screen and (min-width: 768px) {
  .area-store .inner .tel_mail {
    margin: 26px 0 47px;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner .tel_mail {
    margin: 2.933vw 0;
  }
}
@media screen and (min-width: 768px) {
  .area-store .inner .tel_mail .tell {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner .tel_mail .tell {
    font-size: 6.933vw;
    line-height: 10.933vw;
  }
}
@media screen and (min-width: 768px) {
  .area-store .inner .tel_mail .email {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .area-store .inner .tel_mail .email {
    font-size: 5.6vw;
    line-height: 8.267vw;
    margin: 1.6vw 0 0 1.067vw;
  }
}

.area-contact {
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .area-contact {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .area-contact {
    padding: 0 2.667vw;
  }
}
.area-contact .inner {
  border-top: 1px solid #6C4848;
  border-bottom: 1px solid #6C4848;
  text-align: center;
  color: #6C4848;
}
@media screen and (min-width: 768px) {
  .area-contact .inner {
    padding: 33px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .area-contact .inner {
    padding: 6.933vw 0 15.467vw;
  }
}
.area-contact .inner h2 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .area-contact .inner h2 {
    font-size: 2.6rem;
    line-height: 51px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .area-contact .inner h2 {
    font-size: 6.4vw;
    line-height: 13.6vw;
    margin-bottom: 7.2vw;
  }
}
.area-contact .inner .tell {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .area-contact .inner .tell {
    font-size: 2.8rem;
    margin-top: 32px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .area-contact .inner .tell {
    font-size: 7.467vw;
    line-height: 11.467vw;
    margin-top: 5.067vw;
  }
}
.area-contact .inner a {
  background: #EA602A;
  font-weight: 700;
  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;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .area-contact .inner a {
    width: 242px;
    height: 62px;
    border-radius: 10px;
    font-size: 1.8rem;
    margin: 37px auto 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .area-contact .inner a:hover {
    background: #F2971B;
  }
}
@media screen and (max-width: 767px) {
  .area-contact .inner a {
    width: 64.533vw;
    height: 16.533vw;
    border-radius: 2.667vw;
    font-size: 4.8vw;
    margin: 13.6vw auto 0;
  }
}

.area-company {
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .area-company {
    padding: 101px 0 183px;
  }
}
@media screen and (max-width: 767px) {
  .area-company {
    padding: 15.733vw 3.2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .area-company .c-title {
    padding-bottom: 41px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .area-company .c-title {
    padding-bottom: 9.867vw;
    margin-bottom: 20.267vw;
  }
}
.area-company table {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .area-company table {
    max-width: 914px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .area-company table {
    display: block;
  }
  .area-company table tbody, .area-company table tr {
    display: block;
    width: 100%;
  }
}
.area-company table th {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .area-company table th {
    width: 206px;
    font-size: 2rem;
    border-bottom: 2px solid #000;
    padding: 16px 34px 14px 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .area-company table th {
    width: 100%;
    font-size: 5.333vw;
    text-align: center;
    border-bottom: 0.267vw solid #000;
    padding: 0 0 4vw 0;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .area-company table td {
    font-size: 2rem;
    padding: 16px 0 14px 38px;
    border-bottom: 1px solid #A6A6A6;
  }
}
@media screen and (max-width: 767px) {
  .area-company table td {
    font-size: 5.333vw;
    padding: 5.067vw 0 3.467vw 0;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    line-height: 9.067vw;
    text-align: center;
    margin-bottom: 5.067vw;
  }
}
.area-company .accordionBtns {
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .area-company .accordionBtns {
    margin-top: 165px;
  }
}
@media screen and (max-width: 767px) {
  .area-company .accordionBtns {
    margin-top: 102px;
  }
}
@media screen and (min-width: 768px) {
  .area-company .accordionBtns h3 {
    padding: 0.5px 0 6.5px;
  }
}
@media screen and (max-width: 767px) {
  .area-company .accordionBtns h3 {
    padding: 21.6vw 0 13.067vw;
  }
}
.area-company .accordionBtns h3 span {
  background: #fff;
}
.area-company .accordionBtns h3 span:before {
  width: 18px;
}
.area-company .accordionBtns h3 span:after {
  height: 18px;
}
@media screen and (min-width: 768px) {
  .area-company .accordionBtns h3 span {
    width: 41px;
    height: 38px;
  }
  .area-company .accordionBtns h3 span:before {
    width: 18px;
  }
  .area-company .accordionBtns h3 span:after {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .area-company .accordionBtns h3 span {
    width: 10.933vw;
    height: 10.133vw;
    right: -3.2vw;
  }
  .area-company .accordionBtns h3 span:before {
    width: 4.8vw;
  }
  .area-company .accordionBtns h3 span:after {
    height: 4.8vw;
  }
}
.area-company .accordionBtns h4 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .area-company .accordionBtns h4 {
    font-size: 1.6rem;
    margin: 31px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .area-company .accordionBtns h4 {
    font-size: 4.267vw;
    margin: 8.267vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .area-company .accordionBtns .inner {
    padding: 81px 87px 20px;
  }
}
@media screen and (max-width: 767px) {
  .area-company .accordionBtns .inner {
    padding: 0;
  }
}

.c-footer {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding-top: 61.333vw;
  }
}
.c-footer__inner {
  text-align: center;
}
.c-footer__inner p {
  color: #6C4848;
}
@media screen and (max-width: 767px) {
  .c-footer__inner p span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__logo {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    margin-bottom: 6.133vw;
  }
}
.c-footer__logo p {
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-footer__logo p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo p {
    line-height: 7.467vw;
    font-size: 4.267vw;
  }
}
.c-footer__logo img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-footer__logo img {
    width: 458px;
    height: 54px;
    margin: 4px auto 0;
    padding-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 77.867vw;
    height: 9.333vw;
    margin: 1.333vw auto 0;
  }
}
.c-footer .copyright {
  background: #6C4848;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer .copyright {
    font-size: 1.6rem;
    padding: 22px 0 16px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .copyright {
    font-size: 4.267vw;
    padding: 5.867vw 0 4.267vw;
    margin-top: 15.467vw;
  }
}