@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  min-width: 1400px;
}

.hitotopet {
  background: #fff;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  padding-bottom: 200px;
}

.hitotopet *,
.hitotopet *::before,
.hitotopet *::after {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.hitotopet a {
  text-decoration: none;
}

.hitotopet a.btn {
  display: block;
  background: #b6002a;
  color: #fff;
  width: 340px;
  font-size: 20px;
  font-weight: 700;
  line-height: 64px;
  border-radius: 32px;
  text-align: center;
  margin: 35px auto;
  position: relative;
}

.hitotopet a.btn.blank {
  background: #b6002a url(../img/blank.png) right 20px center no-repeat;
  background-size: 16px 19px;
}

.hitotopet img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.hitotopet svg {
  display: block;
  pointer-events: none;
}

.hitotopet ul {
  list-style: none;
}

.hitotopet .fade-in {
  opacity: 0;
  transition: 1s;
}

.hitotopet .fade-later {
  opacity: 0;
  transition: 1s;
  transition-delay: .5s;
}

.hitotopet .fade-in.delay {
  transition-delay: .5s;
}

.hitotopet .fade-in.play {
  opacity: 1;
}

.hitotopet .fade-in.play .fade-later {
  opacity: 1;
}

.hitotopet .shape {
  transition: 2.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.hitotopet .heading,
.hitotopet .lead {
  font-weight: 700;
  letter-spacing: .1em;
}

.hitotopet .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hitotopet .flex .w30 {
  width: 30%;
}

.hitotopet .flex .w40 {
  width: 40%;
}

.hitotopet .flex .w50 {
  width: 50%;
}

.hitotopet .flex .w60 {
  width: 60%;
}

.hitotopet .flex .w65 {
  width: 65%;
}




.gnavi-btn {
  position: fixed;
  right: 40px;
  top: 30px;
  background: #fcf5f6;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  z-index: 1002;
}

.gnavi-btn span,
.gnavi-btn::before,
.gnavi-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 43px;
  background: #b6002a;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  transition: .5s;
}

.gnavi-btn::before {
  transform: translateY(-12px);
}

.gnavi-btn::after {
  transform: translateY(12px);
}

.gnavi-btn.x span {
  opacity: 0;
}

.gnavi-btn.x::before {
  transform: translateY(0) rotate(-45deg);
}

.gnavi-btn.x::after {
  transform: translateY(0) rotate(45deg);
}

.gnavi {
  position: fixed;
  right: 0;
  top: 0;
  background: #fcf5f6;
  width: 430px;
  height: 100%;
  padding: 40px 0 40px 70px;
  overflow: auto;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.gnavi .title {
  width: 200px;
}

.gnavi ul {
  margin-top: 40px;
}

.gnavi li {
  margin-top: 6px;
}

.gnavi li:nth-child(n+4) {
  margin-top: 30px;
}

.gnavi li a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #b6002a;
}

.gnavi li a:nth-child(n+2) {
  font-size: 14px;
  color: #000;
  margin-top: 6px;
}

.gnavi li a:nth-child(n+2) img {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  margin-left: 3px;
  transform: translateY(-2px);
}

.gnavi.show {
  opacity: 1;
  visibility: visible;
}




.hitotopet .cover {
  position: relative;
}

.hitotopet .cover .morinaga {
  position: absolute;
  top: 35px;
  left: 40px;
  width: 210px;
  z-index: 1;
}

.hitotopet .cover .slider {
  height: 65vh;
  position: relative;
  z-index: 0;
}

.hitotopet .cover .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 2s;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}

.hitotopet .cover .slide.show {
  opacity: 1;
}

.hitotopet .cover .slide span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 7s linear;
  background: url(../img/cover_1.jpg) top center no-repeat;
  background-size: cover;
  transform-origin: center top;
}

.hitotopet .cover .slide_2 span {
  background-image: url(../img/cover_2.jpg);
}

.hitotopet .cover .slide_3 span {
  background-image: url(../img/cover_3.jpg);
}

.hitotopet .cover .slide_4 span {
  background-image: url(../img/cover_4.jpg);
}

.hitotopet .cover .slide_5 span {
  background-image: url(../img/cover_5.jpg);
}

.hitotopet .cover .slide_6 span {
  background-image: url(../img/cover_6.jpg);
}

.hitotopet .cover .slide_7 span {
  background-image: url(../img/cover_7.jpg);
}

.hitotopet .cover .slide.show span {
  transform: scale(1.08);
}





