@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* ------------------------------------------
  Utility Class
------------------------------------------ */
@font-face {
  font-family: "A-OTF A1明朝 Std Bold";
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* clearfix */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

main {
  /* padding-top: 160px; */
}

body {
  font-family: "A-OTF A1明朝 Std Bold", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  min-width: 1080px;
  color: #000;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.24em;
}

body.layer {
  overflow: hidden;
  height: 100%;
}

a,
a img {
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:hover * {
  opacity: 0.75;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  margin: 0;
  letter-spacing: 0.03em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: normal;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input,
button,
select,
textarea {
  /* font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none; */
}

input[type="checkbox"],
input[type="radio"] {
  /* position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0; */
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    width: auto;
    margin: 0 20px;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }

  main {
    /* padding-top: 63px; */
  }
}

.section-ttl {
  font-size: 4.6rem;
  color: #8e8e8e;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 15px;
}

.section-sub-ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 3rem;
  }

  .section-sub-ttl {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */
.header {
  position: relative;
  display: flex;
  justify-content: end;
  z-index: 999;
  width: 100%;
}

.cta-btn {
  position: fixed;
  display: block;
  right: 35px;
  top: 15px;
  font-size: 1.3rem;
  color: #939291;
  padding: 15px 25px 13px;
  background: #fff;
  border-radius: 50px;
  line-height: 100%;
  cursor: pointer;
}

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

/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  padding: 36px 0;
  background: #f7f7f7;
  position: relative;
}

.footer-logo-inner {
  display: block;
  width: 100px;
  position: absolute;
  left: 4.5%;
  top: 50%;
  transform: translateY(-50%);
}

.footer-logo {
  width: 100%;
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .section-container {
    width: 90%;
  }

  .oreo-logo {
    width: 20%;
  }

  .footer-logo-inner {
    width: 80px;
  }
}
