@charset "UTF-8";


/* ============================================
  font import
============================================ */

/* noto sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #423d3e;
  font-size: 1.4rem;
  line-height: 2.5;
  font-style: normal;
  letter-spacing: 0.05em;
  height: 100%;
  min-width: 1160px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
.ofi img,
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}


/* container
--------------------------------- */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* opacity
--------------------------------- */
.opacity {
  display: inline-block;
  transition: opacity .2s;
}
.opacity:hover {
  opacity: 0.7;
}


/* margin padding
--------------------------------- */
.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }
.mt60 { margin-top: 6rem; }
.mt70 { margin-top: 7rem; }
.mt80 { margin-top: 8rem; }
.mt90 { margin-top: 9rem; }
.mt100 { margin-top: 10rem; }

.mb10 { margin-bottom: 1rem; }
.mb20 { margin-bottom: 2rem; }
.mb30 { margin-bottom: 3rem; }
.mb40 { margin-bottom: 4rem; }
.mb50 { margin-bottom: 5rem; }
.mb60 { margin-bottom: 6rem; }
.mb70 { margin-bottom: 7rem; }
.mb80 { margin-bottom: 8rem; }
.mb90 { margin-bottom: 9rem; }
.mb100 { margin-bottom: 10rem; }

.pt10 { padding-top: 1rem; }
.pt20 { padding-top: 2rem; }
.pt30 { padding-top: 3rem; }
.pt40 { padding-top: 4rem; }
.pt50 { padding-top: 5rem; }
.pt60 { padding-top: 6rem; }
.pt70 { padding-top: 7rem; }
.pt80 { padding-top: 8rem; }
.pt90 { padding-top: 9rem; }
.pt100 { padding-top: 10rem; }

.pb10 { padding-bottom: 1rem; }
.pb20 { padding-bottom: 2rem; }
.pb30 { padding-bottom: 3rem; }
.pb40 { padding-bottom: 4rem; }
.pb50 { padding-bottom: 5rem; }
.pb60 { padding-bottom: 6rem; }
.pb70 { padding-bottom: 7rem; }
.pb80 { padding-bottom: 8rem; }
.pb90 { padding-bottom: 9rem; }
.pb100 { padding-bottom: 10rem; }


/* color
--------------------------------- */
.color-site {
  color: #bba84c;
}

/* bg
--------------------------------- */
.bg-site {
  background-color: #bba84c;
}
.bg-site2 {
  background-color: #b5a34a;
}

/* font
--------------------------------- */
.font-raleway {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.1em;
}
.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.font-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}


/* selection
--------------------------------- */
::selection    {
  color: #fff;
  background: #cfc8b3;
}
::-moz-selection   {
  color: #fff;
  background: #cfc8b3;
}

/* table
--------------------------------- */
table {
  width: 100%;
}



/* inview
--------------------------------- */
.js-inview,
.js-inview_top,
.js-inview_fadeIn {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
          transition: opacity 1.2s;
}
.js-inview_top {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s, transform 1.2s;
  -webkit-transition: opacity 1.2s, transform 1.2s;
          transition: opacity 1.2s, transform 1.2s;
}
.js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
.js-inview_top.js-inview_view {
  opacity: 1;
  transform: translateY(0);
}

.js-inview_list .item {
  opacity: 0;
  -webkit-transition: .2s;
          transition: .2s;
}


/* order
--------------------------------- */
@media only screen and (min-width: 768px) {
  .order-pc-1 {
    order: 1;
  }
  .order-pc-2 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .order-sp-1 {
    order: 1;
  }
  .order-sp-2 {
    order: 2;
  }
}


/* ============================================
  mainContents
============================================ */
.mainContents {
  padding-bottom: 100px;
}


/* ============================================
  @media max-768
============================================ */
@media only screen and (max-width: 768px) {

  body {
    min-width: 100%;
    font-size: 1.3rem;
    line-height: 2.4;
  }


  /* margin padding
  --------------------------------- */
  .mt10 { margin-top: 1rem; }
  .mt20 { margin-top: 2rem; }
  .mt30 { margin-top: calc(3rem / 1.2); }
  .mt40 { margin-top: calc(4rem / 1.5); }
  .mt50 { margin-top: calc(5rem / 1.5); }
  .mt60 { margin-top: calc(6rem / 1.5); }
  .mt70 { margin-top: calc(7rem / 1.5); }
  .mt80 { margin-top: calc(8rem / 1.5); }
  .mt90 { margin-top: calc(9rem / 1.5); }
  .mt100 { margin-top: calc(10rem / 1.5); }

  .mb10 { margin-bottom: 1rem; }
  .mb20 { margin-bottom: 2rem; }
  .mb30 { margin-bottom: calc(3rem / 1.2); }
  .mb40 { margin-bottom: calc(4rem / 1.5); }
  .mb50 { margin-bottom: calc(5rem / 1.5); }
  .mb60 { margin-bottom: calc(6rem / 1.5); }
  .mb70 { margin-bottom: calc(7rem / 1.5); }
  .mb80 { margin-bottom: calc(8rem / 1.5); }
  .mb90 { margin-bottom: calc(9rem / 1.5); }
  .mb100 { margin-bottom: calc(10rem / 1.5); }

  .pt10 { padding-top: 1rem; }
  .pt20 { padding-top: 2rem; }
  .pt30 { padding-top: calc(3rem / 1.2); }
  .pt40 { padding-top: calc(4rem / 1.5); }
  .pt50 { padding-top: calc(5rem / 1.5); }
  .pt60 { padding-top: calc(6rem / 1.5); }
  .pt70 { padding-top: calc(7rem / 1.5); }
  .pt80 { padding-top: calc(8rem / 1.5); }
  .pt90 { padding-top: calc(9rem / 1.5); }
  .pt100 { padding-top: calc(10rem / 1.5); }

  .pb10 { padding-bottom: 1rem; }
  .pb20 { padding-bottom: 2rem; }
  .pb30 { padding-bottom: calc(3rem / 1.2); }
  .pb40 { padding-bottom: calc(4rem / 1.5); }
  .pb50 { padding-bottom: calc(5rem / 1.5); }
  .pb60 { padding-bottom: calc(6rem / 1.5); }
  .pb70 { padding-bottom: calc(7rem / 1.5); }
  .pb80 { padding-bottom: calc(8rem / 1.5); }
  .pb90 { padding-bottom: calc(9rem / 1.5); }
  .pb100 { padding-bottom: calc(10rem / 1.5); }


  .mainContents {
    padding-bottom: 50px;
  }

}

@media only screen and (max-width: 330px) {

  html {
    font-size: 56%;
  }

}