@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック";
  color: rgb(54, 54, 54);
}

.header {
  position: relative;
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.76);
}

.gnav {
  display: flex;
  padding: 48px;
  justify-content: space-between;
}

.gnav__nav {
  display: flex;
  align-items: center;
}

.gnav__wrap {
  display: flex;
  align-items: center;
}

.gnav__list {
  font-weight: 600;
  list-style-type: none;
  padding-top: 10px;
}

.gnav__link {
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .1rem;
}

.gnav__link:hover {
  opacity: 0.7;
}

.gnav__before::before {
  content: url(img/home.png);
  padding-right: 16px;
  vertical-align: middle;
}

.gnav__list+.gnav__list::before {
  content: ">";
  padding: 0 16px;
}

.gnav__linkbuy {
  text-decoration: none;
}

.gnav__linkbuy:hover {
  opacity: .7;
}

.gnav__linkbuy::after {
  content: url(img/buy.svg);
  vertical-align: middle;
  padding-left: 5px;
  margin-right: 50px;
}

.gnav__menulink {
  padding-top: 19px;
}

.ttl {
  position: relative;
  position: absolute;
  left: 950px;
  bottom: -14px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .2rem;
}

.ttl::before {
  position: absolute;
  top: 0;
  left: -160px;
  content: url(img/tsunagu.png);
}

.sec {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cbb8c47a;
  padding-top: 130px;
}

.sec__box {
  display: flex;
  width: 1080px;
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 80px;
}

.pic {
  width: 450px;
  height: 450px;
  margin: 25px 40px 16px 40px;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.subpic__box {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  width: 490px;
}

.subpic {
  width: 77.2px;
  height: 77.2px;
}

.subimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.txt__box {
  width: 465px;
}

.txtbox__txt1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .3rem;
  border-bottom: 1px solid #b5b5b581;
  padding-bottom: 20px;
  margin: 190px 100px 0 0;
}

.txtbox__span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2rem;
}

.txtbox__txt2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2rem;
  margin: 20px 0 170px 0;
}

.txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .1rem;
  margin-bottom: 16px;
}

.txtbox__buy {
  margin: 80px 0;
}

.txtbox__link {
  text-decoration: none;
  letter-spacing: .1rem;
  background-color: #d6d6d6;
  padding: 16px 170.9px;
}

.txtbox__link:hover {
  opacity: 0.7;
}

.subbox {
  margin-bottom: 80px;
}

.sublink {
  text-decoration: none;
}

.subtxt:hover {
  opacity: 0.7;
}

.subtxt {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b5b5b581;
  padding: 16px 0;
}

.ps {
  order: 2;
  padding-left: 16px;
}

.ps::after {
  content: url(img/sec2_after.png);
  vertical-align: middle;
  position: absolute;
  right: 0;
}

.footer {
  background-color: #cbb8c47a;
}

.footer__copy {
  background-color: rgb(54,54,54);
  text-align: center;
  padding: 48px 0;
}

.footer__small {
  color: #fff;
}