.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block !important;
  }
}

#content {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content {
    padding-top: 90px;
    display: block;
    width: 94%;
  }
}
#content .mv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -15px 0 0 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .mv {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #content .mv {
    align-items: flex-start;
  }
}
#content .mv .read {
  width: 66%;
}
#content .mv .read h2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(18px, 2rem, 43px);
  align-items: stretch;
  line-height: 1.2;
}
#content .mv .read h2 p {
  color: #FFFFFF;
  font-size: clamp(30px, 2.8rem, 77px);
  position: relative;
  margin: 13px 0.5rem 7px;
  padding: 0px 0.8rem 0.3rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .mv .read h2 p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewX(8deg);
  background-color: #e73418;
  top: 0;
  left: 0;
  z-index: -1;
}
#content .mv .read h2 p span {
  font-size: clamp(10px, 0.8rem, 16px);
  display: block;
}
@media screen and (max-width: 640px) {
  #content .mv .read h2 p {
    width: 84%;
    margin: 5px 0.5rem 5px;
  }
}
@media screen and (max-width: 640px) {
  #content .mv .read h2 p + span {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #content .mv .read h2 p + span {
    text-align: center;
  }
}
#content .mv .read h2 + p {
  font-size: clamp(14px, 1.4rem, 27px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .mv .read h2 + p {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  #content .mv .read h2 + p {
    width: 100%;
    font-size: 12px;
    padding: 24px 0 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #content .mv .read h2 + p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #content .mv .read h2 {
    width: 67%;
  }
}
@media screen and (max-width: 640px) {
  #content .mv .read h2 {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  #content .mv .read {
    width: 100%;
    margin: 0 -34% 0 0;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  #content .mv .read {
    margin: 0 -40% 0 0;
  }
}
#content .mv figure {
  width: 34%;
  position: relative;
}
#content .mv figure img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#content .mv figure p {
  position: absolute;
  right: 0;
  top: 3rem;
  font-size: clamp(11px, 0.7rem, 13px);
  font-weight: 500;
  text-align: right;
}
#content .mv figure p span {
  display: block;
  font-size: clamp(14px, 0.9rem, 18px);
}
@media screen and (max-width: 950px) {
  #content .mv figure p {
    top: unset;
    bottom: 1rem;
    paint-order: stroke;
    -webkit-text-stroke: 3px white;
  }
}
@media screen and (max-width: 480px) {
  #content .mv figure {
    width: 40%;
    padding: 5px 0 0 0;
  }
}
#content .top_movie {
  display: grid;
  grid-template-columns: 24% 76%;
  justify-content: space-between;
}
#content .top_movie .left {
  background-color: #cccccc;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .top_movie .left h3 {
  font-size: clamp(16px, 1.4rem, 26px);
  font-weight: 700;
}
#content .top_movie .left .sh {
  font-size: clamp(13px, 0.8rem, 15px);
  font-weight: 600;
  padding: 1rem 0;
  line-height: 1.6;
}
#content .top_movie .right {
  background-color: #f2f2f2;
  padding: 1rem;
}
#content .top_movie .right ul {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
#content .top_movie .right ul li figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#content .top_movie .right ul li p {
  padding: 7px 0;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #content .top_movie .right ul li {
    width: 93%;
    margin: 12px auto;
  }
}
@media screen and (max-width: 640px) {
  #content .top_movie .right ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #content .top_movie {
    display: block;
  }
  #content .top_movie .left {
    display: grid;
    flex-direction: row;
    justify-content: center;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 9px;
    align-items: center;
    padding: 0 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #content .top_movie .left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    height: 55px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
  }
  #content .top_movie .left h3 {
    grid-area: 1/1/2/3;
  }
  #content .top_movie .left h3 br {
    display: none;
  }
  #content .top_movie .left .sh {
    grid-area: 2/1/3/3;
    line-height: 1.2;
    font-size: 12px;
    padding: 0;
  }
  #content .top_movie .left .btn {
    grid-area: 1/3/3/4;
  }
}
#content .top_lesson {
  position: relative;
  height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#content .top_lesson .read {
  width: 68%;
  max-width: 814px;
  margin: 45px auto 16px 26%;
}
#content .top_lesson .read h3 {
  font-size: clamp(32px, 2.4rem, 50px);
  display: grid;
  grid-template-columns: 44% 53%;
  justify-content: space-between;
  text-align: center;
}
#content .top_lesson .read h3 span {
  display: block;
  font-size: clamp(18px, 1.8rem, 33px);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#content .top_lesson .read h3 + p {
  font-size: clamp(16px, 1.5rem, 30px);
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #content .top_lesson .read h3 {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  #content .top_lesson .read {
    margin: 45px auto 16px 23%;
  }
}
@media screen and (max-width: 768px) {
  #content .top_lesson .read {
    margin: 45px auto 6px 32%;
    width: 54%;
  }
}
@media screen and (max-width: 640px) {
  #content .top_lesson .read {
    margin: 80px 15px 6px auto;
    width: 67%;
  }
}
#content .top_lesson .list {
  width: 74%;
  max-width: 884px;
  background-image: url(../images/index/lesson_bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 20px 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
  background-position: center;
}
@media screen and (max-width: 950px) {
  #content .top_lesson .list {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  #content .top_lesson .list {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #content .top_lesson .list {
    width: 100%;
    background-image: url(../images/index/lesson_bg_sp.png);
  }
}
#content .top_lesson .list dl {
  display: grid;
  grid-template-columns: 13% 87%;
  width: 92%;
  margin: 0 auto;
  justify-content: space-between;
  color: #FFFFFF;
  grid-gap: 0.6rem 0;
}
#content .top_lesson .list dl dt {
  background-image: url(../images/index/ico_top_lesson.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 2.5;
}
#content .top_lesson .list dl dd a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 950px) {
  #content .top_lesson .list dl {
    padding: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #content .top_lesson .list dl {
    grid-template-columns: 20% 77%;
    padding: 5px 0 22px 0;
  }
  #content .top_lesson .list dl dt {
    background-position: top center;
  }
  #content .top_lesson .list dl dd {
    margin: 0 0 10px 0;
  }
  #content .top_lesson .list dl dd a {
    font-size: 13px;
  }
}
#content .top_lesson .list::after {
  content: "";
  background-image: url(../images/index/lesson_image02.png);
  width: 60%;
  max-width: 244px;
  display: block;
  height: 32px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 30%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #content .top_lesson .list::after {
    right: 40%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #content .top_lesson .list::after {
    right: 48%;
    width: 48%;
    bottom: -8px;
  }
}
#content .top_lesson .list .btn {
  position: absolute;
  right: 1rem;
  max-width: 220px;
  bottom: -16px;
  z-index: 1;
  width: 26%;
}
#content .top_lesson .list .btn a {
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
#content .top_lesson .list .btn a::after {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #content .top_lesson .list .btn {
    width: 29%;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #content .top_lesson .list .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#content .top_lesson figure {
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 100%;
  max-width: 362px;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  #content .top_lesson figure {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  #content .top_lesson figure {
    width: 50%;
    top: 10px;
    bottom: unset;
  }
}
#content .top_recommend {
  display: grid;
  grid-template-columns: 26% 74%;
  justify-content: space-between;
}
#content .top_recommend .left {
  background-color: #e73418;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
