/* ===== base ===== */
#opi {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 768px) {
  #opi {
    font-size: 15px;
  }
}

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

#opi a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#opi a:focus {
  text-decoration: none;
  outline: none;
}

#opi section {
  padding: 1em 0;
}

#opi .inner {
  width: 82%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #opi .inner {
    width: 94%;
  }
}

#opi .note {
  font-size: 10px;
  line-height: 1.5;
  color: #666;
}
@media screen and (min-width: 768px) {
  #opi .note {
    font-size: 12px;
  }
}

#opi sup {
  vertical-align: middle;
}

#opi .secTtl {
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
#opi .secTtl .-en {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #opi .secTtl .-en {
    font-size: 70px;
  }
}
#opi .secTtl .-ja {
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  #opi .secTtl .-ja {
    font-size: 22px;
  }
}

#opi .btnWrap {
  text-align: center;
}

#opi .btn_s {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #000;
  display: inline-block;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  padding: 5px 43px 5px 10px;
  position: relative;
}
#opi .btn_s::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#opi .btn_m {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: #000;
  display: inline-block;
  line-height: 1.5;
  padding: 21px 10px;
  max-width: 410px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #opi .btn_m {
    font-size: 16px;
  }
}
#opi .btn_m span {
  position: relative;
  padding-right: 18px;
}
#opi .btn_m span::after {
  position: absolute;
  content: "";
  top: 52%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  #opi .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #opi .sp {
    display: none;
  }
}
/* ===== #kv ===== */
#opi .kv {
  background: #86d9dd;
  height: 470px;
}
@media screen and (min-width: 768px) {
  #opi .kv {
    height: 540px;
  }
}
@media screen and (min-width: 1024px) {
  #opi .kv {
    height: 512px;
  }
}
@media screen and (min-width: 1720px) {
  #opi .kv {
    position: relative;
  }
}
#opi .kv .inner {
  position: relative;
  padding: 60px 0 0;
}
@media screen and (min-width: 1024px) {
  #opi .kv .inner {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1720px) {
  #opi .kv .inner {
    position: initial;
  }
}
@media screen and (min-width: 1024px) {
  #opi .kv_wrap {
    display: flex;
    justify-content: flex-end;
  }
}
#opi .kv_img {
  position: absolute;
  width: 600px;
  top: 140px;
  left: 24%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #opi .kv_img {
    width: 820px;
    top: 110px;
    left: 36%;
  }
}
@media screen and (min-width: 1024px) {
  #opi .kv_img {
    width: 1024px;
    top: 0;
    left: -320px;
    transform: none;
  }
}
@media screen and (min-width: 1720px) {
  #opi .kv_img {
    left: 0;
  }
}
#opi .kv_ttl {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #opi .kv_ttl {
    max-width: 272px;
    margin: 0 40px;
  }
}

/* ===== .nav ===== */
#opi .nav {
  background: #86d9dd;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
#opi .nav .inner {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  #opi .nav .inner {
    width: 100%;
  }
}
#opi .nav_list {
  display: flex;
  justify-content: space-between;
}
#opi .nav_item {
  width: 25%;
  position: relative;
}
#opi .nav_item:nth-child(n+2)::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #opi .nav_item:nth-child(n+2)::after {
    height: 28px;
  }
}
#opi .nav_item a {
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 900;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  #opi .nav_item a {
    font-size: 20px;
    padding: 10px 0;
  }
}
#opi.fixedNav .nav {
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 768px) {
  #opi.fixedNav .nav {
    top: 114px;
  }
}
@media screen and (min-width: 1024px) {
  #opi.fixedNav .nav {
    top: 0;
  }
}
#opi.fixedNav .nav_item:nth-child(n+2)::after {
  background: #999;
}
@media screen and (min-width: 768px) {
  #opi.fixedNav .nav a {
    padding: 2px 0;
  }
}

