@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*---------------------------
basic setting
---------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
/*clear fix*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

/*画像センター合わせ*/
.center_blk {
  display: block;
  margin: 0 auto; }

/*画像センター合わせ(フォルダにclass)*/
.img_center > img, .img_center > a img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img {
  vertical-align: bottom; }

/*ボックスサイジング ボーダーボックス*/
*, *: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:hover, a img:hover, button:hover {
  /*opacity:0.6;
  transition:all 0.5s;*/ }

/*スマホタップシャドウ*/
@media screen and (max-width: 767px) {
  a, a img, button, button img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
    cursor: pointer; } }

body {
  -webkit-text-size-adjust: 100%; }

html, body {
  width: 100%; }

/*FLEX BOX*/
.flex_box {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex; }

.align_center {
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center; }

.justfy_between {
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between; }

.justfy_center {
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center; }

/*---------------------------
　GO TO　TOP
---------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 50px;
  z-index: 10000; }
  @media (max-width: 768px) {
    #page-top {
      bottom: 10px;
      right: 10px;
      font-size: 30px; } }

#page-top a {
  background-color: rgba(170, 164, 153, 0.8);
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }
  @media (max-width: 768px) {
    #page-top a {
      width: 65px;
      padding: 10px 0; } }

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(153, 153, 153, 0.67); }

/*---------------------------
bnrSns
---------------------------*/
.bnrSns {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 100;
  width: 500px;
  display: flex; }
  @media (max-width: 768px) {
    .bnrSns {
      width: 100%;
      bottom: 0;
      left: 0; } }
  .bnrSns .bnrSnsCts {
    display: flex;
    justify-content: center;
    align-items: center; }
    .bnrSns .bnrSnsCts.bnrLine {
      width: 60%; }
      .bnrSns .bnrSnsCts.bnrLine img {
        width: 100%;
        height: auto; }
    .bnrSns .bnrSnsCts.bnrTwit {
      width: 20%;
      background-color: #2ea7e0; }
      .bnrSns .bnrSnsCts.bnrTwit img {
        width: 45%;
        height: auto; }
    .bnrSns .bnrSnsCts.bnrInsta {
      width: 20%;
      background-color: #fff; }
      .bnrSns .bnrSnsCts.bnrInsta img {
        width: 45%;
        height: auto; }
    .bnrSns .bnrSnsCts:hover {
      opacity: 0.8; }

#entry_btn_wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  width: 330px;
  /*エントリーバナー*/ }
  @media (max-width: 768px) {
    #entry_btn_wrap {
      display: flex;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 60px; } }
  #entry_btn_wrap #entry_bnr {
    border-radius: 10px;
    background-color: #e890ba;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.7s; }
    @media (max-width: 768px) {
      #entry_btn_wrap #entry_bnr {
        display: flex;
        align-items: center;
        border-radius: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 1vw 0; } }
    #entry_btn_wrap #entry_bnr .entrybtn {
      width: 100%;
      display: block;
      margin: auto;
      background-color: #fff;
      color: #e890ba;
      text-align: center;
      padding: 10px 0;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.3;
      border-radius: 5px; }
      #entry_btn_wrap #entry_bnr .entrybtn:hover {
        opacity: 0.8; }
      @media (max-width: 768px) {
        #entry_btn_wrap #entry_bnr .entrybtn {
          width: 50%;
          font-size: 0.9rem;
          line-height: 1.1;
          padding: 5px 0;
          margin: inherit; } }
    #entry_btn_wrap #entry_bnr ul {
      margin-top: 10px; }
      @media (max-width: 768px) {
        #entry_btn_wrap #entry_bnr ul {
          margin-top: 0;
          width: 45%; } }
      #entry_btn_wrap #entry_bnr ul li {
        margin-bottom: 0.5em;
        font-size: 1rem;
        list-style-type: none;
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          #entry_btn_wrap #entry_bnr ul li {
            margin-bottom: 0.2em; } }
        #entry_btn_wrap #entry_bnr ul li:last-child {
          margin-bottom: 0; }
        #entry_btn_wrap #entry_bnr ul li a {
          font-size: 1.3rem;
          color: #fff;
          letter-spacing: 0.1rem;
          display: flex;
          align-items: center; }
          #entry_btn_wrap #entry_bnr ul li a .icon {
            width: 1.5em;
            height: auto;
            margin-right: 15px; }
            @media (max-width: 768px) {
              #entry_btn_wrap #entry_bnr ul li a .icon {
                margin-right: 8px; } }
          @media (max-width: 768px) {
            #entry_btn_wrap #entry_bnr ul li a {
              font-size: 0.8rem;
              letter-spacing: 0; } }
          #entry_btn_wrap #entry_bnr ul li a:hover {
            opacity: 0.8; }

