@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  background: #fff;
  font-size: 62.5%; }

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

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

fieldset,
img {
  border: none; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

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

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ""; }

abbr,
acronym {
  border: none;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

a img,
map a {
  border: none; }

a:hover,
a:active,
a:focus {
  outline: 0; }

embed {
  width: 100%; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

object,
embed {
  height: 100%; }

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

div {
  vertical-align: top; }

strong {
  font-weight: bold; }

em {
  font-style: normal; }

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1; }

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type="button"],
input[type="submit"],
.touch-hover {
  -webkit-tap-highlight-color: transparent; }

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

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%; }

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block; } }
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1; }

/*  form
---------------------------------------------*/
input {
  line-height: 1; }

form img,
input,
select {
  vertical-align: middle; }

textarea {
  resize: none; }

select {
  padding: 1px; }

legend {
  display: none; }

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto; }

textarea {
  height: auto; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px; }

/* ======= outline ======= */
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  outline: none; }

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1; }

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

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

/* ======= display none ======= */
@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important; } }
/*  position
---------------------------------------------*/
.static {
  position: static !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed !important; }

/*  float
---------------------------------------------*/
.leftBox {
  float: left; }

.rightBox {
  float: right; }

.nofloat {
  float: none !important; }

.clearfix {
  zoom: 1; }

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

.clear {
  clear: both !important; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important; }

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important; }

.brNone {
  border-right: none !important; }

.bbNone {
  border-bottom: none !important; }

.blNone {
  border-left: none !important; }

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important; }

.italic {
  font-style: italic !important; }

.note {
  color: #eaeaea;
  margin-left: 1.0em;
  text-indent: -1.0em; }

.underline {
  text-decoration: underline !important; }

.textNoLine {
  text-decoration: none !important; }

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Lusitana", serif !important; }

.font2 {
  font-family: "Noto Sans JP", sans-serif !important; }

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .fzS {
      font-size: 1.1rem;
      line-height: 1.3; } }

.fz {
  font-size: 1.4rem;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .fz {
      font-size: 1.3rem;
      line-height: 1.5; } }

.fzM {
  font-size: 1.6rem;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .fzM {
      font-size: 1.5rem;
      line-height: 1.7; } }

.fzL {
  font-size: 1.8rem;
  line-height: 2.4; }
  @media screen and (max-width: 768px) {
    .fzL {
      font-size: 1.7rem;
      line-height: 1.9; } }

/*  color
---------------------------------------------*/
.white {
  color: #fff; }

.black {
  color: #000; }

.g1 {
  color: #eaeaea; }

.g2 {
  color: #acacac; }

.g3 {
  color: #d1d1d1; }

.g4 {
  color: #fafafa; }

.g5 {
  color: #777777; }

.g6 {
  color: #998c8c; }

.c1 {
  color: #f3a7a3; }

.c2 {
  color: #d8c5b4; }

.c3 {
  color: #c1cfd3; }

.c4 {
  color: #19547e; }

.c5 {
  color: #3b4043; }

.c6 {
  color: #b90f3d; }

.c-caution {
  color: #e20c0c; }

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem; }

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6; }

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4; }

.fz8 {
  font-size: 0.8rem !important; }

.fz9 {
  font-size: 0.9rem !important; }

.fz10 {
  font-size: 1rem !important; }

.fz11 {
  font-size: 1.1rem !important; }

.fz12 {
  font-size: 1.2rem !important; }

.fz13 {
  font-size: 1.3rem !important; }

.fz14 {
  font-size: 1.4rem !important; }

.fz15 {
  font-size: 1.5rem !important; }

.fz16 {
  font-size: 1.6rem !important; }

.fz17 {
  font-size: 1.7rem !important; }

.fz18 {
  font-size: 1.8rem !important; }

.fz19 {
  font-size: 1.9rem !important; }

.fz20 {
  font-size: 2rem !important; }

.fz21 {
  font-size: 2.1rem !important; }

.fz22 {
  font-size: 2.2rem !important; }

.fz23 {
  font-size: 2.3rem !important; }

.fz24 {
  font-size: 2.4rem !important; }

.fz25 {
  font-size: 2.5rem !important; }

.fz26 {
  font-size: 2.6rem !important; }

.fz27 {
  font-size: 2.7rem !important; }

.fz28 {
  font-size: 2.8rem !important; }

.fz29 {
  font-size: 2.9rem !important; }

.fz30 {
  font-size: 3rem !important; }

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem;
      line-height: 1; } }

/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800; }
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900; }
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900; }
/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 1.3rem;
      line-height: 1.8; } }

/* ======= hiwrite ======= */
::selection {
  background: #ededed; }

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1; }
  .underHiwrite::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20%;
    background-color: #ff0;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1; }

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .annotation {
      font-size: 1.1rem; } }

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease; }

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

/*  a img
---------------------------------------------*/
a img {
  background-color: rgba(255, 255, 255, 0.01);
  transition: all 200ms ease; }

a[href^="tel:"] {
  cursor: default; }

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1; }

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #f3a7a3;
  text-decoration: underline; }

.pc a.link:hover {
  text-decoration: none;
  color: #f3a7a3; }

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden; } }