/* ===== .about ===== */
#opi.fixedNav .about {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  #opi.fixedNav .about {
    margin-top: 61px;
  }
}
#opi .about {
  background: #86d9dd;
  padding: 25px 0 50px;
}
@media screen and (min-width: 768px) {
  #opi .about {
    padding: 40px 0 100px;
  }
}
#opi .about .inner {
  max-width: 916px;
}
#opi .about_catch {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.86;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #opi .about_catch {
    text-align: center;
    font-size: 22px;
  }
}
#opi .about_catch span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(171, 232, 18) 50%);
}
#opi .about_txt {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #opi .about_txt {
    text-align: center;
    font-size: 15px;
  }
}
#opi .about_note {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #opi .about_note {
    margin-bottom: 6px;
  }
}
#opi .about_video {
  border: 4px solid #000;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #opi .about_video {
    border: 8px solid #000;
  }
}
#opi .about_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===== .point ===== */
#opi .point {
  background: #ed8889;
  position: relative;
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px) {
  #opi .point {
    padding: 70px 0 20px;
  }
}
#opi .point::before {
  position: absolute;
  content: "";
  background: url(../img/page2/point_figure.png) no-repeat center center/100%;
  right: 0;
  top: -35px;
  width: 230px;
  height: 146px;
}
@media screen and (min-width: 768px) {
  #opi .point::before {
    top: -76px;
    width: 580px;
    height: 336px;
  }
}
#opi .point::after {
  position: absolute;
  background: url(../img/page2/point_bg.png) no-repeat center center/100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #opi .point .inner2 {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  #opi .point .inner3 {
    width: 100%;
  }
}
#opi .point_container {
  background: #edeada;
  margin: 16px 10px 0;
  padding: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #opi .point_container {
    margin: 55px 20px 0;
    padding: 64px 25px;
  }
}
#opi .point_nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #opi .point_nav {
    flex-wrap: wrap;
  }
}
#opi .point_nav_item {
  width: 50%;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #opi .point_nav_item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_nav_item {
    width: 25%;
  }
}
#opi .point_nav_item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  left: 10px;
  bottom: 12px;
  background: #2e9345;
  transform: rotate(19deg);
}
@media screen and (min-width: 1024px) {
  #opi .point_nav_item:nth-child(n+2)::before {
    left: 23px;
    bottom: -18px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  #opi .point_nav_item:nth-child(3)::before {
    display: none;
  }
}
#opi .point_nav_head {
  color: #2e9345;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#opi .point_nav_head .-en {
  display: block;
  font-size: 10px;
}
#opi .point_nav_head .-num {
  display: block;
  font-size: 25px;
}
@media screen and (min-width: 1024px) {
  #opi .point_nav_head .-num {
    font-size: 30px;
  }
}
#opi .point_nav_img {
  max-width: 142px;
  width: 54%;
  margin: 5px auto;
}
@media screen and (min-width: 1024px) {
  #opi .point_nav_img {
    width: 100%;
    margin: 10px auto;
  }
}
#opi .point_nav_ttl {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  #opi .point_nav_ttl {
    font-size: 22px;
  }
}
#opi .point_nav_ttl span {
  font-size: 0.75em;
}
#opi .point_list {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
#opi .point_item {
  margin-top: 50px;
  max-width: 740px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #opi .point_item {
    margin-top: 70px;
  }
}
#opi .point_item:nth-child(even) {
  margin-left: auto;
}
#opi .point_item:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../img/page2/point_img1-1.png) no-repeat center center/100%;
  width: 100px;
  height: 100px;
  right: -20px;
  top: -40px;
}
@media screen and (min-width: 768px) {
  #opi .point_item:nth-child(1)::after {
    width: 15vw;
    height: 15vw;
    right: -50px;
    top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  #opi .point_item:nth-child(1)::after {
    width: 18vw;
    height: 18vw;
    right: -16vw;
    top: -30px;
  }
}
@media print, screen and (min-width: 1200px) {
  #opi .point_item:nth-child(1)::after {
    width: 301px;
    height: 301px;
    right: -302px;
    top: 40px;
  }
}
#opi .point_item:nth-child(3) {
  max-width: 808px;
}
#opi .point_item:nth-child(4) {
  max-width: 761px;
}
#opi .point_item_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2e9345;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #opi .point_item_head {
    margin-bottom: 20px;
  }
}
#opi .point_item_head .-num {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #2e9345;
  font-family: "Lato", sans-serif;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  #opi .point_item_head .-num {
    font-size: 50px;
    margin-right: 18px;
  }
}
#opi .point_item_head .-ja {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #opi .point_item_head .-ja {
    font-size: 24px;
  }
}
#opi .point_item_head .-ja span {
  font-size: 14px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  #opi .point_item_head .-ja span {
    font-size: 16px;
  }
}
#opi .point_item_head .-ja2 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #opi .point_item_head .-ja2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont_left {
    width: 50%;
    border-right: 1px dotted #666;
    padding-right: 4%;
  }
}
#opi .point_item .cont_note {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont_right {
    width: 50%;
    padding-left: 4%;
  }
}
#opi .point_item .cont_point li {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.875;
  padding-left: 45px;
  margin-top: 10px;
  position: relative;
}
#opi .point_item .cont_point li:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont_point li:nth-child(n+2) {
    margin-top: 25px;
  }
}
#opi .point_item .cont_point li::before {
  position: absolute;
  content: "";
  background: url(../img/page2/icn_accent.png) no-repeat center center/100%;
  width: 38px;
  height: 45px;
  left: -2px;
  top: 0px;
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont_point li::before {
    width: 46px;
    height: 52px;
    left: -12px;
    top: -15px;
  }
}
#opi .point_item .cont_point li span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(171, 232, 18) 40%);
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont2 {
    display: flex;
    align-items: center;
  }
}
#opi .point_item .cont2_left {
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  #opi .point_item .cont2_left {
    margin: 0 auto 20px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont2_left {
    width: 31%;
    flex-shrink: 0;
    margin: 0 7% 0 0;
  }
}
#opi .point_item .cont2_img {
  margin: 25px 0 0;
}
#opi .point_item .cont3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #opi .point_item .cont3 {
    max-width: 420px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont3 {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont3_left {
    border-right: 1px dotted #666;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #opi .point_item .cont3_right {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont3_right {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  #opi .point_item .cont3_right .cont3_img img {
    max-width: 90%;
  }
}
#opi .point_item .cont3_img {
  margin-top: 15px;
  max-height: 174px;
  height: 100%;
  width: auto;
  text-align: center;
}
#opi .point_item .cont3_img img {
  max-height: 174px;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont3_img img {
    max-height: 100%;
  }
}
#opi .point_item .cont4_item {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#opi .point_item .cont4_item:nth-child(n+2) {
  border-top: 1px dotted #666;
}
#opi .point_item .cont4_item_ttl {
  text-align: center;
  background: #fff;
  font-size: 13px;
  line-height: 1.46;
  max-width: 200px;
  width: 100%;
  padding: 6px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_ttl {
    max-width: 230px;
    font-size: 15px;
    margin: 0 4% 0 0;
  }
}
#opi .point_item .cont4_item_img {
  flex-shrink: 0;
  margin: 15px auto;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_img {
    margin: 0 4% 0 0;
  }
}
#opi .point_item .cont4_item_img.-img1 {
  width: 90px;
}
#opi .point_item .cont4_item_img.-img2 {
  width: 48px;
}
#opi .point_item .cont4_item_body {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont4_item_body {
    max-width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body .-row {
    display: flex;
    align-items: center;
  }
}
#opi .point_item .cont4_item_body .-row:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body .-row2 {
    display: flex;
    align-items: flex-end;
  }
}
#opi .point_item .cont4_item_body .-label {
  max-width: 90px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #opi .point_item .cont4_item_body .-label {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #opi .point_item .cont4_item_body .-label {
    max-width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body .-label {
    margin-bottom: 0;
  }
}
#opi .point_item .cont4_item_body .-txt1 {
  font-size: 13px;
  margin: 0 6px;
  display: inline;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body .-txt1 {
    display: block;
  }
}
#opi .point_item .cont4_item_body .-txt1 span {
  font-size: 0.5em;
  vertical-align: middle;
}
#opi .point_item .cont4_item_body .-txt2 {
  font-size: 15px;
  font-weight: 800;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(171, 232, 18) 40%);
  line-height: 1.8;
  display: inline;
}
@media screen and (min-width: 1024px) {
  #opi .point_item .cont4_item_body .-txt2 {
    display: block;
  }
}
#opi .point_item .cont4_item_body .note {
  text-align: right;
  margin-top: 30px;
}
#opi .point_item .-label {
  font-size: 13px;
  font-weight: 800;
  background: #abe812;
  display: inline-block;
  line-height: 1.5;
  padding: 2px 8px 3px;
}
@media screen and (min-width: 768px) {
  #opi .point_item .-label {
    font-size: 14px;
  }
}

