@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 32px 40px 40px;
}

.contents_title {
  --fs: 2.2rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(4px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 14px;
}

.anchorLink_wrap {
  position: relative;
}

.anchorLink_btn01,
.anchorLink_btn02,
.anchorLink_btn03,
.anchorLink_btn04,
.anchorLink_btn05,
.anchorLink_btn06,
.anchorLink_btn07 {
  width: 23.4%;
  position: absolute;
  display: block;
}  

.anchorLink_btn01 { top: 0; left: 14%; }
.anchorLink_btn02 { top: 0; left: 38.9%; }
.anchorLink_btn03 { top: 0; left: 63.9%; }
.anchorLink_btn04 { top: 44.4%; left: 1%; }
.anchorLink_btn05 { top: 44.4%; left: 25.8%; }
.anchorLink_btn06 { top: 44.4%; left: 50.7%; }
.anchorLink_btn07 { top: 44.4%; left: 75.5%; }

.btn_wrap { display: flex; }

.btn_1month,
.btn_1day {
  position: relative;
}

.btn_detail { 
  width: 46.8%;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8.8%;
  overflow: hidden;
  transform: translateX(-50%);  
}
.btn_1month .btn_detail { left: 53.6%; }
.btn_1day .btn_detail { left: 46.6%; }