body {
  min-width: 1000px; }
  @media screen and (max-width: 768px) {
    body {
      min-width: 100%; } }

/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1430px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: auto; } }
  .container.-large {
    max-width: 1230px; }
    @media screen and (max-width: 768px) {
      .container.-large {
        max-width: auto; } }
  .container.-small {
    max-width: 860px; }
    @media screen and (max-width: 768px) {
      .container.-small {
        max-width: auto; } }
  .container.-min {
    max-width: 690px; }
    @media screen and (max-width: 768px) {
      .container.-min {
        max-width: auto; } }
  .container.-fluid {
    max-width: none;
    padding-right: 0;
    padding-left: 0; }

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

/*==================================================================
    .h01
===================================================================*/
.h01 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background-image: url(../img/common/icon_logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .h01 {
      margin-bottom: 40px; } }
  .h01 em {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "Lusitana", serif;
    letter-spacing: 0.2em;
    margin-bottom: 10px; }
  .h01::before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #c1cfd3;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px; }
  .h01.-ul01 {
    background: none;
    padding-top: 0;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .h01.-ul01 {
        margin-bottom: 30px; } }
    .h01.-ul01::before {
      background-color: #fff; }

/*==================================================================
    .h02
===================================================================*/
.h02 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  position: relative; }
  .h02 em {
    display: block;
    font-size: 4.3rem;
    font-weight: normal;
    font-family: "Lusitana", serif;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .h02 em {
        font-size: 3.6rem; } }
    .h02 em::before {
      display: block;
      content: "";
      width: 45px;
      height: 2px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 0; }

/*==================================================================
    .h03
===================================================================*/
.h03 {
  display: block;
  margin: 0px auto 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .h03 {
      margin-bottom: 40px; } }
  .h03 img {
    max-width: 100%; }

/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 0 30px 0 15px;
  border-radius: 2px;
  background-color: #000;
  background-image: url(../img/common/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%; }
  .btn01:hover {
    background-position: right 5px top 50%;
    opacity: 0.6; }
  .btn01.-middle {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .btn01.-middle {
        height: 50px;
        line-height: 50px; } }
  .btn01.-large {
    height: 86px;
    line-height: 86px;
    font-size: 1.8rem;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .btn01.-large {
        height: 60px;
        line-height: 60px;
        font-size: 1.6rem; } }
  .btn01.-gray {
    background-color: #3b4043; }
  .btn01.-red {
    background-color: #b90f3d; }
  .btn01.-center {
    text-align: center;
    padding: 0 15px; }
  .btn01.-back {
    background-image: url(../img/common/icon_arrow_01-re.svg);
    background-position: left 10px top 50%; }
    .btn01.-back:hover {
      background-position: left 5px top 50%; }

/*==================================================================
    #pagetop
===================================================================*/
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  padding: 10px;
  background-color: #d8c5b4;
  cursor: pointer;
  transition: all 200ms ease; }
  @media screen and (max-width: 768px) {
    #pagetop {
      right: 10px;
      bottom: 10px; } }
  #pagetop span {
    display: inline-block;
    padding-left: 18px;
    background-image: url(../img/common/icon_arrow_02.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 1.1rem;
    color: #fff;
    font-family: "Lusitana", serif;
    transition: all 200ms ease; }
  #pagetop:hover {
    opacity: 0.6; }
    #pagetop:hover span {
      background-position: 0 0; }

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-color: #f3a7a3;
  padding-top: 45px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .footer__logo {
    display: block;
    margin-bottom: 30px; }
  .footer ul {
    display: flex;
    flex-flow: row;
    margin-bottom: 30px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .footer ul {
        display: block;
        text-align: center; } }
    .footer ul li a {
      color: #fff;
      padding: 0.5em 1em; }
      @media screen and (max-width: 768px) {
        .footer ul li a {
          padding: 1em;
          display: block; } }
  .footer small {
    font-size: 1.1rem; }
    @media screen and (max-width: 768px) {
      .footer small {
        font-size: 1rem; } }

/*==================================================================
    .mainView01
===================================================================*/
.mainView01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  max-width: 1400px;
  min-width: 1000px; }
  @media screen and (max-width: 768px) {
    .mainView01 {
      max-width: inherit;
      min-width: inherit; } }

