@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html, body {
  position: relative;
}

body {
  overflow: auto;
  width: 100%;
  /*min-width: 640px;*/
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus, button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}

img {
  border: none;
}

ol, ul {
  list-style: none;
}

p, dt, dd, li {
  font-size: 1.6rem;
  line-height: 0;
}

li {
  font-size: 1.6rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

p, dd, li, address {
  font-style: normal;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

.wrapper {
  background: url(../img/contents_bg.png) repeat center top/837px;
  max-width: 837px;
  margin: 0 auto;
  background-repeat: repeat-y;
  padding: 60px 0 177px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 835px) {
  .wrapper {
    width: 100%;
    padding: 7.5vw 0 24vw;
    background-size: 100%;
  }
}

#container {
  position: relative;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.inline-pc {
  display: inline-block !important;
}

.inline-sp {
  display: none !important;
}

.inner {
  max-width: 980px;
  padding: 0 24px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.trans {
  transition: all 0.2s;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}
input[type=text].req,
input[type=search].req,
input[type=tel].req,
input[type=number].req,
input[type=url].req,
input[type=email].req,
input[type=password].req,
input[type=date].req,
textarea.req,
select.req {
  background: #fdf8f7 !important;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 11px 10px !important;
    border-width: 2px;
  }
}

textarea {
  resize: vertical;
  width: 100% !important;
  height: 260px !important;
  box-shadow: none;
}
@media (max-width: 835px) {
  textarea {
    height: 124px !important;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
}
@media (max-width: 835px) {
  input::-webkit-input-placeholder {
    font-size: 3.5vw;
  }
}

input:-moz-placeholder {
  color: #aaa;
}
@media (max-width: 835px) {
  input:-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  /*
  ----------------------------------------
  -750
  ----------------------------------------
  */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .inline-pc {
    display: none !important;
  }
  .inline-sp {
    display: inline-block !important;
  }
  .center {
    text-align: left;
  }
  .ta-c {
    text-align: center;
  }
  .wrapper {
    min-width: 100%;
  }
  .bg-fixed {
    position: fixed;
    width: 100%;
  }
  .inner {
    padding: 0 3%;
    max-width: 100%;
    margin: 0;
  }
  p,
  dt,
  dd,
  li {
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* layout */
  html {
    margin-top: 0 !important;
  }
  /* flex */
  .flex {
    display: block;
  }
}
/*
---------------------------------------
header
---------------------------------------
*/
.l-header {
  padding-bottom: 15px;
}
@media (max-width: 835px) {
  .l-header {
    padding-bottom: 5vw;
  }
}

/*
---------------------------------------
l-contents
---------------------------------------
*/
h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 835px) {
  h2 {
    width: 63vw;
    margin: 0 auto 4.5vw;
  }
}

a {
  display: block;
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 835px) {
  .logo {
    width: 51vw;
    margin: 0 auto 1vw;
  }
}

.secArea {
  padding-bottom: 125px;
}
@media (max-width: 835px) {
  .secArea {
    padding-bottom: 15vw;
  }
}

.secArea__item {
  border: 6px solid #fff;
  padding: 26px 28px 0;
  box-shadow: 8px 11px 7px rgba(0, 0, 0, 0.4);
}
@media (max-width: 835px) {
  .secArea__item {
    border-width: 3px;
    padding: 3.3vw 3.1vw 0;
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.4);
  }
}
.secArea__item:not(:last-child) {
  margin-bottom: 38px;
}
@media (max-width: 835px) {
  .secArea__item:not(:last-child) {
    margin-bottom: 5.5vw;
  }
}
.secArea__item.item-01 {
  background: rgba(0, 125, 255, 0.8);
}
.secArea__item.item-02 {
  background: rgba(242, 150, 0, 0.8);
}
.secArea__item.item-03 {
  background: rgba(30, 170, 57, 0.8);
}
.secArea__item.item-04 {
  background: rgba(229, 0, 18, 0.8);
}

.secArea__ttl {
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 0 0 12px 36px;
  line-height: 1;
  margin-bottom: 23px;
}
@media (max-width: 835px) {
  .secArea__ttl {
    padding: 0 0 1.2vw 4.3vw;
    margin-bottom: 2.3vw;
    border-width: 1px;
  }
}
@media (max-width: 835px) {
  .secArea__ttl img {
    width: auto;
    height: 5.7vw;
  }
}
.secArea__ttl:before {
  content: "";
  background: #fff;
  width: 7px;
  height: 57px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media (max-width: 835px) {
  .secArea__ttl:before {
    width: 0.93vw;
    height: 7.1vw;
    bottom: 0.9vw;
  }
}

.secArea__list {
  padding: 0 0 0 18px;
}
@media (max-width: 835px) {
  .secArea__list {
    padding-left: 2.3vw;
  }
}

.secArea__list-item {
  display: inline-block;
  margin-bottom: 32px;
  margin-right: 41px;
}
@media (max-width: 835px) {
  .secArea__list-item {
    margin-bottom: 3.6vw;
    margin-right: 4.6vw;
  }
}
@media (max-width: 835px) {
  .secArea__list-item img {
    width: auto;
    height: 4.6vw;
  }
}

.secStore {
  padding-bottom: 45px;
}
@media (max-width: 835px) {
  .secStore {
    padding-bottom: 5vw;
  }
}

.secStore__heading {
  margin-bottom: 54px;
}
@media (max-width: 835px) {
  .secStore__heading {
    margin-bottom: 6.5vw;
  }
}

.secStore__item {
  position: relative;
  box-shadow: 7px 9px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 835px) {
  .secStore__item {
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.4);
  }
}
.secStore__item:not(:last-child) {
  margin-bottom: 122px;
}
@media (max-width: 835px) {
  .secStore__item:not(:last-child) {
    margin-bottom: 14vw;
  }
}
.secStore__item:not(:last-child):before {
  content: "";
  background: url(../img/store_tri@2x.png) no-repeat center center/cover;
  width: 71.5px;
  height: 46px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -93px;
}
@media (max-width: 835px) {
  .secStore__item:not(:last-child):before {
    width: 8.5vw;
    height: 5.2vw;
    bottom: -10.4vw;
  }
}

.secStore__img img {
  width: 100%;
}

.secStore__btn {
  position: absolute;
  right: 32px;
  bottom: 39px;
}
@media (max-width: 835px) {
  .secStore__btn {
    width: 42.7vw;
    right: 4vw;
    bottom: 4.6vw;
  }
  .secStore__btn img {
    width: 100%;
  }
}

.secInfo__heading {
  margin-bottom: 58px;
}
@media (max-width: 835px) {
  .secInfo__heading {
    margin-bottom: 7.5vw;
  }
}

.secInfo__img {
  box-shadow: 7px 9px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 835px) {
  .secInfo__img {
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.4);
  }
}
.secInfo__img img {
  width: 100%;
}

/*
---------------------------------------
footer
---------------------------------------
*/
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 835px) {
  .totop {
    right: 3vw;
    bottom: 3vw;
    width: 13vw;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Project ------------ */