#content .top_recommend .left h3 {
  font-size: clamp(16px, 1.4rem, 26px);
  font-weight: 700;
}
#content .top_recommend .left h3 span {
  display: block;
  margin: 0 0 0 -4px;
}
#content .top_recommend .left .sh {
  font-size: clamp(13px, 0.8rem, 14px);
  font-weight: 600;
  padding: 0.5rem 0;
  line-height: 1.6;
}
#content .top_recommend .right {
  background-color: #f2f2f2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .top_recommend .right ul {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  grid-gap: 1rem 0;
}
#content .top_recommend .right ul li {
  display: grid;
  grid-template-columns: 28% 67%;
  justify-content: space-between;
}
#content .top_recommend .right ul li picture img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .top_recommend .right ul li h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#content .top_recommend .right ul li p {
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#content .top_recommend .right ul + .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  #content .top_recommend .right ul + .btn {
    display: flex;
    margin: 10px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  #content .top_recommend .right ul {
    display: block;
  }
  #content .top_recommend .right ul li {
    margin: 8px 0 12px 0;
  }
}
@media screen and (max-width: 768px) {
  #content .top_recommend {
    display: block;
  }
  #content .top_recommend .left {
    display: grid;
    flex-direction: row;
    justify-content: center;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-gap: 9px;
    align-items: center;
    padding: 0 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  #content .top_recommend .left {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 7px;
    margin: 10px 0 0 0;
  }
  #content .top_recommend .left h3 {
    grid-area: 1/1/2/3;
  }
  #content .top_recommend .left h3 span {
    display: inline;
  }
  #content .top_recommend .left .sh {
    grid-area: 2/1/3/3;
    line-height: 1.2;
    font-size: 12px;
    padding: 0;
  }
  #content .top_recommend .left .btn {
    display: none;
  }
}
#content .main .contents .top_navi {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
#content .main .contents .top_navi li {
  background-color: #e73418;
  padding: 5px;
}
#content .main .contents .top_navi li a {
  border: 1px solid #FFFFFF;
  display: flex;
  height: 100%;
  align-items: center;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: clamp(14px, 0.9rem, 18px);
  justify-content: center;
  line-height: 1.2;
  padding: 12px 0;
  box-sizing: border-box;
}
#content .main .contents .top_navi li:nth-child(1) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_hint.png);
  width: 54px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 950px) {
  #content .main .contents .top_navi li:nth-child(1) a::before {
    width: 47px;
    height: 43px;
  }
}
#content .main .contents .top_navi li:nth-child(2) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_hp.png);
  width: 61px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4px 8px -5px 0;
}
@media screen and (max-width: 950px) {
  #content .main .contents .top_navi li:nth-child(2) a::before {
    width: 46px;
    height: 43px;
  }
}
#content .main .contents .top_navi li:nth-child(3) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_kajimoto.png);
  width: 51px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 950px) {
  #content .main .contents .top_navi li:nth-child(3) a::before {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 950px) {
  #content .main .contents .top_navi {
    grid-template-columns: repeat(3, 32%);
  }
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_navi {
    display: block;
  }
  #content .main .contents .top_navi li {
    margin: 0 0 15px 0;
  }
  #content .main .contents .top_navi li a {
    font-size: 16px;
    padding: 7px 0;
  }
  #content .main .contents .top_navi li a br {
    display: none;
  }
}
#content .main .contents .top_information {
  padding: 2rem 0 0;
}
#content .main .contents .top_information .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #e73418;
  padding: 0 0 0.6rem;
  margin: 0 0 1rem;
  align-items: center;
}
#content .main .contents .top_information .head h3 {
  font-size: clamp(18px, 1.8rem, 22px);
  font-weight: 700;
}
#content .main .contents .top_information .head .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
#content .main .contents .top_information .head .btn a {
  background-color: #f2f2f2;
  padding: 10px 10px 10px 20px;
  font-size: clamp(12px, 0.9rem, 14px);
}
#content .main .contents .top_information .head .btn a::after {
  font-size: 22px;
  margin: 0 0 0 7px;
}
#content .main .contents .top_information ul li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #cccccc;
  display: grid;
  grid-template-columns: 120px 1fr;
  justify-content: space-between;
}
#content .main .contents .top_information ul li .date {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
}
#content .main .contents .top_information ul li h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
#content .main .contents .top_information ul li .date + p {
  font-size: 13px;
}
#content .main .contents .top_information ul li.first {
  display: grid;
  grid-template-columns: 30% 67%;
  justify-content: space-between;
}
#content .main .contents .top_information ul li.first picture img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .main .contents .top_information ul li.first div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content .main .contents .top_information ul li.first h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
#content .main .contents .top_information ul li.first .date {
  padding: 0.3rem 0;
  margin: 0 0 auto 0;
}
#content .main .contents .top_information ul li.first .date + p {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: auto 0 0 0;
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_information ul li {
    display: block;
    padding: 15px 0;
  }
  #content .main .contents .top_information ul li.first {
    display: block;
  }
}
#content .main .contents .top_product .head {
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
  padding: 1.5rem 0 0 1.5rem;
  margin: 2rem 0 0;
  display: flex;
  align-items: flex-end;
}
#content .main .contents .top_product .head .lead {
  width: 70%;
  margin: 0 -26% 0 0;
  z-index: 1;
  padding: 0 0 1.5rem 0;
}
#content .main .contents .top_product .head .lead h3 {
  font-size: clamp(24px, 1.8rem, 36px);
  margin: 0 0 1rem 0;
}
#content .main .contents .top_product .head .lead h3 span {
  display: block;
  background: #e73418;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin: 10px 0 0 0;
}
#content .main .contents .top_product .head .lead p {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.8rem;
  font-size: clamp(12px, 0.8rem, 14px);
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  #content .main .contents .top_product .head .lead p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_product .head .lead {
    width: 97%;
    margin: 0 -50% 0 0;
    z-index: 1;
    padding: 0 0 1.5rem 0;
  }
  #content .main .contents .top_product .head .lead h3 {
    font-size: 19px;
  }
}
#content .main .contents .top_product .head figure {
  width: 56%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: -3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  #content .main .contents .top_product .head figure {
    overflow: hidden;
  }
  #content .main .contents .top_product .head figure img {
    margin: 0 0 -6rem 0;
  }
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_product .head figure {
    width: 40%;
  }
  #content .main .contents .top_product .head figure img {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_product .head {
    margin: 40px 0 0 0;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#content .main .contents .top_product article {
  display: flex;
  justify-content: space-between;
  border-top: 6px solid #e73418;
}
#content .main .contents .top_product article figure {
  width: 22%;
  max-width: 190px;
}
#content .main .contents .top_product article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content .main .contents .top_product article div {
  width: 75%;
  counter-reset: number 0;
  border-left: 2px solid #f2f2f2;
  border-right: none;
  padding: 1.5rem 0 1.5rem 1.8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .main .contents .top_product article div h4 {
  font-size: clamp(20px, 1.4rem, 26px);
  width: 100%;
  padding: 0 0 0.7rem;
  margin: 0;
}
#content .main .contents .top_product article div ul li {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1rem, 18px);
  margin: 0 0 0.4rem;
}
#content .main .contents .top_product article div ul li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  background: #000000;
  color: #FFFFFF;
  display: block;
  margin: 0 10px 0 0;
  width: 30px;
  text-align: center;
  padding: 2px 0px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
}
#content .main .contents .top_product article:nth-child(even) figure {
  order: 1;
}
#content .main .contents .top_product article:nth-child(even) div {
  order: 2;
  border-right: 2px solid #f2f2f2;
  border-left: none;
  padding: 1.5rem 0 1.5rem 0.4rem;
}
#content .main .contents .top_product article:last-child {
  border-bottom: 2px solid #f2f2f2;
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_product article {
    flex-direction: column-reverse;
  }
  #content .main .contents .top_product article figure {
    width: 100%;
    max-width: 100%;
  }
  #content .main .contents .top_product article div {
    width: 100%;
    border-right: 2px solid #f2f2f2;
    border-left: none;
    padding: 15px;
    border-left: 2px solid #f2f2f2;
  }
  #content .main .contents .top_product article div h4 {
    padding: 0 0 15px;
  }
  #content .main .contents .top_product article div ul li {
    margin: 0 0 10px;
    line-height: 1.2;
  }
  #content .main .contents .top_product article:nth-child(even) figure {
    order: unset;
  }
  #content .main .contents .top_product article:nth-child(even) div {
    order: unset;
    width: 100%;
    border-right: 2px solid #f2f2f2;
    border-left: none;
    padding: 15px;
    border-left: 2px solid #f2f2f2;
  }
}
#content .main .contents .top_pack {
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
  margin: 4rem 0;
  justify-content: center;
  align-items: flex-end;
  border: 10px solid #dfdfdf;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #content .main .contents .top_pack {
    display: block;
  }
}
#content .main .contents .top_pack figure {
  width: 30%;
  margin: -2rem 0 0 0;
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_pack figure {
    margin: -2rem 0 0 -9rem;
  }
}
@media screen and (max-width: 480px) {
  #content .main .contents .top_pack figure {
    margin: -3rem auto 0 auto;
    width: 40%;
  }
}
#content .main .contents .top_pack .read {
  width: 55%;
  font-size: clamp(16px, 1.2rem, 20px);
  padding: 15px 0 0 1.2rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 18px -7%;
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_pack .read {
    width: 63%;
    padding: 15px 0 0 1.2rem;
    margin: 0 -15% 18px -3%;
  }
}
@media screen and (max-width: 480px) {
  #content .main .contents .top_pack .read {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0 0 20px;
  }
}
#content .main .contents .top_pack .read h3 {
  font-size: clamp(26px, 1.5rem, 32px);
  padding: 0;
  border-bottom: 4px solid #e73418;
  display: inline;
  line-height: 1.6;
}
#content .main .contents .top_pack .read p {
  font-size: clamp(14px, 0.9rem, 16px);
  margin: 0 0 -5px 0;
  padding: 15px 0 0;
}
#content .main .contents .top_pack .txt {
  width: 90%;
  background: #FFFFFF;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 14px;
  margin: 0 auto;
}
#content .main .contents .top_pack ul {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  width: 90%;
  grid-gap: 1rem 0;
  margin: 2rem 0;
}
#content .main .contents .top_pack ul li {
  background-color: #FFFFFF;
}
#content .main .contents .top_pack ul li a {
  display: block;
  padding: 0.7rem 0.6rem;
  border: 1px solid #CCC;
  margin: 0.2rem;
}
#content .main .contents .top_pack ul li a h4 {
  font-size: 18px;
}
#content .main .contents .top_pack ul li a p {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
#content .main .contents .top_pack ul li a p span {
  font-size: 12px;
}
#content .main .contents .top_pack ul li a p span.price {
  font-size: 28px;
  margin: 0 2px 0 4px;
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_pack ul li {
    margin: 15px 0 10px;
    padding: 3px;
  }
}
@media screen and (max-width: 640px) {
  #content .main .contents .top_pack ul {
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */