@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.summergift2025 {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}
p span.youbi {
  font-size: 0.8em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.top_logo {
  position: absolute;
  z-index: 2;
  width: 120px;
  left: 10px;
  top: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 100px;
    top: 5px;
    left: 5px;
  }
}

.fv {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 100px 0 20px;
    overflow: hidden;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 60px;
  background: url(../img/foot2.png) no-repeat;
  background-size: contain;
  left: 3%;
  bottom: 20%;
  animation: foot 2.5s steps(1, end) infinite;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 20%;
    height: 5%;
    left: 3%;
    bottom: 42%;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 120px;
  background: url(../img/foot1.png) no-repeat;
  background-size: contain;
  right: 2%;
  top: 3%;
  animation: foot 2s steps(1, end) infinite;
}
@media screen and (max-width: 767px) {
  .fv::after {
    width: 30%;
    height: 10%;
    right: 4%;
    top: 2%;
  }
}
.fv__wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    width: 95%;
  }
}
.fv__img {
  position: absolute;
  bottom: 0;
  width: 30%;
  overflow: hidden;
  transform-origin: center bottom;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 55%;
    bottom: 20%;
  }
}
.fv__img--img01 {
  bottom: -10%;
  animation: slide-left 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 767px) {
  .fv__img--img01 {
    display: none;
  }
}
.fv__img--img02 {
  animation: slide-left2 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 767px) {
  .fv__img--img02 {
    bottom: 8%;
    animation: slide-left2-sp 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}
.fv__img--img03 {
  animation: slide-right 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 767px) {
  .fv__img--img03 {
    animation: slide-right-sp 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}
.fv__img--img04 {
  bottom: -10%;
  animation: slide-right2 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 767px) {
  .fv__img--img04 {
    bottom: 15%;
    animation: slide-right2-sp 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}
.fv__mainttl {
  position: relative;
  width: 35%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__mainttl {
    width: 60%;
    margin-left: 0;
  }
}
.fv__kikan {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    margin-top: 15vw;
  }
}
.fv__kikan p {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  color: #932600;
  letter-spacing: 1.5px;
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
@media screen and (max-width: 767px) {
  .fv__kikan p {
    font-size: 1.2em;
  }
}
.fv__nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fv__nav {
    margin-top: 20px;
  }
}
.fv__nav__item {
  width: 24%;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .fv__nav__item {
    width: 45%;
    margin: 10px 0;
    max-width: none;
  }
}
.fv__nav__item a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  background: #C3D82D;
  color: #932600;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .fv__nav__item a {
    padding: 15px 2em 15px 10px;
  }
}
.fv__nav__item a::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 50%;
  height: 50%;
  box-shadow: 0 5px 10px #B5B5B5;
  z-index: -1;
  transition: all 0.3s;
}
.fv__nav__item a::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img/arrow-orange.png) no-repeat;
  background-size: contain;
  right: 1em;
  top: 22%;
}
.fv__nav__item a:hover {
  opacity: 1;
  box-shadow: none;
}
.fv__nav__item a:hover::before {
  box-shadow: none;
}
.fv__nav__item:nth-child(even) a {
  background: #93D2D3;
}

.foot {
  width: 10%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  animation: foot 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 767px) {
  .foot {
    margin-top: 10px;
  }
}