.hitotopet .intro {
  background: url(../img/intro_bg.png) center top no-repeat;
  background-size: 2939px;
  height: 2800px;
  padding-top: 60px;
  position: relative;
  margin-top: -100px;
  z-index: 1;
  overflow: hidden;
}

.hitotopet .intro .heading img {
  width: 563px;
  margin: auto;
}

.hitotopet .intro .lineup {
  width: 1160px;
  margin: auto;
}

.hitotopet .intro .kv {
  width: 1050px;
  margin: 0 auto;
  padding-top: 350px;
  position: relative;
}

.hitotopet .intro .kv p {
  color: #fff;
  position: relative;
  z-index: 4;
}

.hitotopet .intro .kv .copy {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}

.hitotopet .intro .kv .body {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 50px;
}

.hitotopet .intro .kv .shape {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}

.hitotopet .intro .kv .shape_1 {
  width: 830px;
  transform: translate(-115%, 5%);
}

.hitotopet .intro .kv .shape_1.play {
  transform: translate(-105%, 0);
}

.hitotopet .intro .kv .shape_2 {
  width: 610px;
  transform: translate(-48%, 21%);
}

.hitotopet .intro .kv .shape_2.play {
  transform: translate(-58%, 26%);
}

.hitotopet .intro .kv .photo {
  width: 850px;
  position: absolute;
  top: 60px;
  left: 52%;
  transform: translate(0, 0);
  z-index: 3;
}

.hitotopet .intro .movie {
  margin: 320px auto;
  width: 1040px;
  height: 585px;
  position: relative;
}

.hitotopet .intro .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





.hitotopet .voices {
  background: #fcf5f6 url(../img/voices_bg.png) center center no-repeat;
  background-size: 1713px;
  padding-top: 280px;
  margin-top: -200px;
  position: relative;
  z-index: 0;
}

.hitotopet .voices::before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 0%, #fcf5f6 100%);
}

.hitotopet .voices .heading {
  text-align: center;
  font-size: 74px;
  line-height: 1.25;
  color: #b6002a;
}

.hitotopet .voices .heading img {
  width: 318px;
  margin: 0 auto 20px;
}

.hitotopet .voices ul {
  width: 1200px;
  margin: -100px auto 0;
}

.hitotopet .voices li {
  width: 25%;
  font-size: 21px;
  font-weight: 700;
  color: #b6002a;
  text-align: center;
}

.hitotopet .voices li:first-child {
  margin: 0 -80px 0 0;
}

.hitotopet .voices li:nth-child(2) {
  margin: 200px 0 0 0;
}

.hitotopet .voices li:nth-child(3) {
  margin: 200px 0 0 0;
}

.hitotopet .voices li:nth-child(4) {
  margin: 0 0 0 -30px;
}

.hitotopet .voices li img {
  margin-bottom: 20px;
}