/* ===== .pick ===== */
#opi .pick {
  padding: 40px 0;
}
#opi .pick .secTtl {
  text-align: center;
}
#opi .pick_list {
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  #opi .pick_list {
    display: flex;
    flex-wrap: wrap;
  }
}
#opi .pick_item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #opi .pick_item {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #opi .pick_item {
    width: 50%;
    justify-content: space-between;
  }
}
#opi .pick_item:nth-child(odd) {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(odd) {
    padding: 3% 5% 3% 4%;
  }
}
#opi .pick_item:nth-child(even) {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(even) {
    padding: 3% 0% 3% 3%;
  }
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(1)::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    height: calc(100% - 60px);
    width: 1px;
    background: #abe812;
  }
}
#opi .pick_item:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #abe812;
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(1)::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #opi .pick_item:nth-child(2)::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #abe812;
  }
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(4)::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    height: calc(100% - 60px);
    width: 1px;
    background: #abe812;
  }
}
#opi .pick_item:nth-child(4)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #abe812;
}
@media screen and (min-width: 768px) {
  #opi .pick_item:nth-child(4)::after {
    width: calc(100% - 30px);
  }
}
#opi .pick_item_img {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #opi .pick_item_img {
    max-width: 155px;
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  #opi .pick_item_img img {
    margin: 0 auto;
  }
}
#opi .pick_item_img.-img1 img {
  width: 68px;
}
#opi .pick_item_img.-img2 img {
  width: 133px;
}
#opi .pick_item_img.-img3 img {
  width: 46px;
}
#opi .pick_item_img.-img4 img {
  width: 133px;
}
#opi .pick_item_body {
  max-width: 342px;
  width: 78%;
  margin-left: 15px;
}
#opi .pick_item_ttl {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #opi .pick_item_ttl {
    font-size: 20px;
  }
}
#opi .pick_item_ttl.-accent {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #opi .pick_item_ttl.-accent {
    padding-right: 50px;
  }
}
#opi .pick_item_ttl.-accent::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 63px;
  right: -30px;
  top: -15px;
  background: url(../img/page2/icn_accent2.png) no-repeat center center/100%;
}
@media screen and (min-width: 768px) {
  #opi .pick_item_ttl.-accent::after {
    width: 59px;
    height: 67px;
    right: -20px;
    top: -15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #opi .pick_item_ttl.-accent::after {
    right: -10px;
  }
}
#opi .pick_item_txt {
  margin-bottom: 10px;
}
#opi .pick_item .note {
  margin-bottom: 13px;
}
#opi .pick_use {
  background: rgba(171, 232, 18, 0.15);
  border-radius: 30px;
  padding: 12px 30px 25px;
  max-width: 950px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #opi .pick_use {
    width: 92%;
  }
}
#opi .pick_use::before {
  position: absolute;
  content: "";
  background: url(../img/page2/icn_tips.png) no-repeat center center/100%;
  top: -30px;
  left: -16px;
  width: 60px;
  height: 53px;
}
@media screen and (min-width: 768px) {
  #opi .pick_use::before {
    top: -10px;
    left: -46px;
    width: 92px;
    height: 77px;
  }
}
#opi .pick_use_ttl {
  color: #2e9345;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_ttl {
    font-size: 22px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  #opi .pick_use_list {
    display: flex;
  }
}
#opi .pick_use_item {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item {
    width: 50%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  #opi .pick_use_item:nth-child(1) {
    border-bottom: 1px dotted #2e9345;
  }
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item:nth-child(1) {
    border-right: 1px dotted #2e9345;
  }
}
#opi .pick_use_item_head {
  display: flex;
}
#opi .pick_use_item_head_img {
  flex-shrink: 0;
  margin-right: 9%;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item_head_img {
    margin-right: 13%;
  }
}
#opi .pick_use_item_head_img.-img1 {
  width: 68px;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item_head_img.-img1 {
    width: 97px;
  }
}
#opi .pick_use_item_head_img.-img2 {
  width: 71px;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item_head_img.-img2 {
    width: 102px;
  }
}
#opi .pick_use_item_body {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #opi .pick_use_item_body {
    margin-top: -15px;
  }
}
#opi .pick_use_item_body_img.-img1 {
  width: 42px;
}
#opi .pick_use_item_body_img.-img2 {
  width: 104px;
  margin-left: 108px;
  position: relative;
}
#opi .pick_use_item_body_img.-img2::before, #opi .pick_use_item_body_img.-img2::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 1px;
  left: -68px;
  top: 38px;
  background: #000;
}
#opi .pick_use_item_body_img.-img2::after {
  transform: rotate(90deg);
}
#opi .pick_use_item_body_img.-img3 {
  width: 53px;
}

