#contents {
  font-family: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.spOnly {
  display: block;
}
.bold {
  font-weight: 700;
}
.red {
  font-weight: 700;
  color: #ff6363;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*ホグシーランドコンテンツ-------------------------------------------*/
#hogsyLandContents a:hover {
  opacity: 0.5;
}
#hogsyLandContents {
  width: 1020px;
  margin: 0 auto;
}
.mvBlock {
  margin-bottom: 60px;
  background-image: url(../img/bg_main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 1560px;
}
.mvBlock .logo {
  display: block;
  max-width: 801px;
  padding: 40px 0;
  margin: 0 auto;
}
.mvBlock a {
  display: inline-block;
}
.mvBlock .btn {
  display: block;
  text-align: center;
}
.pointBlock {
  margin-bottom: 60px;
}
.pointBlock .point_ttl {
  margin-bottom: 3px;
}
.pointBlock img:not(.point_ttl) {
  margin-bottom: 4px;
}
.column02 {
  display: flex;
  justify-content: space-between;
}
.column02 > picture {
  width: calc(50% - 2px);
}
.point01_note {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0;
}
#point02 .textBlock {
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 38px 40px 0 35px;
  height: 550px;
}
#point02 .textBlock .textBlock_ttl {
  font-family: "Gothic A1", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 28px;
}
#point02 .textBlock .textBlock_subttl {
  font-size: 18px;
  display: block;
}
#point02 .textBlock .textBlock_ttl span {
  font-size: 24px;
}
#point02 .textBlock ul {
  margin-bottom: 20px;
}
#point02 .textBlock ul li {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
#point02 .textBlock ul li dl {
  display: flex;
}
#point02 .textBlock ul li dl dt {
  width: 72px;
}
#point02 .textBlock ul li dl dd {
  width: calc(100% - 72px);
}
#point02 .textBlock .txtitemWrap > p {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
#point02 .textBlock .txtitemWrap .txtitem {
  font-size: 14px;
}
#point02 .textBlock .txtitemWrap .note {
  margin-bottom: 0;
  font-size: 12px;
}
#selfCare {
  background-image: url(../img/bg_03.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 560px;
  margin-bottom: 60px;
}
#selfCare .logo {
  display: block;
  padding-top: 115px;
  margin: 0 auto;
}
#selfCare .btn {
  display: block;
  text-align: center;
}
.textBlock a {
  color: #1b9af7;
  text-decoration: underline;
}
#visitor {
  background-image: url(../img/bg_visitor.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 770px;
  margin-bottom: 60px;
  padding: 25px 50px 50px;
}
#visitor .visitor_wrap {
  padding: 0 50px;
}
#visitor .ttl {
  margin: 0 auto;
  display: block;
}
#visitor .pkg {
  margin: 0 auto 35px;
  display: block;
}
#visitor .txtvisitor {
  display: block;
  margin-bottom: 30px;
  width: 655px;
}
#visitor .visitor_note dt,
#visitor .visitor_note dd {
  font-family: "Noto Sans JP", sans-serif;
  color: #505050;
  font-size: 17px;
  font-weight: 400;
}
#visitor .visitor_note dt {
  margin-bottom: 10px;
}
#visitor .visitor_note dd {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  img {
    width: 100%;
  }
  .column2,
  .sp-column01 {
    display: block;
  }
  .sp-column02 {
    display: flex;
    justify-content: space-between;
  }
  .sp-column02 img {
    width: calc(364 / 768 * 100vw);
  }
  #hogsyLandContents {
    width: calc(736 / 768 * 100vw);
    max-width: 736px;
    margin: 0 auto;
  }
  .mvBlock {
    margin-bottom: calc(60 / 768 * 100vw);
    background-image: url(../img/bg_main_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 737 /1565;
    height: inherit;
  }
  .mvBlock .logo {
    width: calc(661 / 782 * 100vw);
    padding: calc(55 / 768 * 100vw) 0 calc(55 / 768 * 100vw) 0;
  }
  .mvBlock .btn img {
    width: calc(485 / 768 * 100vw);
  }
  .pointBlock {
    margin-bottom: calc(60 / 768 * 100vw);
  }
  .pointBlock .point_ttl {
    margin-bottom: calc(9 / 768 * 100vw);
  }
  .pointBlock img:not(.point_ttl) {
    margin-bottom: calc(8 / 768 * 100vw);
  }
  .point01_note {
    text-align: right;
    font-size: 2.3vw;
    line-height: 1;
    margin: 0;
  }
  #point02 .textBlock {
    background-image: url(../img/bg_02_sp.png);
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 0 0 14px 14px;
    height: 151.4vw;
    padding: calc(72 / 768 * 100vw) calc(25 / 768 * 100vw) calc(50 / 768 * 100vw) calc(50 / 768 * 100vw);
  }
  #point02 .textBlock .textBlock_ttl {
    font-size: calc(45 / 768 * 100vw);
    margin-bottom: calc(35 / 768 * 100vw);
    line-height: 1.2;
  }
  #point02 .textBlock .textBlock_ttl span {
    font-size: calc(32 / 768 * 100vw);
  }
  #point02 .textBlock ul {
    margin-bottom: calc(35 / 768 * 100vw);
  }
  #point02 .textBlock .txtitemWrap > p {
    margin-bottom: calc(30 / 768 * 100vw);
  }
  #point02 .textBlock .textBlock_subttl {
    font-size: calc(28 / 768 * 100vw);
  }
  #point02 .textBlock ul li {
    font-size: calc(27 / 768 * 100vw);
    margin-bottom: calc(10 / 768 * 100vw);
    letter-spacing: -0.04em;
  }
  #point02 .textBlock ul li dl dt {
    width: initial;
  }
  #point02 .textBlock ul li dl dd {
    width: 83%;
    line-height: 1.8;
  }
  #point02 .textBlock .txtitemWrap .txtitem {
    font-size: calc(26 / 768 * 100vw);
  }
  #point02 .textBlock .txtitemWrap .note {
    font-size: calc(26 / 768 * 100vw);
  }
  #point02 .textBlock .txtitemWrap .note a {
    display: inline-block;
    margin-top: calc(15 / 768 * 100vw);
    font-size: calc(24 / 768 * 100vw);
  }
  #selfCare {
    background-image: url(../img/bg_03_sp.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: calc(580 / 768 * 100vw);
    margin-bottom: calc(60 / 768 * 100vw);
  }
  #selfCare .logo {
    width: calc(695 / 768 * 100vw);
    padding-top: calc(100 / 768 * 100vw);
    margin-bottom: calc(60 / 768 * 100vw);
  }
  #selfCare .btn {
    width: calc(525 / 768 * 100vw);
    margin: 0 auto;
  }
  #visitor {
    width: 100%;
    background-image: url(../img/bg_visitor_sp.png);
    padding: calc(60 / 768 * 100vw) 0 calc(65 / 768 * 100vw);
    aspect-ratio: 737 /866;
    background-repeat: no-repeat;
    background-position: center;
    height: inherit;
    margin-bottom: calc(60 / 768 * 100vw);
    background-size: contain;
  }
  #visitor .ttl {
    width: calc(740 / 768 * 100vw);
    margin-bottom: 0;
  }
  #visitor .pkg {
    margin-bottom: calc(45 / 768 * 100vw);
  }
  #visitor .txtvisitor {
    width: calc(638 / 768 * 100vw);
    margin-bottom: calc(33 / 768 * 100vw);
  }
  #visitor .visitor_note dt,
  #visitor .visitor_note dd {
    font-size: calc(25 / 768 * 100vw);
  }
  #visitor .visitor_note dt,
  #visitor .visitor_note dd {
    margin-bottom: 0;
  }
  #visitor .visitor_wrap {
    padding: 0 3vw;
  }
}
/*ピップ共通パーツ-------------------------------------------*/
.midashi_p {
  margin: 0 auto 50px;
}
/*ECリンク*/
#ec {
  margin: 50px 0 100px;
}
#ec a img:hover {
  opacity: 0.5;
}
#ec img {
  width: 100%;
}
.pip_logo {
  margin: 0 auto 20px;
  text-align: center;
}
.pip_logo img {
  max-width: 114px;
}
.sp4_product {
  background-color: #00a041;
  padding: 40px;
}
.sp4_product ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 660px;
  margin: 0 auto;
}
.sp4_product li {
  width: 120px;
}
.sp4_text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
  letter-spacing: -0.06em;
}
.ec_link {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ec {
    margin: 12vw 0 calc(115 / 768 * 100vw) 0;
  }
  .sp4_product ul {
    width: 100%;
  }
  .sp4_product {
    padding: 9vw calc(25 / 768 * 100vw);
  }
  .pip_logo {
    margin: 0 auto;
    text-align: center;
  }
  .pip_logo img {
    max-width: 19%;
    margin-bottom: 2vw;
    width: 14vw !important;
  }
  .sp4_text {
    font-size: 3.8vw;
    margin: 6vw 0 3vw;
  }
  .sp4_product li {
    margin: 0;
    width: 17.5vw;
  }
  .ec_link {
    width: 66%;
  }
  .special_4 {
    margin-bottom: 30px;
  }
}
/*CMギャラリー*/
#movie a img:hover {
  opacity: 0.5;
}
#movie .midashi_p {
  width: 39%;
  text-align: center;
  margin: 0 auto 50px;
}
.cm_gallery {
  width: 50%;
  text-align: center;
  margin: 40px AUTO 50px;
}
.movie_single {
  width: 85vw;
  max-width: 600px;
  margin: 0 auto;
}
.movie_single img {
  margin-bottom: 5px;
}
.movie_single p {
  margin-left: 0.2em;
}
.movie_single .movie {
  font-size: 20px;
  text-decoration: none;
}
.slider-2 .slick-slide {
  width: 600px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide a {
  text-decoration: none;
  font-size: 20px;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
@media screen and (max-width: 768px) {
  #movie {
    margin-bottom: calc(120 / 768 * 100vw);
  }
  #movie .midashi_p {
    width: 50%;
    margin-bottom: calc(55 / 768 * 100vw);
  }
  .sp4_product ul .midashi_p {
    width: 50%;
    margin: 0 auto 20px;
  }
  .cm_gallery {
    width: calc(582 / 768 * 100vw);
    margin: 20px auto 30px;
  }
  .movie_single .movie {
    font-size: 15px;
  }
  .slider-2 .slick-slide {
    width: 85vw;
  }
  .slider-2 .slick-slide a {
    font-size: 15px;
  }
}
/*商品*/
#product {
  margin-bottom: 160px;
}
#product img {
  width: 100%;
}
#product a img:hover {
  opacity: 0.5;
}
#product .midashi_p {
  width: 50%;
  margin-top: 10px;
}
.sp_products {
  width: 900px;
  background-color: #ffffd9;
  padding: 40px 0;
  margin: 0 auto;
}
.sp_p_title {
  width: 680px;
  margin: 0 auto;
}
.sp_p_att {
  border: solid 1px #ec7a2c;
  border-radius: 10px;
  margin: 20px auto;
  padding: 10px;
  width: 305px;
  font-size: 14px;
  text-align: center;
  font-weight: 00;
}
.sp_p_att span {
  color: #ec7a2c;
  font-size: 16px;
}
.sp_products ul {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  justify-content: center;
  width: 800px;
  margin: 0 auto;
  gap: 45px 60px;
}
#product .sp_products li img {
  width: 186px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.sp_products li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  margin: 0 0.4%;
}
.sp_products li p {
  font-size: 14px;
  width: 240px;
  text-align: left;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif !important;
  color: #632c17;
  margin-top: 10px;
}
.sp_products li div {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
  color: #ed781f;
  text-align: center;
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #product {
    margin-bottom: 50px;
  }
  #product .midashi_p {
    width: calc(503 / 768 * 100vw);
    margin: 0 auto calc(30 / 768 * 100vw);
  }
  .sp_products li p {
    font-size: max(2.8vw, 13px);
    margin-top: 2vw;
    width: fit-content;
    white-space: nowrap;
  }
  .sp_products {
    width: 100%;
  }
  .sp_p_title {
    width: 85%;
  }
  .sp_p_att {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 7px;
    font-size: 12px;
    width: 90%;
  }
  .sp_p_att span {
    font-size: 14px;
  }
  .sp_products ul {
    width: 100vw;
    padding: 8.3vw 0 15vw;
    margin-top: 6.9vw;
    border-radius: unset;
    grid-template-columns: repeat(2, 42.4vw);
    gap: 13vw 0;
  }
  .sp_products li {
    margin: 0 auto;
  }
  #product .sp_products li img {
    width: 26vw;
  }
  .sp_products li div {
    font-size: max(3.7vw, 15px);
    margin-top: 2.7vw;
    white-space: nowrap;
  }
  .sp_products p span {
    font-size: max(2.4vw, 13px);
    margin-top: 0.7vw;
    display: block;
  }
  .slider-2 .slick-slide {
    width: 85vw;
  }
  .slider-2 .slick-slide a {
    font-size: 15px;
  }
}