.hitotopet .future {
  background: linear-gradient(180deg, #fcf5f6 0%, #f4d9df 100%);
  padding: 400px 0 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hitotopet .future .heart {
  max-width: inherit;
  width: 2028px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 0;
}

.hitotopet .future .heart.play {
  transform: translate(-50%, -50%);
}

.hitotopet .future .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hitotopet .future .heading img {
  width: 814px;
  margin: 15px auto 0;
}

.hitotopet .future .flex {
  width: 1050px;
  margin: 100px auto 0;
  position: relative;
  z-index: 1;
}

.hitotopet .future .flex p {
  width: 40%;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.hitotopet .future .illust {
  width: 55%;
  position: relative;
}

.hitotopet .future .illust img {
  width: 974px;
  max-width: inherit;
  position: absolute;
  top: -80px;
  left: 0;
}




.hitotopet .policy {
  background: #f4d9df;
  padding: 180px 0 50px;
  position: relative;
  overflow: hidden;
}

.hitotopet .policy .heading {
  font-size: 70px;
  line-height: 1.25;
  text-align: center;
  color: #b6002a;
  position: relative;
  z-index: 1;
}

.hitotopet .policy .heading img {
  width: 300px;
  margin: 0 auto 15px;
}

.hitotopet .policy .point {
  width: 1050px;
  margin: 100px auto 0;
  padding: 0 40px 0 0;
  position: relative;
  z-index: 1;
}

.hitotopet .policy .point:first-of-type,
.hitotopet .policy .point:nth-of-type(3) {
  padding: 0 0 0 40px;
}

.hitotopet .policy .point:first-of-type .flex,
.hitotopet .policy .point:nth-of-type(3) .flex {
  flex-direction: row-reverse;
}

.hitotopet .policy .point:nth-of-type(n+2) {
  margin-top: 150px;
}

.hitotopet .policy .point .flex>img {
  width: 50%;
  margin-top: 50px;
}

.hitotopet .policy .point .flex .text {
  width: 46%;
}

.hitotopet .policy .point .flex .no {
  width: 166px;
}

.hitotopet .policy .point .flex .lead {
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: .02em;
  margin-top: 20px;
}

.hitotopet .policy .point .flex .lead+p {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}

.hitotopet .policy .point .partner {
  background: rgba(244, 217, 223, .5);
  padding: 40px 60px;
  border-radius: 40px;
  margin-top: 40px;
}

.hitotopet .policy .point .name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hitotopet .policy .shape {
  position: absolute;
  left: 50%;
  z-index: 0;
}

.hitotopet .policy .shape_1 {
  width: 1163px;
  top: 290px;
  transform: translate(-104%, -2%);
}

.hitotopet .policy .shape_1.play {
  transform: translate(-100%, 0);
}

.hitotopet .policy .shape_2 {
  width: 1776px;
  top: 0px;
  transform: translate(-32%, 0);
}

.hitotopet .policy .shape_2.play {
  transform: translate(-36%, 0);
}

.hitotopet .policy .shape_3 {
  width: 1751px;
  top: 720px;
  transform: translate(-31%, 3%);
}

.hitotopet .policy .shape_3.play {
  transform: translate(-34%, 0);
}

.hitotopet .policy .shape_4 {
  width: 1299px;
  top: 1670px;
  transform: translate(-95%, 0);
}

.hitotopet .policy .shape_4.play {
  transform: translate(-91%, 0);
}

.hitotopet .policy .shape_5 {
  width: 1156px;
  top: 1910px;
  transform: translate(8%, 2%);
}

.hitotopet .policy .shape_5.play {
  transform: translate(4%, 0);
}




.hitotopet .products {
  padding-top: 250px;
  background: #f4d9df;
}

.hitotopet .products .heading {
  font-size: 86px;
  line-height: 1.25;
  text-align: center;
  color: #977d64;
}

.hitotopet .products .heading span {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #000;
}

.hitotopet .products .heading img {
  width: 180px;
  margin: 0 auto 15px;
}

.hitotopet .products nav {
  width: 1050px;
  margin: 100px auto;
}

.hitotopet .products nav a {
  color: #b6002a;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 160px;
  background: url(../img/type_jelly.png) center center no-repeat;
  background-size: auto 160px;
  min-width: 150px;
  text-align: center;
}

.hitotopet .products nav a:nth-child(2) {
  background-image: url(../img/type_biscuit.png);
}

.hitotopet .products nav a:nth-child(3) {
  background-image: url(../img/type_ice.png);
}

.hitotopet .products nav a:nth-child(4) {
  background-image: url(../img/type_cake.png);
}

.hitotopet .products .product {
  background: #fbf0f2;
  width: 1400px;
  margin: 100px auto 0;
  border-radius: 64px;
  padding-bottom: 100px;
}

.hitotopet .products .product .type {
  font-size: 60px;
  font-weight: 700;
  color: #b6002a;
  padding: 80px 0;
  text-align: center;
  background: transparent none center center no-repeat;
  background-size: auto 180px;
}

.hitotopet .products .type.jelly {
  background-image: url(../img/type_jelly.png);
}

.hitotopet .products .type.biscuit {
  background-image: url(../img/type_biscuit.png);
}

.hitotopet .products .type.ice {
  background-image: url(../img/type_ice.png);
}

.hitotopet .products .type.cake {
  background-image: url(../img/type_cake.png);
}

.hitotopet .products .product .flex {
  width: 1050px;
  margin: auto;
}

.hitotopet .products .product .jelly {
  padding-top: 120px;
}

.hitotopet .products .item {
  text-align: center;
  width: 480px;
}

.hitotopet .products .item .photo {
  position: relative;
}

.hitotopet .products .item .photo .point {
  position: absolute;
  top: -145px;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 204px;
  width: 204px;
  border-radius: 102px;
  background: #b6002a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}

.hitotopet .products .item .photo img {
  position: relative;
}

.hitotopet .products .item.biscuit .photo .point,
.hitotopet .products .item.ice .photo .point {
  top: -20px;
  left: -50px;
}

.hitotopet .products .item.cake .photo .point {
  left: -80px;
}

.hitotopet .products .item.biscuit .photo,
.hitotopet .products .item.ice .photo {
  margin-bottom: -140px;
}

.hitotopet .products .item .name {
  text-align: left;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
  position: relative;
}

.hitotopet .products .item.biscuit .name,
.hitotopet .products .item.ice .name {
  margin-bottom: 70px;
}

.hitotopet .products .item .name span {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
}

.hitotopet .products .item .description {
  text-align: left;
  max-width: 425px;
  margin: auto;
}

.hitotopet .products .item .description .note {
  display: block;
  font-size: 13px;
  letter-spacing: .02em;
  margin-top: 10px;
}

.hitotopet .products .item .more {
  text-align: right;
  margin-top: 20px;
}

.hitotopet .products .item .more a {
  color: #b6002a;
  font-size: 20px;
  font-weight: 700;
}

.hitotopet .products .partner {
  width: 950px;
  margin: 20px auto 0;
}

.hitotopet .products .partner .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.hitotopet .products .partner .flex {
  padding-top: 0;
}

.hitotopet .products .partner .title .red {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #b6002a;
}

.hitotopet .products .partner .story {
  width: 500px;
}

.hitotopet .products .partner .story p {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 2.2;
}

.hitotopet .products .partner .by {
  width: 470px;
}

.hitotopet .products .partner .anicom {
  width: 244px;
}

.hitotopet .products .partner .takayanagi {
  width: 220px;
  margin: 0 auto 20px;
}

.hitotopet .products .partner .name {
  font-size: 19px;
  font-weight: 700;
  margin: 10px 0;
}

.hitotopet .products .partner .note {
  font-size: 11px;
  width: 740px;
  margin: 40px auto 0;
}

.hitotopet .products .partner .comment-head {
  font-size: 20px;
  font-weight: 700;
  color: #b6002a;
  margin-bottom: 20px;
}




.hitotopet .research {
  background: #f4d9df;
  padding: 300px 0;
  overflow: hidden;
  position: relative;
}

.hitotopet .research .heading {
  font-size: 38px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hitotopet .research .heading img {
  width: 300px;
  margin: 0 auto 20px;
}

.hitotopet .research .heading .patent {
  width: 220px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-400px, -20px);
}

.hitotopet .research .heading .red {
  font-size: 60px;
  line-height: 1.3;
  color: #b6002a;
}

.hitotopet .research .photos {
  background: url(../img/research_photos.png) calc(50% - 100px) center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 850px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hitotopet .research .text {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hitotopet .research .lead {
  font-size: 24px;
  line-height: 2.2;
  margin-top: 60px;
}

.hitotopet .research .body {
  font-size: 17px;
  line-height: 2.2;
  margin-top: 50px;
}

.hitotopet .research .note {
  font-size: 12px;
  margin-top: 40px;
}

.hitotopet .research .masuda {
  width: 620px;
  align-items: center;
  margin: 550px auto 0;
  position: relative;
  z-index: 2;
}

.hitotopet .research .masuda .name {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.hitotopet .research .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  max-width: inherit;
}

.hitotopet .research .shape_1 {
  width: 1740px;
  transform: translate(-37%, -103%);
}

.hitotopet .research .shape_1.play {
  transform: translate(-40%, -100%);
}

.hitotopet .research .shape_2 {
  width: 1452px;
  transform: translate(-89%, -48%);
}

.hitotopet .research .shape_2.play {
  transform: translate(-85%, -48%);
}

.hitotopet .research .shape_3 {
  width: 1359px;
  transform: translate(-7%, -35%);
}

.hitotopet .research .shape_3.play {
  transform: translate(-10%, -35%);
}

.hitotopet .research .shape_4 {
  width: 1360px;
  transform: translate(-50%, 4%);
}

.hitotopet .research .shape_4.play {
  transform: translate(-50%, 0%);
}




.hitotopet .gallery {
  background: #f4d9df;
  padding: 300px 0;
  overflow: hidden;
  position: relative;
}

.hitotopet .gallery .photos {
  background: url(../img/gallery_photos.png) center center no-repeat;
  background-size: auto 100%;
  height: 900px;
  position: relative;
  z-index: 1;
}

.hitotopet .gallery .copy {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 585px;
  z-index: 2;
}

.hitotopet .gallery .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  max-width: inherit;
}

.hitotopet .gallery .shape_1 {
  width: 950px;
  transform: translate(-104%, -50%);
}

.hitotopet .gallery .shape_1.play {
  transform: translate(-100%, -50%);
}

.hitotopet .gallery .shape_2 {
  width: 570px;
  transform: translate(-28%, -42%);
}

.hitotopet .gallery .shape_2.play {
  transform: translate(-28%, -38%);
}

.hitotopet .gallery .shape_3 {
  width: 540px;
  transform: translate(60%, -35%);
}

.hitotopet .gallery .shape_3.play {
  transform: translate(60%, -40%);
}




.hitotopet .store {
  background: #f4d9df;
  padding: 200px 0 350px;
}

.hitotopet .store .heading {
  font-size: 74px;
  line-height: 1.25;
  text-align: center;
  color: #b6002a;
}

.hitotopet .store .box {
  background-color: #fff;
  width: 1300px;
  margin: 280px auto 0;
  border-radius: 75px;
  padding: 0 100px 35px;
}

.hitotopet .store .lineup {
  width: 1140px;
  transform: translateY(-180px);
}

.hitotopet .store .flex {
  width: 1000px;
  margin: -150px auto 0;
}

.hitotopet .store .flex li {
  width: 47%;
}




.hitotopet .qa {
  background: url(../img/qa_bg.png) center top no-repeat;
  background-size: 2500px;
  padding: 100px 0 200px;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.hitotopet .qa .heading {
  font-size: 75px;
  line-height: 1.25;
  text-align: center;
  color: #b6002a;
}

.hitotopet .qa .flex {
  flex-wrap: wrap;
  width: 950px;
  margin: 70px auto 0;
}

.hitotopet .qa .flex li {
  width: 47%;
}

.hitotopet .qa .flex li:nth-child(n+3) {
  margin-top: 100px;
}

.hitotopet .qa .flex span {
  display: block;
  font-size: 18px;
  padding-left: 50px;
  position: relative;
}

.hitotopet .qa .flex span.q {
  color: #b6002a;
  font-weight: 700;
}

.hitotopet .qa .flex span.a {
  margin-top: 30px;
}

.hitotopet .qa .flex span::before {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top: -12px;
}

.hitotopet .qa .flex span.q::before {
  content: 'Q';
  color: #b6002a;
}

.hitotopet .qa .flex span.a::before {
  content: 'A';
}




.hitotopet .pagetop {
  display: block;
  background: #f4d9df url(../img/pagetop_illust.png) center center no-repeat;
  background-size: 272px;
  color: #b6002a;
  width: 310px;
  font-size: 19px;
  font-weight: 700;
  line-height: 56px;
  border-radius: 28px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}








.hitotopet .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
  }

  .hitotopet .pc {
    display: none;
  }

  .hitotopet .sp {
    display: block;
  }

  .hitotopet br.sp {
    display: inline;
  }

  .hitotopet {
    position: relative;
  }

  .hitotopet a.btn {
    width: 310px;
    font-size: 17px;
    line-height: 56px;
    border-radius: 28px;
    margin: 25px auto;
  }

  .hitotopet .heading,
  .hitotopet .lead {
    letter-spacing: .04em;
  }

  .hitotopet .cover .morinaga {
    top: 15px;
    left: 5%;
    width: 100px;
  }

  .gnavi-btn {
    right: 5%;
    top: 15px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }

  .gnavi-btn span,
  .gnavi-btn::before,
  .gnavi-btn::after {
    left: 13px;
    top: 23px;
    width: 22px;
    height: 2px;
  }

  .gnavi-btn::before {
    transform: translateY(-7px);
  }

  .gnavi-btn::after {
    transform: translateY(7px);
  }

  .gnavi {
    width: 100%;
    padding: 40px 10%;
  }

  .gnavi .title {
    width: 200px;
    margin: auto;
  }

  .gnavi ul {
    margin-top: 40px;
  }

  .gnavi li {
    margin-top: 6px;
  }

  .gnavi li:nth-child(n+4) {
    margin-top: 30px;
  }

  .gnavi li a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #b6002a;
  }

  .gnavi li a:nth-child(n+2) {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
  }

  .gnavi li a:nth-child(n+2) img {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin-left: 3px;
    transform: translateY(-2px);
  }



  .hitotopet .cover .slider {
    height: 100vw;
  }

  .hitotopet .cover .slider span {
    background-image: url(../img/cover_1_sp.jpg);
    transform-origin: center center;
  }

  .hitotopet .cover .slide_2 span {
    background-image: url(../img/cover_2_sp.jpg);
  }

  .hitotopet .cover .slide_3 span {
    background-image: url(../img/cover_3_sp.jpg);
  }

  .hitotopet .cover .slide_4 span {
    background-image: url(../img/cover_4_sp.jpg);
  }

  .hitotopet .cover .slide_5 span {
    background-image: url(../img/cover_5_sp.jpg);
  }

  .hitotopet .cover .slide_6 span {
    background-image: url(../img/cover_6_sp.jpg);
  }

  .hitotopet .cover .slide_7 span {
    background-image: url(../img/cover_7_sp.jpg);
  }




  .hitotopet .intro {
    background: url(../img/intro_bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
    height: 1410px;
    padding-top: 35px;
    margin-top: -50px;
  }

  .hitotopet .intro .heading img {
    width: 252px;
  }

  .hitotopet .intro .lineup {
    width: 350px;
  }

  .hitotopet .intro .kv {
    width: 80%;
    padding-top: 270px;
  }

  .hitotopet .intro .kv .copy {
    font-size: 30px;
  }

  .hitotopet .intro .kv .body {
    font-size: 17px;
    margin-top: 20px;
  }

  .hitotopet .intro .kv .photo {
    width: 320px;
    top: 80px;
    left: 30%;
  }

  .hitotopet .intro .kv .shape_1 {
    width: 350px;
    transform: translate(-112%, -17%);
  }

  .hitotopet .intro .kv .shape_1.play {
    transform: translate(-97%, -17%);
  }

  .hitotopet .intro .kv .shape_2 {
    width: 240px;
    transform: translate(-33%, 4%);
  }

  .hitotopet .intro .kv .shape_2.play {
    transform: translate(-48%, 4%);
  }

  .hitotopet .intro .movie {
    margin: 140px auto;
    width: 352px;
    height: 198px;
  }




  .hitotopet .voices {
    background: #fcf5f6 url(../img/voices_bg_sp.png) top 200px center no-repeat;
    background-size: 587px;
    padding-top: 300px;
    margin-top: -150px;
  }

  .hitotopet .voices .heading img {
    width: 232px;
  }

  .hitotopet .voices .heading {
    font-size: 36px;
  }

  .hitotopet .voices ul {
    width: 250px;
    margin: 40px auto 0;
    flex-wrap: wrap;
    align-items: center;
  }

  .hitotopet .voices li {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    transform: translateX(-60px);
  }

  .hitotopet .voices li:nth-child(n+2) {
    margin: 10px 0 0 !important;
  }

  .hitotopet .voices li:nth-child(4),
  .hitotopet .voices li:nth-child(6) {
    transform: translateX(60px);
  }

  .hitotopet .voices li img {
    margin-bottom: 10px;
  }




  .hitotopet .future {
    padding: 200px 0 0;
    height: 1250px;
  }

  .hitotopet .future .heart {
    width: auto;
    height: 1250px;
    top: 0;
    transform: translate(-50%, 4%);
  }

  .hitotopet .future .heart.play {
    transform: translate(-50%, 0);
  }

  .hitotopet .future .heading {
    font-size: 17px;
  }

  .hitotopet .future .heading img {
    width: 340px;
    margin: 15px auto 0;
  }

  .hitotopet .future .flex {
    width: 80%;
    flex-direction: column-reverse;
    align-items: center;
    margin: 30px auto 0;
  }

  .hitotopet .future .flex p {
    width: 100%;
    font-size: 17px;
  }

  .hitotopet .future .illust {
    width: 100%;
    height: 300px;
  }

  .hitotopet .future .illust img {
    width: 420px;
    max-width: inherit;
    top: 0;
    left: 50%;
    margin-left: -210px;
  }




  .hitotopet .policy {
    padding: 150px 0 0;
  }

  .hitotopet .policy .heading {
    font-size: 32px;
  }

  .hitotopet .policy .heading img {
    width: 230px;
    margin: 0 auto 15px;
  }

  .hitotopet .policy .point {
    width: 100%;
    margin: 50px auto 0;
    padding: 20px 0 0 !important;
    overflow: hidden;
  }

  .hitotopet .policy .point:nth-of-type(n+2) {
    margin-top: 100px;
  }

  .hitotopet .policy .point .flex {
    flex-wrap: wrap;
    flex-direction: column !important;
    position: relative;
  }

  .hitotopet .policy .point .flex>img {
    width: auto;
    height: 220px;
    margin: 0 auto;
  }

  .hitotopet .policy .point:first-of-type .flex>img,
  .hitotopet .policy .point:nth-of-type(3) .flex>img {
    transform: translateX(90px);
  }

  .hitotopet .policy .point:nth-of-type(2) .flex>img,
  .hitotopet .policy .point:nth-of-type(4) .flex>img {
    transform: translateX(-90px);
  }

  .hitotopet .policy .point .flex .text {
    width: 80%;
    margin: auto;
  }

  .hitotopet .policy .point:nth-of-type(2) .flex .no,
  .hitotopet .policy .point:nth-of-type(4) .flex .no {
    left: auto;
    right: 8%;
  }

  .hitotopet .policy .point .flex .no {
    width: 150px;
    position: absolute;
    left: 8%;
    top: 100px;
  }

  .hitotopet .policy .point .flex .lead {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 20px;
  }

  .hitotopet .policy .point .flex .lead+p {
    font-size: 17px;
    margin-top: 10px;
  }

  .hitotopet .policy .point .partner {
    padding: 5%;
    border-radius: 28px;
    margin: 20px auto 0;
    width: 90%;
    font-size: 15px;
  }

  .hitotopet .policy .shape_1 {
    width: 800px;
    top: 140px;
    transform: translate(-55%, 28%);
  }

  .hitotopet .policy .shape_1.play {
    transform: translate(-50%, 30%);
  }

  .hitotopet .policy .shape_2 {
    width: 700px;
    top: -150px;
    transform: translate(-45%, 0);
  }

  .hitotopet .policy .shape_2.play {
    transform: translate(-50%, 0);
  }

  .hitotopet .policy .shape_3 {
    width: 1000px;
    top: 610px;
    transform: translate(-45%, 2%);
  }

  .hitotopet .policy .shape_3.play {
    transform: translate(-50%, 0);
  }

  .hitotopet .policy .shape_4 {
    transform: translate(-96%, 0);
  }

  .hitotopet .policy .shape_4.play {
    transform: translate(-91%, 0);
  }

  .hitotopet .policy .shape_5 {
    transform: translate(4%, 3%);
  }

  .hitotopet .policy .shape_5.play {
    transform: translate(-2%, 0);
  }




  .hitotopet .products {
    padding-top: 150px;
  }

  .hitotopet .products .heading {
    font-size: 46px;
  }

  .hitotopet .products .heading span {
    font-size: 20px;
  }

  .hitotopet .products .heading img {
    width: 140px;
  }

  .hitotopet .products nav {
    flex-wrap: wrap;
    width: 340px;
    margin: 30px auto;
  }

  .hitotopet .products nav a {
    width: 47%;
    background-size: auto 80px;
    line-height: 80px;
    font-size: 24px;
    margin: 20px 0;
  }

  .hitotopet .products .product {
    width: 100%;
    margin: 50px auto 0;
    border-radius: 28px;
    padding: 0 0 60px;
  }

  .hitotopet .products .product .flex {
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
  }

  .hitotopet .products .product .type {
    font-size: 38px;
    padding: 60px 0;
    background-size: auto 100px;
  }

  .hitotopet .products .item {
    text-align: center;
    width: 100%;
  }

  .hitotopet .products .product .jelly {
    padding-top: 80px;
  }

  .hitotopet .products .product .cake:first-of-type {
    padding-top: 50px;
  }

  .hitotopet .products .product .jelly-2 {
    padding-top: 150px;
  }

  .hitotopet .products .item .photo {
    width: 360px;
    margin: 0 auto -80px !important;
  }

  .hitotopet .products .item .photo .point {
    position: absolute;
    top: -95px;
    left: -20px;
    height: 170px;
    width: 170px;
    border-radius: 85px;
    font-size: 16px;
  }

  .hitotopet .products .item.biscuit .photo .point {
    top: -20px;
    left: -35px;
  }

  .hitotopet .products .item.ice .photo .point {
    top: -15px;
    left: 12px;
  }

  .hitotopet .products .item.cake .photo .point {
    left: 20px;
  }

  .hitotopet .products .item .name {
    font-size: 22px;
    margin: 0 auto 50px !important;
  }

  .hitotopet .products .item .description {
    max-width: 425px;
    width: 80%;
    margin: auto;
  }

  .hitotopet .products .dev {
    margin: 40px 0;
  }

  .hitotopet .products .partner {
    width: 80%;
  }

  .hitotopet .products .partner .title {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .hitotopet .products .partner .title .red {
    font-size: 24px;
  }

  .hitotopet .products .partner .story p {
    font-size: 17px;
    letter-spacing: inherit;
    line-height: inherit2;
  }

  .hitotopet .products .partner .by p {
    font-size: 15px;
    letter-spacing: inherit;
    line-height: inherit2;
  }

  .hitotopet .products .partner .anicom {
    width: 200px;
    margin: 30px auto 0;
  }

  .hitotopet .products .partner .anicom+p {
    text-align: center;
  }

  .hitotopet .products .partner .note {
    width: 100%;
    margin-top: 30px;
  }

  .hitotopet .products .partner .w30,
  .hitotopet .products .partner .w65 {
    width: 100%;
  }

  .hitotopet .products .partner .comment-head {
    font-size: 17px;
    margin: 20px 0 10px;
  }




  .hitotopet .research {
    padding: 180px 0 50px;
  }

  .hitotopet .research .heading {
    font-size: 20px;
    letter-spacing: .02em;
  }

  .hitotopet .research .heading img {
    width: 266px;
  }

  .hitotopet .research .heading .patent {
    width: 134px;
    transform: translate(-170px, -80px);
  }

  .hitotopet .research .heading .red {
    font-size: 28px;
  }

  .hitotopet .research .photos {
    background: url(../img/research_photos_sp.png) center center no-repeat;
    background-size: auto 100%;
    height: 1130px;
    top: 570px;
  }

  .hitotopet .research .lead {
    font-size: 19px;
    margin-top: 320px;
    letter-spacing: .04em;
  }

  .hitotopet .research .body {
    line-height: inherit;
    margin: 30px auto 0;
    text-align: left;
    width: 340px;
  }

  .hitotopet .research .note {
    margin: 30px auto 0;
    text-align: left;
    width: 340px;
  }

  .hitotopet .research .masuda {
    width: 80%;
    margin: 420px auto 0;
  }

  .hitotopet .research .masuda .flex {
    margin-bottom: 20px;
  }

  .hitotopet .research .shape_1 {
    width: 1000px;
    transform: translate(-35%, -105%) rotate(15deg);
  }

  .hitotopet .research .shape_1.play {
    transform: translate(-40%, -110%) rotate(15deg);
  }

  .hitotopet .research .shape_2 {
    width: 1452px;
    transform: translate(-60%, -50%) rotate(-15deg);
  }

  .hitotopet .research .shape_2.play {
    transform: translate(-65%, -50%) rotate(-15deg);
  }

  .hitotopet .research .shape_3 {
    width: 900px;
    transform: translate(-65%, -70%);
  }

  .hitotopet .research .shape_3.play {
    transform: translate(-60%, -70%);
  }

  .hitotopet .research .shape_4 {
    transform: translate(-56%, -4%);
  }

  .hitotopet .research .shape_4.play {
    transform: translate(-50%, -10%);
  }




  .hitotopet .gallery {
    padding: 200px 0 0;
  }

  .hitotopet .gallery .photos {
    background: url(../img/gallery_photos_sp.png) center center no-repeat;
    background-size: auto 100%;
    height: 980px;
  }

  .hitotopet .gallery .copy {
    top: 56%;
    width: 324px;
  }

  .hitotopet .gallery .shape_1 {
    width: 550px;
    transform: translate(-82%, -30%) rotate(-65deg);
  }

  .hitotopet .gallery .shape_1.play {
    transform: translate(-72%, -30%) rotate(-65deg);
  }

  .hitotopet .gallery .shape_2 {
    width: 380px;
    transform: translate(-13%, -50%) rotate(-65deg);
  }

  .hitotopet .gallery .shape_2.play {
    transform: translate(-23%, -53%) rotate(-65deg);
  }

  .hitotopet .gallery .shape_3 {
    width: 380px;
    transform: translate(-10%, -95%) rotate(-65deg);
  }

  .hitotopet .gallery .shape_3.play {
    transform: translate(0%, -95%) rotate(-65deg);
  }




  .hitotopet .store .heading {
    font-size: 38px;
  }

  .hitotopet .store .box {
    width: 100%;
    margin: 130px auto 0;
    border-radius: 28px;
    padding: 0 5% 60px;
  }

  .hitotopet .store .lineup {
    width: 324px;
    transform: translateY(-100px);
    margin: auto;
  }

  .hitotopet .store .flex {
    width: 100%;
    flex-wrap: wrap;
    margin: -100px auto 0;
  }

  .hitotopet .store .flex li {
    width: 100%;
  }

  .hitotopet .store .flex li img {
    width: 314px;
    margin: 0 auto -20px;
  }




  .hitotopet .qa {
    padding: 100px 0 100px;
    margin-top: -200px;
  }

  .hitotopet .qa .heading {
    font-size: 40px;
    line-height: 1.25;
  }

  .hitotopet .qa .flex {
    width: 80%;
  }

  .hitotopet .qa .flex li {
    width: 100%;
  }

  .hitotopet .qa .flex li:nth-child(n+2),
  .hitotopet .qa .flex li:nth-child(n+3) {
    margin-top: 50px;
  }

  .hitotopet .qa .flex span {
    padding-left: 40px;
    font-size: 17px;
  }

  .hitotopet .qa .flex span.a {
    margin-top: 15px;
    font-size: 15px;
  }

  .hitotopet .qa .flex span::before {
    font-size: 36px;
  }
}