.sec01 {
  padding-bottom: 130px; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding-bottom: 60px; } }
  .sec01__list {
    display: flex;
    flex-flow: row nowrap; }
    @media screen and (max-width: 768px) {
      .sec01__list {
        flex-flow: column-reverse; } }
  .sec01__image {
    width: 45%;
    background-image: url(../img/img-sec01-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px; }
    @media screen and (max-width: 768px) {
      .sec01__image {
        width: 100%;
        height: 450px;
        background-position: center bottom;
        background-size: contain; } }
  .sec01__text {
    position: relative;
    padding: 130px 5% 5%;
    width: 55%; }
    @media screen and (max-width: 768px) {
      .sec01__text {
        width: 100%;
        padding: 140px 20px 10px; } }
    .sec01__text span {
      position: absolute;
      right: 5%;
      top: -20px; }
      @media screen and (max-width: 768px) {
        .sec01__text span {
          top: -10px; } }
      @media screen and (max-width: 768px) {
        .sec01__text span img {
          height: 100px; } }
    .sec01__text h2 {
      color: #f3a7a3;
      font-size: 4rem;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 40px; }
      .sec01__text h2 em {
        font-size: 1.8rem;
        display: block;
        font-weight: 700;
        padding-top: 10px; }
    .sec01__text p {
      line-height: 2.4; }

.sec02 {
  padding-bottom: 130px; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding-bottom: 60px; } }
  .sec02 .product {
    max-width: 1280px;
    min-width: 1000px;
    margin: 0px auto; }
    .sec02 .product__list {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      max-width: 1280px;
      margin: 0px auto; }
      @media screen and (max-width: 768px) {
        .sec02 .product__list {
          display: block; } }
    .sec02 .product__item {
      width: calc(100% / 3);
      border: 1px solid #eaeaea;
      padding: 5% 3% 1%;
      text-align: center;
      margin-left: -1px; }
      @media screen and (max-width: 768px) {
        .sec02 .product__item {
          width: 100%;
          margin-left: 0px;
          margin-top: -1px;
          padding: 20px 20px 1%; } }
      .sec02 .product__item:nth-child(4), .sec02 .product__item:nth-child(5) {
        margin-top: -1px; }
      .sec02 .product__item .catch {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 10px; }
      .sec02 .product__item .name {
        font-size: 2rem;
        line-height: 1.6;
        font-weight: bold;
        margin-bottom: 10px; }
      .sec02 .product__item .image {
        width: 264px;
        margin: 0px auto; }
        @media screen and (max-width: 768px) {
          .sec02 .product__item .image {
            width: 100%;
            max-width: 300px; } }
        .sec02 .product__item .image img {
          max-width: 100%; }

.sec03 {
  padding-bottom: 50px; }
  .sec03 .detail {
    min-width: 1000px;
    margin: 0px auto; }
    .sec03 .detail__item {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .sec03 .detail__item {
          margin-bottom: 40px; } }
    .sec03 .detail__join {
      text-align: center;
      padding: 25px 2em;
      border-radius: 0px;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
      position: relative;
      max-width: 800px;
      margin: -20px auto 0px; }
      @media screen and (max-width: 768px) {
        .sec03 .detail__join {
          margin-top: 0px;
          padding: 20px; } }
      .sec03 .detail__join.-pink {
        background: #fff4f4; }
      .sec03 .detail__join.-brown {
        background: #fff6ef; }
      .sec03 .detail__join.-blue {
        background: #F8FDFF; }
      .sec03 .detail__join span {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 0.5em 2em;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%); }
      .sec03 .detail__join p {
        font-weight: bold;
        line-height: 1.6;
        font-size: 2rem; }
        @media screen and (max-width: 768px) {
          .sec03 .detail__join p {
            font-size: 1.6rem; } }
        .sec03 .detail__join p a {
          text-decoration: underline;
          color: #f3a7a3; }

.sec04 {
  padding-bottom: 130px; }
  .sec04 .textArea {
    width: 100%;
    position: relative;
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
    line-height: 1.5; }
    .sec04 .textArea h4 {
      margin-bottom: 10px;
      margin-top: 30px;
      font-weight: bold;
      font-size: 1.8rem; }
    .sec04 .textArea p {
      margin-bottom: 10px; }
    .sec04 .textArea li {
      margin-bottom: 10px;
      line-height: 1.5; }
      .sec04 .textArea li span {
        display: block;
        margin-bottom: 5px; }
  .sec04 .nextArea {
    max-width: 900px;
    margin: 0px auto;
    position: relative;
    pointer-events: none; }
    .sec04 .nextArea::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 120px;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
      background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); }
  .sec04 a.belowBt {
    background: #f3a7a3;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 1em;
    opacity: 0.99;
    width: 240px;
    margin: 0px auto;
    display: block;
    pointer-events: visible; }
    .sec04 a.belowBt.active {
      background: #fff;
      border: 1px solid #f3a7a3;
      color: #f3a7a3;
      margin-top: 60px; }
