:root {
  --color-yellow: #ffeb62;
  --color-red: #cf121b;
  --color-brown: #5f2415;
  --color-gray: #7d7d7d;
}

html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #000;
  background: #fff;
  letter-spacing: 0.1em;
}

.ff_hel {
  font-family: "Helvetica Neue", "Helvetica", "Arial Black", "Arial", sans-serif;
  /* font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; */
}

a,
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mb_0px {
  margin-bottom: 0 !important;
}
.mb_40px {
  margin-bottom: 40px !important;
}
.pb_0px {
  padding-bottom: 0 !important;
}
.wrapper {
  width: 100%;
  height: 100%;
  /* min-width: 1280px; */
}

.wrapper_inner {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /* min-width: 1400px; */
  /* height: 300px; */
}

.inner_con {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.mv {
  width: 100%;
  height: 1580px;
  overflow: hidden;
}
.kikan {
  position: relative;
  background: var(--color-brown);
  padding: 30px;
}
.kikan:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--color-brown) transparent transparent transparent;
  border-width: 40px 40px 0 40px;
  z-index: 999;
}
.kikan .jisshi_kikan {
  width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
.box_hotpapper {
  position: relative;
  padding-top: calc(1325 / 1280 * 100%);
  width: 100%;
  height: 0;
  background-color: var(--color-yellow);
}
.box_hotpapper .pic_01 {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
}
.box_sarani {
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-red);
}
.box_sarani .sarani {
  width: 484px;
}
.box_pic_02 {
  position: relative;
  padding-top: calc(544 / 1280 * 100%);
  width: 100%;
  height: 0;
  background-color: var(--color-yellow);
  overflow: hidden;
}
.box_pic_02 .pic_02 {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
}
.box_pic_02 .shosai_box {
  position: absolute;
  top: 396px;
  width: 1080px;
  height: 94px;
  border-radius: 20px;
  background-color: var(--color-brown);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 7px 7px rgba(0, 0, 0, 0.3));
}
.box_pic_02 .shosai_box:hover {
  /* opacity:1; */
  /* cursor: pointer; */
}
.box_pic_02 .shosai_box .shosai_kochira {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-yellow);
  margin-right: 8px;
}
.shosai_sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 18px solid #ffea21;
  border-right: 0;
}

.box_pic_02 .shosai_box .shosai_url {
  margin-left: 11px;
  font-size: 3rem;
  color: #fff;
}

.box_pic_03 {
  position: relative;
  padding-top: calc(661 / 1280 * 100%);
  width: 100%;
  height: 0;
  background-color: var(--color-yellow);
  overflow: hidden;
}
.box_pic_03 .pic_03 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
}
#tenpo {
  padding-top: 56px;
  padding-bottom: 20px;
}
.box_ttl_tenpo {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-red);
}
.box_ttl_tenpo:hover{
  cursor:pointer;
}
.box_ttl_tenpo .ttl_tenpo {
  font-size: 7rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
}
.box_ttl_tenpo .btn_tenpo {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
}
.box_ttl_tenpo .btn_tenpo .line {
  position: absolute;
  width: 48px;
  height: 11px;
  top: calc(50% - 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-red);
  transition: 0.3s;
}
.box_ttl_tenpo .btn_tenpo .line:nth-child(odd) {
  transform: rotate(90deg);
  left: 15%;
  /* position:absolute;
  width:48px;
  height:11px;
  top:calc(50% - 5px);
  left:50%;
  transform:translateX(-50%);
  background-color:var(--color-red); */
}
.box_ttl_tenpo.open .btn_tenpo .line:nth-child(odd){
    transform: rotate(0deg);
}
.box_tenpo_list {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 42px;
  border-left: solid 4px var(--color-red);
  border-right: solid 4px var(--color-red);
  border-bottom: solid 4px var(--color-red);

  /* margin-bottom: 61px; */

}
.box_tenpo_list{
  display:none;
}
.box_tenpo_list .ttl_tenpo_list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  width: 700px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.box_tenpo_list .tenpo_list {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.box_tenpo_list .tenpo_list td {
  border: solid 1px #000;
  height: 50px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 2.9rem;
  /* letter-spacing: 0.1em; */
}
.box_tenpo_list .tenpo_list td.tenpo_bg {
  background-color: #f8e8e9;
}

.box_tenpo_list .tenpo_note {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.44;
  text-align: justify;
}
.box_detail {
  width: 100%;
  padding-bottom: 33px;
}
.inner_con.mt_ajust{
  margin-top:61px;
}
.box_detail h3.detail {
  width: 100%;
  height: 75px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 50px;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.box_detail p.detail_con {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  line-height: 1.37;
  text-align: justify;
  text-wrap-mode: nowrap;
  margin-bottom: 8px;
}
.box_detail p.detail_con.mb_ajust {
  margin-bottom: 15px;
}
#tenpo_kensaku {
  padding-bottom: 40px;
}
.box_tenpo_kensaku {
  position: relative;
  width: 100%;
  padding-top: calc(400 / 1280 * 100%);
  background-color: var(--color-brown);
  margin-bottom: 53px;
}
.box_tenpo_kensaku .ttl_tenpo_kensaku {
  position: absolute;
  width: 715px;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
.box_tenpo_kensaku .shosai_box_tenpo {
  position: absolute;
  top: 119px;
  width: 1080px;
  height: 94px;
  border-radius: 20px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 7px 7px rgba(0, 0, 0, 0.3));
}
.box_tenpo_kensaku .shosai_box_tenpo .shosai_tenpo {
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: var(--color-brown);
  margin-right: 36px;
}
.shosai_sankaku.brown {
  border-left: 18px solid var(--color-brown);
}

.box_tenpo_kensaku .shosai_box_tenpo .shosai_url {
  font-size: 3.7rem;
  margin-left: 28px;
  color: var(--color-brown);
}
.box_tenpo_kensaku .shosai_box_tenpo.kamadoka {
  top: 255px;
}

.box_tenpo_kensaku.hotpapper {
  position: relative;
  width: 100%;
  padding-top: calc(316 / 1280 * 100%);
  background-color: var(--color-red);
}
.box_tenpo_kensaku.hotpapper .ttl_hotpapper {
  position: absolute;
  width: 1059px;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}

.box_tenpo_kensaku.hotpapper .shosai_box {
  position: absolute;
  top: 177px;
  width: 1080px;
  height: 94px;
  border-radius: 20px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 7px 7px rgba(0, 0, 0, 0.3));
}
.box_tenpo_kensaku.hotpapper .shosai_box .shosai_kochira {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: var(--color-red);
  margin-right: 8px;
}
.shosai_sankaku.red {
  border-left: 18px solid var(--color-red);
}

.box_tenpo_kensaku.hotpapper .shosai_box .shosai_url {
  margin-left: 11px;
  font-size: 3rem;
}

.box_for_hp {
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  text-wrap-mode: nowrap;
  margin-bottom: 10px;
}
.box_for_hp .for_hp {
  font-size: 3rem;
  letter-spacing: 0.13em;
  margin-right: 38px;
}
.shosai_sankaku.black {
  border-left: 18px solid #000;
}
.box_for_hp .shosai_url {
  font-size: 3rem;
  letter-spacing: 0.15em;
  margin-left: 48px;
}
.box_for_top {
  width: 100%;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray);
}
.box_for_top .for_top {
  width: 298px;
}