/*余白調整用*/
.mt_10 {
  margin-top: 10px; }

.mb_10 {
  margin-bottom: 10px; }

.ml_10 {
  margin-left: 10px; }

.mr_10 {
  margin-right: 10px; }

.pt_10 {
  padding-top: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.pl_10 {
  padding-left: 10px; }

.pr_10 {
  padding-right: 10px; }

.mt_20 {
  margin-top: 20px; }

.mb_20 {
  margin-bottom: 20px; }

.ml_20 {
  margin-left: 20px; }

.mr_20 {
  margin-right: 20px; }

.pt_20 {
  padding-top: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.pl_20 {
  padding-left: 20px; }

.pr_20 {
  padding-right: 20px; }

.mt_30 {
  margin-top: 30px; }

.mb_30 {
  margin-bottom: 30px; }

.ml_30 {
  margin-left: 30px; }

.mr_30 {
  margin-right: 30px; }

.pt_30 {
  padding-top: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.pl_30 {
  padding-left: 30px; }

.pr_30 {
  padding-right: 30px; }

.mt_40 {
  margin-top: 40px; }

.mb_40 {
  margin-bottom: 40px; }

.ml_40 {
  margin-left: 40px; }

.mr_40 {
  margin-right: 40px; }

.pt_40 {
  padding-top: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.pl_40 {
  padding-left: 40px; }

.pr_40 {
  padding-right: 40px; }

.mt_50 {
  margin-top: 50px; }

.mb_50 {
  margin-bottom: 50px; }

.ml_50 {
  margin-left: 50px; }

.mr_50 {
  margin-right: 50px; }

.pt_50 {
  padding-top: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.pl_50 {
  padding-left: 50px; }

.pr_50 {
  padding-right: 50px; }

.mt_60 {
  margin-top: 60px; }

.mb_60 {
  margin-bottom: 60px; }

.ml_60 {
  margin-left: 60px; }

.mr_60 {
  margin-right: 60px; }

.pt_60 {
  padding-top: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.pl_60 {
  padding-left: 60px; }

.pr_60 {
  padding-right: 60px; }

.mt_70 {
  margin-top: 70px; }

.mb_70 {
  margin-bottom: 70px; }

.ml_70 {
  margin-left: 70px; }

.mr_70 {
  margin-right: 70px; }

.pt_70 {
  padding-top: 70px; }

.pb_70 {
  padding-bottom: 70px; }

.pl_70 {
  padding-left: 70px; }

.pr_70 {
  padding-right: 70px; }

.mt_80 {
  margin-top: 80px; }

.mb_80 {
  margin-bottom: 80px; }

.ml_80 {
  margin-left: 80px; }

.mr_80 {
  margin-right: 80px; }

.pt_80 {
  padding-top: 80px; }

.pb_80 {
  padding-bottom: 80px; }

.pl_80 {
  padding-left: 80px; }

.pr_80 {
  padding-right: 80px; }

.mt_90 {
  margin-top: 90px; }

.mb_90 {
  margin-bottom: 90px; }

.ml_90 {
  margin-left: 90px; }

.mr_90 {
  margin-right: 90px; }

.pt_90 {
  padding-top: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.pl_90 {
  padding-left: 90px; }

.pr_90 {
  padding-right: 90px; }

.mt_100 {
  margin-top: 100px; }

.mb_100 {
  margin-bottom: 100px; }

.ml_100 {
  margin-left: 100px; }

.mr_100 {
  margin-right: 100px; }

.pt_100 {
  padding-top: 100px; }

.pb_100 {
  padding-bottom: 100px; }

.pl_100 {
  padding-left: 100px; }

.pr_100 {
  padding-right: 100px; }

.mt_110 {
  margin-top: 110px; }

.mb_110 {
  margin-bottom: 110px; }

.ml_110 {
  margin-left: 110px; }

.mr_110 {
  margin-right: 110px; }

.pt_110 {
  padding-top: 110px; }

.pb_110 {
  padding-bottom: 110px; }

.pl_110 {
  padding-left: 110px; }

.pr_110 {
  padding-right: 110px; }

.mt_120 {
  margin-top: 120px; }

.mb_120 {
  margin-bottom: 120px; }

.ml_120 {
  margin-left: 120px; }

.mr_120 {
  margin-right: 120px; }

.pt_120 {
  padding-top: 120px; }

.pb_120 {
  padding-bottom: 120px; }

.pl_120 {
  padding-left: 120px; }

.pr_120 {
  padding-right: 120px; }

.mt_130 {
  margin-top: 130px; }

.mb_130 {
  margin-bottom: 130px; }

.ml_130 {
  margin-left: 130px; }

.mr_130 {
  margin-right: 130px; }

.pt_130 {
  padding-top: 130px; }

.pb_130 {
  padding-bottom: 130px; }

.pl_130 {
  padding-left: 130px; }

.pr_130 {
  padding-right: 130px; }

.mt_140 {
  margin-top: 140px; }

.mb_140 {
  margin-bottom: 140px; }

.ml_140 {
  margin-left: 140px; }

.mr_140 {
  margin-right: 140px; }

.pt_140 {
  padding-top: 140px; }

.pb_140 {
  padding-bottom: 140px; }

.pl_140 {
  padding-left: 140px; }

.pr_140 {
  padding-right: 140px; }

.mt_150 {
  margin-top: 150px; }

.mb_150 {
  margin-bottom: 150px; }

.ml_150 {
  margin-left: 150px; }

.mr_150 {
  margin-right: 150px; }

.pt_150 {
  padding-top: 150px; }

.pb_150 {
  padding-bottom: 150px; }

.pl_150 {
  padding-left: 150px; }

.pr_150 {
  padding-right: 150px; }

.mt_160 {
  margin-top: 160px; }

.mb_160 {
  margin-bottom: 160px; }

.ml_160 {
  margin-left: 160px; }

.mr_160 {
  margin-right: 160px; }

.pt_160 {
  padding-top: 160px; }

.pb_160 {
  padding-bottom: 160px; }

.pl_160 {
  padding-left: 160px; }

.pr_160 {
  padding-right: 160px; }

.mt_170 {
  margin-top: 170px; }

.mb_170 {
  margin-bottom: 170px; }

.ml_170 {
  margin-left: 170px; }

.mr_170 {
  margin-right: 170px; }

.pt_170 {
  padding-top: 170px; }

.pb_170 {
  padding-bottom: 170px; }

.pl_170 {
  padding-left: 170px; }

.pr_170 {
  padding-right: 170px; }

.mt_180 {
  margin-top: 180px; }

.mb_180 {
  margin-bottom: 180px; }

.ml_180 {
  margin-left: 180px; }

.mr_180 {
  margin-right: 180px; }

.pt_180 {
  padding-top: 180px; }

.pb_180 {
  padding-bottom: 180px; }

.pl_180 {
  padding-left: 180px; }

.pr_180 {
  padding-right: 180px; }

.mt_190 {
  margin-top: 190px; }

.mb_190 {
  margin-bottom: 190px; }

.ml_190 {
  margin-left: 190px; }

.mr_190 {
  margin-right: 190px; }

.pt_190 {
  padding-top: 190px; }

.pb_190 {
  padding-bottom: 190px; }

.pl_190 {
  padding-left: 190px; }

.pr_190 {
  padding-right: 190px; }

.mt_200 {
  margin-top: 200px; }

.mb_200 {
  margin-bottom: 200px; }

.ml_200 {
  margin-left: 200px; }

.mr_200 {
  margin-right: 200px; }

.pt_200 {
  padding-top: 200px; }

.pb_200 {
  padding-bottom: 200px; }

.pl_200 {
  padding-left: 200px; }

.pr_200 {
  padding-right: 200px; }

.fl {
  float: left; }

.fr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.right_item {
  float: right; }

.left_item {
  float: left;
  margin-right: 20px; }

.pore {
  position: relative; }

.poab {
  position: absolute;
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 80px;
        line-height: 20px;
        text-align: center;
        color: #e8e5df;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #c3bcaf;
      opacity: 0.75; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

/*---------------------------
wrapper
---------------------------*/
/*---------------------------
FOOTER下部に固定
---------------------------*/
/*---------------------------
basic setting
---------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
.text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7; }
  @media (max-width: 768px) {
    .text {
      font-size: 1.2rem; } }

/*共通カラー設定*/
.justify_text {
  text-align: justify;
  text-justify: inter-ideograph; }
  @media all and (-ms-high-contrast: none) {
    .justify_text {
      font-feature-settings: normal; } }

.sans-serif {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.serif {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.serif_en {
  font-family: 'Playfair Display'; }

body {
  color: #3e3a39; }

.clear {
  clear: both; }

a, a:link, a:visited {
  color: #3e3a39;
  text-decoration: none; }

a:hover {
  color: #e1ddd9;
  transition: all 0.8s; }

.indent {
  padding-left: 0.8em;
  text-indent: -0.8em; }
  @media (max-width: 768px) {
    .indent {
      padding-left: 1em;
      text-indent: -1em; } }

.img_responsive {
  display: block;
  width: 100%; }

/*ボタンの初期化*/
button, input[type="submit"], input[type="button"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*ボタンの初期化 iOS*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*ボタンのスタイル*/
.btn {
  display: block;
  color: #fff;
  background-color: #9d0016;
  padding: 1% 2%;
  text-align: center;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 1.5s;
  border-radius: 30px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .btn {
      width: 100%;
      font-size: 0.8rem;
      margin-top: 50px; } }
  .btn:link, .btn:visited {
    color: #fff; }
  .btn:hover {
    opacity: 0.7; }

/*---------------------------
sec
---------------------------*/
.sec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .sec {
      width: 95%; } }

/*---------------------------
header
---------------------------*/
header {
  background-color: #9d0016;
  color: #fff; }
  header .headerin {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      header .headerin {
        justify-content: center; } }
    header .headerin .nav_pc {
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
      header .headerin .nav_pc a:link, header .headerin .nav_pc a:visited {
        color: #fff; }
    @media (max-width: 768px) {
      header .headerin {
        height: 60px; } }

/* OPEN / CLOSE BTNS */
.menu-btn a {
  text-decoration: none;
  /* safari hack */ }

.btn-open {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1001;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-open:after {
    color: #fff;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 30px; }

.btn-open:hover:after {
  color: #fff; }

.btn-close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1001;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 30px; }

.btn-close:hover:after {
  color: #fff; }

/* OVERLAY */
.overlay {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 70%;
  margin: auto;
  background: rgba(157, 0, 22, 0.9);
  z-index: 1000;
  padding-bottom: 20px; }
  .overlay .nav {
    padding: 100px 9% 50px;
    font-size: 1rem;
    letter-spacing: 0.2em; }
    .overlay .nav ul {
      width: 100%;
      margin: auto; }
      .overlay .nav ul li {
        position: relative;
        color: #fff;
        margin-bottom: 20px;
        list-style: none; }
        .overlay .nav ul li:last-child {
          margin-bottom: 0; }
        .overlay .nav ul li a {
          display: inline-block;
          line-height: 1.3;
          font-weight: 400;
          color: #fff;
          font-size: 2rem; }
        .overlay .nav ul li.active > a::after {
          display: none; }
        .overlay .nav ul li.menu-item-has-children .sub-menu {
          display: none;
          margin-top: 25px;
          width: 100%; }
          .overlay .nav ul li.menu-item-has-children .sub-menu li {
            padding-left: 0; }
            .overlay .nav ul li.menu-item-has-children .sub-menu li::after {
              display: none; }

/*---------------------------
アニメーション設定
---------------------------*/
.anime {
  opacity: 0; }

.anime_img {
  width: 47.5%;
  z-index: 1; }
  @media (max-width: 768px) {
    .anime_img {
      display: block;
      width: 100%; } }

@media (max-width: 768px) {
  .anime_img.left {
    margin-right: 0; } }

@media (max-width: 768px) {
  .anime_img.right {
    margin-left: 0; } }

.anime.on {
  animation: ease-in fade-in1 2s forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*---------------------------
LINEバナー
---------------------------*/
.bnr_line {
  display: block;
  width: 80%;
  margin: 60px auto 0; }
  .bnr_line img {
    width: 100%;
    height: auto; }
  .bnr_line:hover {
    opacity: 0.7; }

/*---------------------------
MV
---------------------------*/
.mv img {
  width: 100%;
  height: auto; }
@media (max-width: 768px) {
  .mv .sec {
    width: 100%; } }
@media (max-width: 768px) {
  .mv {
    background: none;
    padding: 0; } }
.mv .mv_sp {
  width: 100%;
  height: auto; }
.mv .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15%;
  transform: translateY(-25%); }
.mv .mv_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  bottom: 30px; }

/*---------------------------
BNR_SEC
---------------------------*/
.bnr_sec {
  margin-top: 70px;
  text-align: center; }
  .bnr_sec .bnr_img {
    width: 65%;
    transition: all 0.8s; }
    @media (max-width: 768px) {
      .bnr_sec .bnr_img {
        width: 100%; } }
    .bnr_sec .bnr_img:hover {
      opacity: 0.8; }

/*---------------------------
SEC01
---------------------------*/
.sec01 {
  padding: 110px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .sec01 {
      padding: 100px 0 80px; } }
  @media (max-width: 768px) {
    .sec01 {
      display: block; } }
  .sec01 .sec01_img01 {
    width: 48%;
    height: auto; }
    @media (max-width: 768px) {
      .sec01 .sec01_img01 {
        display: block;
        width: 75%;
        margin: auto; } }
  .sec01 .cts {
    width: 48%; }
    @media (max-width: 768px) {
      .sec01 .cts {
        margin-top: 30px;
        width: 100%; } }
    .sec01 .cts .text {
      margin: auto;
      font-size: 1.8rem;
      line-height: 2; }
      @media (max-width: 768px) {
        .sec01 .cts .text {
          font-size: 1.5rem;
          width: 95%;
          text-align: left;
          text-align: justify;
          text-justify: inter-ideograph; } }
  @media all and (max-width: 768px) and (-ms-high-contrast: none) {
    .sec01 .cts .text {
      font-feature-settings: normal; } }

.namebox {
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.2em; }
  .namebox.namebox01 {
    text-align: right; }
    @media (max-width: 768px) {
      .namebox.namebox01 {
        text-align: center; } }
  .namebox.namebox02 {
    text-align: center;
    margin-top: 100px; }
  @media (max-width: 768px) {
    .namebox {
      font-size: 1.1rem; } }
  .namebox .name {
    font-size: 3.5rem;
    letter-spacing: 0.4em; }
    @media (max-width: 768px) {
      .namebox .name {
        font-size: 2.8rem; } }
  .namebox .en {
    letter-spacing: 0.4em; }

.sec02 {
  background-color: #f8fbf1;
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .sec02 {
      padding: 80px 0; } }
  .sec02 .sec02_in .title {
    color: #006934;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    line-height: 1.5; }
  .sec02 .sec02_in .arrowbox {
    position: relative; }
    .sec02 .sec02_in .arrowbox .arrow {
      font-size: 5rem;
      position: absolute;
      opacity: 0.2; }
      .sec02 .sec02_in .arrowbox .arrow.left {
        left: 2%;
        top: 130px; }
      .sec02 .sec02_in .arrowbox .arrow.right {
        right: 2%;
        top: 130px; }
  @media (max-width: 768px) {
    .sec02 .sec02_in .imgbox {
      max-width: 900px;
      overflow-x: scroll; } }
  .sec02 .sec02_in .imgbox img {
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      .sec02 .sec02_in .imgbox img {
        width: 800px; } }

.sec03 {
  padding: 80px 0 120px;
  text-align: center; }
  @media (max-width: 768px) {
    .sec03 {
      padding: 60px 0; } }
  .sec03 .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9d0016;
    font-size: 3rem;
    font-weight: 400; }
    @media (max-width: 768px) {
      .sec03 .title {
        font-size: 1.7rem; } }
    .sec03 .title:before {
      content: '';
      width: 70px;
      border-top: 2px solid #9d0016;
      margin-right: 5px; }
      @media (max-width: 768px) {
        .sec03 .title:before {
          width: 35px; } }
    .sec03 .title:after {
      content: '';
      width: 70px;
      border-top: 2px solid #9d0016;
      margin-left: 5px; }
      @media (max-width: 768px) {
        .sec03 .title:after {
          width: 35px; } }
  .sec03 .copybox {
    margin-top: 60px;
    position: relative;
    display: inline-block; }
    .sec03 .copybox .copy {
      display: inline-block;
      font-size: 3rem;
      letter-spacing: 0.1em; }
      @media (max-width: 768px) {
        .sec03 .copybox .copy {
          font-size: 2.3rem; } }
      .sec03 .copybox .copy span {
        font-size: 80%;
        margin: 0 .5em; }
    .sec03 .copybox .decoration {
      position: absolute;
      left: 0;
      font-size: 1.5rem;
      color: #b5b5b6;
      bottom: -1.3em; }
      .sec03 .copybox .decoration.decoration01 {
        left: 5.2%; }
      .sec03 .copybox .decoration.decoration02 {
        left: 37.6%; }
  .sec03 .cts {
    margin-top: 70px; }
    .sec03 .cts .box {
      margin-top: 50px; }
      .sec03 .cts .box:first-child {
        margin-top: 0; }
      .sec03 .cts .box h3 {
        background: url("../images/point4_01.png") top center no-repeat;
        background-size: contain;
        color: #fff;
        font-size: 2.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
        font-weight: 200;
        letter-spacing: 0.2em; }
        @media (max-width: 768px) {
          .sec03 .cts .box h3 {
            font-size: 2rem;
            padding: 1vw 0; } }
      .sec03 .cts .box .text {
        margin-top: 20px;
        font-size: 1.8rem; }
        @media (max-width: 768px) {
          .sec03 .cts .box .text {
            font-size: 4.3vw; } }
        .sec03 .cts .box .text span {
          color: #c30d23; }

/*---------------------------
SEC04
---------------------------*/
.sec04 {
  background-color: #f7ebe5;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .sec04 {
      padding: 60px 0; } }
  .sec04 .title {
    text-align: center;
    color: #9d0016;
    font-size: 2.5rem;
    font-weight: 400; }
  .sec04 .cts {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3%; }
    @media (max-width: 768px) {
      .sec04 .cts {
        display: block;
        width: 90%;
        margin: 50px auto 0; } }
    @media (max-width: 768px) {
      .sec04 .cts .box {
        margin-bottom: 40px; }
        .sec04 .cts .box:last-child {
          margin-bottom: 0; } }
    .sec04 .cts .box img {
      width: 100%;
      height: auto; }
    .sec04 .cts .box .text {
      margin-top: 15px;
      text-align: center;
      font-size: 1.4rem; }
      @media (max-width: 768px) {
        .sec04 .cts .box .text {
          font-size: 4.5vw; } }
      .sec04 .cts .box .text span {
        color: #c30d23;
        font-size: 120%; }

/*---------------------------
SEC05
---------------------------*/
.sec05 {
  padding: 80px 0;
  text-align: center;
  background-color: #f9f5ee; }
  @media (max-width: 768px) {
    .sec05 {
      padding: 60px 0; } }
  .sec05 .title {
    text-align: center;
    color: #9d0016;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.1em; }
  .sec05 .cts .text {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 2; }
  .sec05 .cts .imgbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px; }
    .sec05 .cts .imgbox img {
      display: block;
      width: 33%;
      height: auto; }

.title_small {
  color: #d69e8a;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center; }

/*---------------------------
SEC06
---------------------------*/
.sec06 {
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .sec06 {
      padding: 60px 0; } }
  .sec06 .personimg {
    width: 20%;
    height: auto;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .sec06 .personimg {
        width: 40%;
        margin-top: 20px; } }
  .sec06 .cts .ctstitle {
    font-size: 2rem;
    margin: 80px auto 60px; }
    @media (max-width: 768px) {
      .sec06 .cts .ctstitle {
        font-size: 1.5rem; } }
  .sec06 .cts dl dt {
    font-size: 2rem;
    margin: 60px auto 10px;
    letter-spacing: 0.1em; }
    @media (max-width: 768px) {
      .sec06 .cts dl dt {
        font-size: 2rem; } }
  @media (max-width: 768px) {
    .sec06 .cts dl dd {
      font-size: 1.5rem; } }
  .sec06 .cts dl dd .subtitle {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .sec06 .cts dl dd .subtitle {
        font-size: 2rem; } }
    .sec06 .cts dl dd .subtitle.subtitle01 {
      margin-top: 0; }

.sec07 {
  background-color: #fbf4f1;
  padding: 80px 0; }
  .sec07 .sec07_in {
    max-width: 600px; }
    @media (max-width: 768px) {
      .sec07 .sec07_in {
        width: 100%; } }
    .sec07 .sec07_in .cts .box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .sec07 .sec07_in .cts .box img {
        width: 35%;
        height: auto; }
      .sec07 .sec07_in .cts .box .text {
        width: 62%;
        line-height: 2.2; }
        .sec07 .sec07_in .cts .box .text span {
          color: #9d0016;
          font-weight: bold; }
      @media (max-width: 768px) {
        .sec07 .sec07_in .cts .box.box01 {
          padding-right: 3%; } }
      .sec07 .sec07_in .cts .box.box02 {
        margin-top: 60px; }
        @media (max-width: 768px) {
          .sec07 .sec07_in .cts .box.box02 {
            padding-left: 3%; } }

.sec08 {
  padding: 80px 0; }
  .sec08 .cts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .sec08 .cts {
        justify-content: space-around; } }
    .sec08 .cts .box {
      width: 27%; }
      @media (max-width: 768px) {
        .sec08 .cts .box {
          width: 46%; } }
      @media (max-width: 768px) {
        .sec08 .cts .box:nth-child(n+3) {
          margin-top: 40px; } }
      .sec08 .cts .box:nth-child(n+4) {
        margin-top: 60px; }
        @media (max-width: 768px) {
          .sec08 .cts .box:nth-child(n+4) {
            margin-top: 40px; } }
      .sec08 .cts .box:nth-child(3n+2) {
        margin-left: 5%;
        margin-right: 5%; }
        @media (max-width: 768px) {
          .sec08 .cts .box:nth-child(3n+2) {
            margin-left: 0;
            margin-right: 0; } }
      .sec08 .cts .box:nth-child(8) {
        margin-right: 0; }
      .sec08 .cts .box .title {
        text-align: center;
        font-size: 1.8rem;
        color: #9d0016;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .sec08 .cts .box .title {
            font-size: 4.5vw; } }
      .sec08 .cts .box img {
        display: block;
        margin: auto;
        width: 90%;
        height: auto; }
        @media (max-width: 768px) {
          .sec08 .cts .box img {
            width: 100%; } }
      .sec08 .cts .box .text {
        width: 95%;
        margin: 15px auto 0;
        font-size: 1.5rem; }
        @media (max-width: 768px) {
          .sec08 .cts .box .text {
            width: 100%;
            font-size: 2.9vw; } }
        .sec08 .cts .box .text span {
          color: #9d0016;
          font-weight: bold; }
  .sec08 .contactbtn {
    text-align: center;
    border: 1px solid #9d0016;
    width: 35%;
    margin: 200px auto 0;
    padding: 15px 0;
    position: relative;
    transition: all 0.8s; }
    @media (max-width: 768px) {
      .sec08 .contactbtn {
        width: 75%; } }
    .sec08 .contactbtn:hover {
      opacity: 0.8; }
    .sec08 .contactbtn .main_text {
      font-size: 2.5rem;
      color: #9d0016;
      margin-bottom: 15px; }
    .sec08 .contactbtn .sub_text {
      display: inline-block;
      font-size: 1.8rem;
      border-bottom: 2px solid #9d0016;
      padding-bottom: 8px; }
    .sec08 .contactbtn a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*---------------------------
共通 footer
---------------------------*/
footer {
  padding: 40px 0;
  color: #3e3a39;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.2em; }
  @media (max-width: 768px) {
    footer {
      font-size: 0.6rem; } }