@keyframes foot {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes slide-left {
  from {
    opacity: 0;
    left: 20%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    right: auto;
    left: 10%;
    transform: rotate(-16deg);
  }
}
@keyframes slide-left2 {
  from {
    opacity: 0;
    left: 40%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    right: auto;
    left: 25%;
    transform: rotate(-10deg);
  }
}
@keyframes slide-left2-sp {
  from {
    opacity: 0;
    right: 40%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    right: auto;
    right: 25%;
    transform: rotate(45deg);
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    right: 40%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    left: auto;
    right: 25%;
    transform: rotate(10deg);
  }
}
@keyframes slide-right-sp {
  from {
    opacity: 0;
    right: 40%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    left: auto;
    right: 45%;
    transform: rotate(15deg);
  }
}
@keyframes slide-right2 {
  from {
    opacity: 0;
    right: 20%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    left: auto;
    right: 10%;
    transform: rotate(16deg);
  }
}
@keyframes slide-right2-sp {
  from {
    opacity: 0;
    right: 20%;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    left: auto;
    right: 40%;
    transform: rotate(30deg);
  }
}
/* タイトル表示 */
@keyframes title-show {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/* -------------------------------------
        メイン
------------------------------------- */
.con__list {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .con__list {
    padding: 20px 0 0;
    justify-content: space-between;
  }
}

.item {
  position: relative;
  margin-bottom: 40px;
  width: 46%;
  padding: 1em 1em 2em;
  border-radius: 24px;
  border: 3px solid #932600;
  background: #fff;
  box-shadow: 3px 3px 0 #932600;
  min-width: 450px;
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    border-width: 2px;
    box-shadow: 2px 2px 0 #932600;
    min-width: auto;
    max-width: 500px;
  }
}
.item--w30 {
  width: 32%;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .item--w30 {
    width: 48%;
    font-size: 0.9em;
    min-width: auto;
  }
}
.item__img {
  position: relative;
  margin-bottom: 12px;
  z-index: 1;
}
.item__txtarea {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .item__txtarea {
    width: 100%;
  }
}
.item__recommend {
  position: absolute;
  width: 24%;
  right: 0;
  bottom: 5%;
}
.item__report {
  position: relative;
  background: #FFF8D7;
  padding: 1.5em 1em 1em;
  box-shadow: 3px 3px 1px #BCBCBC;
  margin-bottom: 1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__report {
    padding: 1.5em 0.5em 1em;
  }
}
.item__report::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 50%;
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  background-position: right top;
  right: 1%;
  top: -10%;
}
@media screen and (max-width: 767px) {
  .item__report::after {
    width: 25%;
    right: 2%;
    max-width: 90px;
  }
}
.item__report p {
  color: #932600;
}
.item__report__img {
  position: absolute;
  width: 24%;
  top: -1em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .item__report__img {
    width: 32%;
    max-width: 120px;
  }
}
.item__report__ttl {
  font-weight: 700;
  font-size: 2em;
}
.item__report__ttl span.small {
  font-size: 0.6em;
}
.item__report__txt {
  line-height: 1.6;
}
.item__report__txt span.line {
  background: linear-gradient(transparent 40%, #FFFF00 40%);
}
.item__sozai {
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.9em;
  background: #E94709;
  color: #fff;
}
.item__sanchi {
  position: relative;
  font-size: 1.1em;
  z-index: 1;
}
.item__ttl {
  position: relative;
  font-size: 1.3em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1.3em;
  }
}
.item__about {
  position: relative;
  margin-bottom: 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item__about {
    line-height: 1.3;
  }
}
.item__price {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.8em;
  text-align: right;
  z-index: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.4em;
  }
}
.item__price span.about {
  display: inline-block;
  background: #932600;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  padding: 0 2px;
  margin-right: 2px;
}
.item__price span.small {
  font-size: 0.8em;
}
.item__price span.tax {
  font-size: 0.5em;
}
.item__notice {
  font-size: 0.9em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__notice {
    font-size: 0.8em;
  }
}
.item__txtarea__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.item__txtarea__item-img {
  width: 30%;
  text-align: center;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .item__txtarea__item-img {
    width: 25%;
  }
}
.item__txtarea__item-txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .item__txtarea__item-txt {
    width: 75%;
  }
}

/* -------------------------------------
        スイーツ
------------------------------------- */
.sweets__ttl {
  padding: 1em 0;
  background: #fff;
  text-align: center;
  border-top: 4px solid #932600;
  border-bottom: 4px solid #932600;
}
@media screen and (max-width: 767px) {
  .sweets__ttl {
    border-width: 2px;
  }
}
.sweets__ttl__img {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 650px;
}
.sweets__ttl__img::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(../img/sweets-ttldec.png) no-repeat;
  background-size: contain;
  left: -10%;
  top: -40%;
}
@media screen and (max-width: 767px) {
  .sweets__ttl__img::before {
    left: -5%;
    top: -60%;
  }
}
.sweets__ttl__img img {
  position: relative;
  z-index: 1;
}
.sweets__wrap {
  overflow: hidden;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sweets__wrap {
    padding-bottom: 20px;
  }
}
.sweets__list {
  position: relative;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .sweets__list {
    padding-top: 50px;
    justify-content: center;
  }
}
.sweets__dec {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sweets__dec {
    display: none;
  }
}
.sweets__dec--foot1 {
  transform: rotate(-56deg);
  width: 18%;
  right: -20%;
  top: 8%;
}
.sweets__dec--foot2 {
  width: 15%;
  left: -20%;
  top: 40%;
}
.sweets__dec--foot3 {
  width: 18%;
  right: -22%;
  top: 60%;
}
.sweets__item {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sweets__item {
    margin-bottom: 50px;
  }
}
.sweets__item::before {
  content: "";
  position: absolute;
  width: 11%;
  height: 8%;
  background: url(../img/clip.png) no-repeat;
  background-size: contain;
  left: 2%;
  top: -5%;
}
@media screen and (max-width: 767px) {
  .sweets__item::before {
    width: 15%;
    top: -45px;
    height: 75px;
  }
}
.sweets__item--w100 {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  padding: 3em 1.5em 2em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sweets__item--w100 {
    display: block;
    padding: 1em 1em 2em;
    max-width: 500px;
    min-width: auto;
  }
}
.sweets__item--w100::before {
  width: 7%;
  height: 14%;
  top: -8.5%;
}
@media screen and (max-width: 767px) {
  .sweets__item--w100::before {
    width: 15%;
    top: -45px;
    height: 75px;
  }
}
.sweets__item--w100 .item__img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sweets__item--w100 .item__img {
    width: 100%;
  }
}
.sweets .foot {
  margin-top: -30px;
}