/* ===== .line ===== */
#opi .line {
  padding: 40px 0 60px;
  background: #daebdf;
}
#opi .line .secTtl {
  text-align: center;
}
#opi .line .btnWrap {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  #opi .line .btnWrap {
    margin-top: 110px;
  }
}
#opi .hit_list .slick-list {
  padding: 95px 1px 0 !important;
}
@media screen and (min-width: 768px) {
  #opi .hit_list .slick-list {
    padding: 75px 10px 0 !important;
  }
}
#opi .hit_list .prev,
#opi .hit_list .next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 22vw;
  z-index: 10;
  background: none;
}
@media screen and (min-width: 768px) {
  #opi .hit_list .prev,
  #opi .hit_list .next {
    top: 40%;
  }
}
#opi .hit_list .prev::after,
#opi .hit_list .next::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  top: 65%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #opi .hit_list .prev::after,
  #opi .hit_list .next::after {
    width: 30px;
    height: 30px;
    top: 25%;
  }
}
#opi .hit_list .prev {
  left: 2%;
}
@media screen and (min-width: 1024px) {
  #opi .hit_list .prev {
    left: 14%;
  }
}
#opi .hit_list .prev::after {
  transform: rotate(225deg);
  left: 35%;
}
#opi .hit_list .next {
  right: 2%;
}
@media screen and (min-width: 1024px) {
  #opi .hit_list .next {
    right: 14%;
  }
}
#opi .hit_list .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
}
#opi .hit_list .slick-dots li {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #opi .hit_list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
#opi .hit_list .slick-dots li.slick-active {
  background: #000;
}
#opi .hit_list .slick-dots li button {
  display: none;
}
#opi .hit_item {
  position: relative;
}
#opi .hit_item a {
  display: block;
}
#opi .hit_item_badge {
  position: absolute;
  width: 14vw;
  max-width: 60px;
  height: 5.66vw;
  right: 3%;
  top: -50px;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_badge {
    width: 5vw;
    height: 5.66vw;
    right: -5%;
    top: 0px;
  }
}
#opi .hit_item_badge img {
  width: 100%;
}
#opi .hit_item_img {
  height: 26vw;
  width: auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_img {
    height: 17vw;
  }
}
#opi .hit_item_img img {
  width: auto;
  margin: 0 auto;
  max-width: 120px;
  width: 22%;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_img img {
    width: 28%;
  }
}
#opi .hit_item_img img.-img1 {
  width: 36%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_img img.-img1 {
    width: 56%;
  }
}
#opi .hit_item_img img.-img2 {
  max-width: 90px;
  width: 15%;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_img img.-img2 {
    width: 19%;
  }
}
#opi .hit_item_img img.-img3 {
  max-width: 200px;
  width: 37%;
}
@media screen and (min-width: 768px) {
  #opi .hit_item_img img.-img3 {
    width: 47%;
  }
}
#opi .hit_item_ttl {
  text-align: center;
  font-size: 13px;
  line-height: 1.53;
  font-weight: 800;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  #opi .hit_item_ttl {
    font-size: 15px;
  }
}

