@charset "utf-8";
/*=============================================================

	Date: 2022-12-31
	CSS Document ： SAANA JA OLLI
	
=============================================================*/

h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
div,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.saana_so {
  color: #5f5f5f;
  font-family: Yu Gothic Pr6N M;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  z-index: 0;
}

div.saana_so a {
  color: #5f5f5f;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}

div.saana_so img {
  height: auto;
  max-width: 100%;
}

*:focus {
  outline: none;
}

div.mainimage {
  min-height: 280px;
  margin: 0 0 80px;
  position: relative;
}

div.mainimage h1 {
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
  width: 100vw;
}

div.mainimage h1 img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
}

div.mainimage p {
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
  width: 100vw;
}

div.mainimage p img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
}

div.saana-comment_so {
  margin: 0 0 3.25rem;
  text-align: center;
}

div.saana-comment_so p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

/*
.bubbles_so {
  position: relative;
}

.bubbles_so {
  border: 1px solid #231815;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 28px 0 0;
  padding: 16px 24px;
}

.bubbles_so::before {
  content: '';
  margin: auto;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -15px;
  border-right: 1px solid transparent;
  border-bottom: 15px solid #000;
  border-left: 15px solid transparent;
}

.bubbles_so::after {
  content: '';
  margin: auto;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -16px;
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
}
*/

div.saana-btn_so {
  margin: 50px auto 0;
  width: 325px;
}

div.saana-btn_so a {
  border: 1px solid #000;
  display: block;
  padding: 15px 0;
  text-align: center;
}

div.saana-instagram_so {
  text-align: center;
}

p.new_so {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media not all and (min-width: 768px) {
  div.mainimage {
    min-height: 180px;
    margin: 0 0 0.9375rem;
  }

  div.mainimage h1 img {
    height: 180px;
  }

  div.mainimage p img {
    height: 180px;
  }

  div.saana-comment_so {
    margin: 0 auto 3.4375rem;
    width: 90%;
  }

  div.saana-comment_so p {
    font-size: 0.875rem;
    text-align: left;
  }
}