/* -------------------------------------
        ラーメン
------------------------------------- */
.ramen {
  overflow: hidden;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.4) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.4) calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F8C9B2;
  padding-bottom: 40px;
  border-bottom: 40px solid #EE793F;
}
@media screen and (max-width: 767px) {
  .ramen {
    padding-bottom: 20px;
  }
}
.ramen__ttl {
  text-align: center;
  background: #E94709;
  padding: 0.5em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ramen__ttl {
    padding: 1em 0.5em 0.5em;
    margin-bottom: 12vw;
  }
}
.ramen__ttl p {
  color: #fff;
  font-size: 0.9em;
  margin-top: 10px;
}
.ramen__ttl__img {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}
.ramen__list {
  position: relative;
  padding: 0 0 20px;
}
.ramen__dec {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .ramen__dec {
    display: none;
  }
}
.ramen__dec--foot1 {
  transform: rotate(-56deg);
  width: 18%;
  right: -20%;
  top: 8%;
}
.ramen__dec--foot2 {
  width: 15%;
  left: -20%;
  top: 30%;
}
.ramen__dec--foot3 {
  width: 18%;
  right: -24%;
  top: 40%;
}
.ramen__dec--foot4 {
  transform: rotate(-56deg);
  width: 18%;
  right: -20%;
  top: 60%;
}
.ramen__dec--foot5 {
  width: 15%;
  left: -20%;
  top: 70%;
}
.ramen__dec--foot6 {
  width: 18%;
  right: -24%;
  top: 90%;
}
.ramen__item {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .ramen__item {
    margin-top: 60px;
    margin-bottom: 0;
    max-width: none;
  }
}
.ramen__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #E94709;
  box-shadow: 3px 3px 0 #932600;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ramen__item::after {
    height: 75%;
  }
}
.ramen__item:nth-child(even)::after {
  background: #EE793F;
}
.ramen__item.item--w30::after {
  height: 80%;
}
.ramen__item .item__no {
  position: absolute;
  width: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12%;
}
@media screen and (max-width: 767px) {
  .ramen__item .item__img {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.ramen__item .item__package {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .ramen__item .item__package {
    width: 45%;
  }
}
.ramen__item .item__package--ramen5 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .ramen__item .item__report {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.ramen__item .item__report::after {
  content: none;
}
.ramen__item .item__sanchi,
.ramen__item .item__ttl,
.ramen__item .item__about,
.ramen__item .item__price {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ramen__item .item__sanchi,
  .ramen__item .item__ttl,
  .ramen__item .item__about,
  .ramen__item .item__price {
    max-width: 500px;
    margin: 0 auto;
  }
}
.ramen__item .item__price span.about {
  background: #fff;
  color: #E94709;
}
.ramen__item--no1 {
  width: 100%;
  max-width: 900px;
  margin-top: 0;
}
.ramen__item--no1 .item__img {
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.ramen__item--no1 .item__no {
  width: 25%;
  transform: rotate(35deg);
  top: 5%;
  right: 5%;
  left: auto;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__no {
    width: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -14%;
    transform: rotate(0);
  }
}
.ramen__item--no1 .item__package {
  right: -5%;
}
.ramen__item--no1 .item__txtwide {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__txtwide {
    display: block;
  }
}
.ramen__item--no1 .item__txtwide__report {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__txtwide__report {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.ramen__item--no1 .item__txtwide__report::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 55%;
  background: url(../img/check-y.png) no-repeat;
  background-size: contain;
  right: 1%;
  top: -10%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__txtwide__report::after {
    width: 25%;
    right: 2%;
    max-width: 90px;
  }
}
.ramen__item--no1 .item__txtwide__report .item__report__ttl {
  text-align: center;
}
.ramen__item--no1 .item__txtwide__txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .ramen__item--no1 .item__txtwide__txt {
    width: 100%;
  }
}
.ramen .item--w30 {
  margin-top: 0;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .ramen .item--w30 {
    padding: 1em 0.5em;
  }
}
.ramen .foot {
  margin-top: -10px;
}

/* -------------------------------------
        大地の恵み
------------------------------------- */
.limited {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E0E0E0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 40px;
}
.limited::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: url(../img/limited-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: -10%;
  top: 2%;
  z-index: -1;
}
.limited__ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .limited__ttl {
    padding-top: 40px;
    margin-left: 2%;
  }
}
.limited__item {
  background: #fff;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .limited__item {
    padding: 1em 0.5em;
  }
}
.limited .item__report__img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .limited .item__report__img {
    width: 55%;
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .limited .item__report__ttl {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .limited .item__report::after {
    width: 28%;
    right: 2%;
    height: 40px;
    top: -4%;
    max-width: 100px;
  }
}

/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  width: 95%;
  margin: 40px auto;
  max-width: 1200px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .notice {
    margin: 20px auto;
  }
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
}
.notice p.yamato {
  margin-top: 1em;
  padding-left: 0;
  text-indent: 0;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.8s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}