/* ===== .menu ===== */
#opi .menu {
  padding: 30px 0 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #opi .menu {
    margin-bottom: 40px;
  }
}
#opi .menu .secTtl {
  text-align: center;
  margin-bottom: 34px;
}
#opi .menu-container {
  padding: 35px 0 60px;
}
#opi .menu-container1 {
  background: #86d9dd url(../img/page2/menu_bg.png) no-repeat left 15% bottom/1000px;
}
@media screen and (min-width: 768px) {
  #opi .menu-container1 {
    background-size: 1280px;
    background-position: left bottom;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container1 .menu-item:nth-child(1) {
    margin: 0 0 50px 11%;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container1 .menu-item:nth-child(2) {
    margin: 0 12% 40px 0;
  }
}
#opi .menu-container1 .menu-item:nth-child(2) .menu-item-inner {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #opi .menu-container1 .menu-item:nth-child(4) {
    margin: -20px 2% 40px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #opi .menu-container1 .menu-item:nth-child(4) {
    margin: -150px 2% 40px 0;
  }
}
#opi .menu-container1 .menu-item:nth-child(4) .menu-item-inner {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #opi .menu-container1 .menu-item:nth-child(5) {
    margin: 0 0 0 15%;
  }
}
#opi .menu-container2 {
  background: #ed8889 url(../img/page2/menu_bg2.png) no-repeat right 15% bottom/1000px;
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 {
    background-size: 1280px;
    background-position: right bottom;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(1) {
    margin: 0 0 10px 23%;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(3) {
    margin: -20px 0 40px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #opi .menu-container2 .menu-item:nth-child(3) {
    margin: -110px 0 40px 0;
  }
}
#opi .menu-container2 .menu-item:nth-child(3) .menu-item-inner {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(4) {
    margin: 0 0 30px 7%;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(5) {
    margin: 0 3% 0px 0;
  }
}
#opi .menu-container2 .menu-item:nth-child(5) .menu-item-inner {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(6) {
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #opi .menu-container2 .menu-item:nth-child(6) {
    margin: -70px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  #opi .menu-container2 .menu-item:nth-child(7) {
    margin: 40px 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  #opi .menu-container2 .menu-item:nth-child(7) {
    margin: 20px 0 100px 0;
  }
}
#opi .menu-container2 .menu-item:nth-child(7) .menu-item-inner {
  justify-content: flex-end;
}
#opi .menu-ttl {
  font-size: 26px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #opi .menu-ttl {
    font-size: 44px;
  }
}
#opi .menu-ttl::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 1px;
  background: #000;
  right: 100%;
  bottom: -1px;
}
#opi .menu-ttl span {
  font-size: 16px;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #opi .menu-ttl span {
    font-size: 22px;
  }
}
#opi .menu-ttl span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #opi .menu-item {
    margin-bottom: 20px;
  }
}
#opi .menu-item-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #opi .menu-item-left {
    display: flex;
    align-items: flex-start;
  }
}
#opi .menu-item-right {
  width: 100%;
}
#opi .menu-item-right.-img1 {
  max-width: 224px;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img1 {
    width: 50%;
  }
}
#opi .menu-item-right.-img2 {
  max-width: 162px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img2 {
    width: 40%;
  }
}
#opi .menu-item-right.-img3 {
  max-width: 114px;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img3 {
    width: 30%;
  }
}
#opi .menu-item-right.-img4 {
  max-width: 94px;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img4 {
    width: 25%;
  }
}
#opi .menu-item-right.-img5 {
  max-width: 94px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img5 {
    width: 25%;
  }
}
#opi .menu-item-right.-img6 {
  max-width: 92px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img6 {
    width: 25%;
  }
}
#opi .menu-item-right.-img7 {
  max-width: 75px;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  #opi .menu-item-right.-img7 {
    width: 25%;
  }
}
#opi .menu-item-num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 0.9;
  margin: 15px 7% 0 0;
  display: inline-block;
  padding: 0 0 0 9px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 37%, rgb(171, 232, 18) 37%);
}
@media screen and (min-width: 768px) {
  #opi .menu-item-num {
    font-size: 20px;
    padding: 0 0 0 14px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 47%, rgb(171, 232, 18) 47%);
  }
}
#opi .menu-item-num span {
  font-size: 40px;
  letter-spacing: 0.2em;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  #opi .menu-item-num span {
    font-size: 60px;
  }
}
#opi .menu-item-body {
  max-width: 265px;
  width: 100%;
  flex-shrink: 0;
}
#opi .menu-item-ttl {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  border-bottom: 2px dotted #abe812;
  padding-bottom: 15px;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  #opi .menu-item-ttl {
    margin: 0 0 12px;
  }
}
#opi .menu-item-txt {
  margin-bottom: 10px;
}/*# sourceMappingURL=page.css.map */