@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  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: 0;
  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;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 720px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.relative {
  position: relative; }

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

.res {
  display: none !important; }
  @media screen and (max-width: 720px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 720px) {
  .res-none {
    display: none !important; } }

.left {
  float: left; }
  @media screen and (max-width: 720px) {
    .left {
      float: none;
      width: 100%; } }

.right {
  float: right; }
  @media screen and (max-width: 720px) {
    .right {
      float: none;
      width: 100%; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* 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; }

html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 720px) {
  html, body {
    width: 100%; } }

h1, h2, h3, h4, h5, h6, p {
  color: #333; }

p {
  font-size: 0.9rem; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*dl dt dd-------------------------------*/
dt {
  float: left;
  margin-right: 5px; }

dt, dd {
  font-size: 14px;
  text-decoration: none; }

@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(50px);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* X軸方向に0px */ } }
.fadeIn {
  animation-name: fadein;
  animation-duration: .5s;
  animation-iteration-count: 1; }
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.leftfadeIn {
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: 1; }
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(-200px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.heading h2 {
  font-family: tbudgothic-std, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: normal;
  color: #333;
  text-align: center;
  position: relative;
  letter-spacing: .3rem; }
  .heading h2:after {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black; }

/*=====================================================================
ここから
=======================================================================*/
.center {
  margin: 0 0 0; }
  .center img {
    width: 100%;
    height: auto; }

.center_top {
  margin: 0 0 0;
  width: 100%;
  height: 100vh; }
  .center_top img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }

.center .slick-next {
  right: 20px;
  z-index: 99; }

.center .slick-prev {
  left: 15px;
  z-index: 100; }

.slide-animation {
  animation: fadezoom 10s 0s forwards; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
/*=====================================================================
footer
=======================================================================*/
footer {
  width: 100%;
  padding: 35px 0 75px;
  background: #e60012; }
  footer .f_logo {
    width: 220px;
    height: auto; }
  @media screen and (max-width: 720px) {
    footer .left {
      text-align: center; } }
  footer .right li {
    float: left; }
    @media screen and (max-width: 720px) {
      footer .right li {
        float: none; } }
    footer .right li a {
      color: #fff;
      padding-left: 20px;
      font-family: tbudgothic-std, sans-serif;
      font-weight: 400;
      font-style: normal;
      transition: .4s;
      font-size: .85rem; }
      footer .right li a:hover {
        color: #f1aeb4; }
      footer .right li a ul li a {
        padding-left: 20px;
        color: #fff;
        font-size: .7rem; }
  @media screen and (max-width: 720px) {
    footer .right {
      margin-top: 20px; }
      footer .right a {
        padding-left: 0;
        text-align: center;
        font-size: .8rem; } }

/*=====================================================================
pageの設定
=======================================================================*/
main.page div.area {
  background: #f9f8f8;
  padding: 70px 0; }

/*=====================================================================
front-pageの設定
=======================================================================*/
#front .center .slick-dots li.slick-active button:before {
  color: #e60012; }
@media screen and (max-width: 720px) {
  #front .center a {
    height: auto; }
    #front .center a img {
      height: auto;
      object-fit: cover; } }
#front .wrap {
  text-align: center;
  margin: 80px 0; }
  #front .wrap h3 {
    font-size: 1.3rem;
    line-height: 33px;
    letter-spacing: 2px;
    margin: 50px 0 30px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal; }
  #front .wrap p {
    font-size: 0.9rem;
    line-height: 33px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal; }
#front .area_brand {
  background-image: url(../img/front_brand2.jpg);
  background-size: cover;
  padding: 100px 0 30px; }
  #front .area_brand .wrap {
    margin: 60px 0 40px; }
  #front .area_brand .logo_tierra {
    text-align: center;
    width: 300px;
    margin: 80px auto 0; }
    @media screen and (max-width: 720px) {
      #front .area_brand .logo_tierra {
        width: 60%; } }
    #front .area_brand .logo_tierra img {
      width: 100%; }
  #front .area_brand .btn_link {
    background: rgba(255, 255, 255, 0.2);
    padding: 7px 50px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #555;
    color: #555;
    margin-bottom: 70px;
    transition: .5s; }
    @media screen and (max-width: 720px) {
      #front .area_brand .btn_link {
        width: 70%; } }
    #front .area_brand .btn_link:hover {
      background: #222;
      color: #fff; }
  #front .area_brand .brand_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%; }
    @media screen and (max-width: 720px) {
      #front .area_brand .brand_logo {
        width: 90%;
        flex-wrap: wrap; } }
    #front .area_brand .brand_logo img {
      height: 100%;
      width: 15%;
      display: block;
      margin: 0 2%; }
      @media screen and (max-width: 720px) {
        #front .area_brand .brand_logo img {
          width: 28%; } }
#front .area .wrap {
  text-align: center;
  margin-top: 85px; }
  #front .area .wrap a {
    width: 600px;
    margin: 0 auto; }
    @media screen and (max-width: 720px) {
      #front .area .wrap a {
        width: 100%; } }
    #front .area .wrap a img {
      width: 100%; }
