@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .is-pc2 {
    display: none !important;
  }
}

@media screen and (min-width: 1051px) {
  .is-sp2 {
    display: none !important;
  }
}

body {
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  background-image: url(../img/back.png);
  background-size: 60%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.top {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top {
    margin-bottom: 30px;
  }
}

.about1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .about1 {
    padding: 0px 0 0px;
  }
}

.about1 .text {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .about1 .text {
    font-size: 16px;
  }
}

.about1 .text2 {
  font-size: 20px;
}

.about1 .text2 span {
  color: #d4121c;
}

.studyMembers2 {
  margin-top: 0 !important;
}

.benefits .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .benefits .wrap {
    display: block;
  }
}

.benefits .wrap .img {
  width: 350px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .benefits .wrap .img {
    width: 60%;
    margin: 0 auto 20px;
  }
}

.benefits .wrap .right {
  width: calc(100% - 350px);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .benefits .wrap .right {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

.access-subTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .access-subTitle {
    font-size: 16px;
    margin-top: 10px;
  }
}

.access p {
  line-height: 1.5;
}

.access .accessLink {
  color: #333;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.access .accessLink:hover {
  opacity: .6;
}

.access .bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .access .bottom {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .access .bottom {
    display: block;
  }
}

.access .bottom .item {
  width: 47%;
  padding-top: 35%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .access .bottom .item {
    width: 100%;
    padding-top: 55%;
  }
  .access .bottom .item:first-child {
    margin-bottom: 10px;
  }
}

.access .bottom .item img,
.access .bottom .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.last-section {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .last-section {
    margin-top: 20px;
  }
}

.footer {
  padding: 10px;
  text-align: center;
  background: #E9A7AB;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 11px;
  }
}

.footer a {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer a {
    font-size: 11px;
  }
}

.footer a:hover {
  opacity: .6;
}

.study .studyMembers li .name,
.event .studyMembers li .name {
  font-size: 16px;
}

.study .studyMembers li .name span,
.event .studyMembers li .name span {
  font-size: 12px;
}

.studyMembers2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .studyMembers2 li {
    width: calc(33.333% - 40px * 2/3);
    margin-right: 40px;
  }
  .studyMembers2 li:nth-child(3n) {
    margin-right: 0;
  }
  .studyMembers2 li:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .studyMembers2 li {
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }
  .studyMembers2 li:nth-child(2n) {
    margin-right: 0;
  }
  .studyMembers2 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.studyMembers2 li .name {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .studyMembers2 li .name {
    font-size: 12px;
  }
}

.marcheList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.marcheList ul li {
  width: 20%;
}

.tradeName {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .tradeName {
    margin-top: 5px;
    font-size: 12px;
  }
}

.chance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}

.chance ul li {
  width: 46%;
}

.chance ul li .text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .chance ul li .text {
    font-size: 12px;
  }
}

.attention {
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .attention {
    font-size: 12px;
    margin-top: 20px;
  }
}

.chance3row ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .chance3row ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .chance3row ul li {
    width: calc(33.333% - 40px * 2/3);
    margin-right: 40px;
  }
  .chance3row ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .chance3row ul li {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }
  .chance3row ul li:nth-child(2n) {
    margin-right: 0;
  }
  .chance3row ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .study .studyMembers li {
    width: calc(33.333% - 40px * 2/3);
    margin-right: 40px;
  }
  .study .studyMembers li:nth-child(4n) {
    margin-right: 40px;
  }
  .study .studyMembers li:nth-child(3n) {
    margin-right: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .study .studyMembers li .name {
    font-size: 13px;
  }
}

.header {
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
  height: inherit;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 16px;
  }
}

.headerLogo {
  max-width: 200px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .headerLogo {
    max-width: 130px;
  }
}

.section-btn a {
  font-size: 18px;
  padding: 15px 40px;
  background: #FF7C4C;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 13px;
    padding: 10px;
  }
}

.section-btn a:hover {
  opacity: .6;
}

.item2 {
  position: absolute;
  right: 5%;
  bottom: 10%;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .item2 {
    max-width: 80px;
    bottom: 50%;
  }
}

.item1-1 {
  position: absolute;
  left: -2%;
  bottom: -144%;
  max-width: 200px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .item1-1 {
    max-width: 80px;
  }
}

.item2-2 {
  position: absolute;
  right: 1%;
  bottom: -110%;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .item2-2 {
    max-width: 80px;
  }
}

.studyLists-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .studyLists-text {
    margin-bottom: 20px;
  }
}

.studyFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .studyFlex {
    display: block;
  }
}

.studyFlex .studyFlex-item {
  width: 47%;
  background: #FFEAEF;
  padding: 20px;
  font-size: 22px;
  font-weight: 300;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .studyFlex .studyFlex-item {
    font-size: 16px;
    padding: 15px;
    width: 100%;
  }
  .studyFlex .studyFlex-item:first-child {
    margin-bottom: 10px;
  }
}

.studyFlex .studyFlex-item span {
  font-weight: 500;
}

.white-content {
  background: #fff;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .white-content {
    padding: 10px;
  }
}

.studyMembers {
  background: #fff;
  position: relative;
}

.study {
  position: relative;
}

.item3 {
  position: absolute;
  left: 2%;
  bottom: -4%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .item3 {
    max-width: 80px;
    bottom: -30px;
  }
}

.item4 {
  position: absolute;
  right: 1%;
  bottom: -4%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item4 {
    max-width: 80px;
    bottom: 50%;
  }
}

.white-content2 {
  overflow: hidden;
  background: #fff;
}

.studyFlex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .studyFlex2 {
    display: block;
  }
}

.studyFlex2 .left {
  width: 60%;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .studyFlex2 .left {
    padding: 10px;
    width: 100%;
  }
}

.studyFlex2 .right {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .studyFlex2 .right {
    width: 100%;
  }
}

.studyFlex2 .right img {
  width: 100%;
}

.white-content {
  border-right: 1px solid #FFB4C7;
  border-left: 1px solid #FFB4C7;
  border-bottom: 1px solid #FFB4C7;
}

.white-content2 {
  border-right: 1px solid #FFB4C7;
  border-left: 1px solid #FFB4C7;
  border-bottom: 1px solid #FFB4C7;
}

.studyMembers2 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .studyMembers2 {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .studyMembers2 li .name {
    font-size: 11px;
  }
}

.event-img,
.tradeName {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .event-img,
  .tradeName {
    padding: 0 10px;
  }
}

.chance3row ul,
.attention {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .chance3row ul,
  .attention {
    padding: 0 10px;
  }
}

.attention {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .attention {
    font-size: 11px;
  }
}

.tokuten .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #FF6C91;
  padding: 15px 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tokuten .title {
    font-size: 16px;
  }
}

.benefits2 {
  background: #fff;
  padding: 40px 40px 0px 40px;
}

@media screen and (max-width: 767px) {
  .benefits2 {
    padding: 10px 10px 0 10px;
  }
}

.benefits2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .benefits2 .wrap {
    display: block;
  }
}

.benefits2 .right2 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .benefits2 .right2 {
    width: 100%;
  }
}

.benefits2 .right2 .box {
  background: #FFF7F9;
  border: 1px solid #FF6C91;
  padding: 70px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #FF6C91;
}

@media screen and (max-width: 767px) {
  .benefits2 .right2 .box {
    padding: 10px;
    font-size: 16px;
  }
}

.benefits2 .img2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .benefits2 .img2 {
    width: 60%;
    margin: 0 auto 0px;
  }
}

.access p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .access p {
    font-size: 13px;
  }
}

.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .access-flex {
    display: block;
  }
}

.access-left {
  width: calc(100% - 300px);
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .access-left {
    width: 100%;
  }
}

.access-right {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .access-right {
    width: 100%;
  }
}

.access-right .left,
.access-right .right {
  width: 100%;
  position: relative;
  padding-top: 75%;
}

.access-right .left img,
.access-right .left iframe,
.access-right .right img,
.access-right .right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-right .left {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .access-right .left {
    margin-top: 20px;
  }
}

.access-subTitle {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .access-subTitle {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.section-btn11 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-btn11 {
    margin-top: 30px;
  }
}

.section-btn11 a {
  display: inline-block;
}

.tokuten {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .tokuten {
    padding: 10px 0;
  }
}

.last-section {
  margin-top: 0;
  padding: 40px 0 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .last-section {
    padding: 20px 0 40px;
  }
}

.last-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.last-section ul li {
  width: calc(50% - 20px * 1/2);
  margin-right: 20px;
  padding-top: 27%;
  position: relative;
}

.last-section ul li:nth-child(2n) {
  margin-right: 0;
}

.last-section ul li:nth-child(n + 3) {
  margin-top: 20px;
}

.last-section ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .last-section ul li {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
    padding-top: 27%;
    position: relative;
  }
  .last-section ul li:nth-child(2n) {
    margin-right: 0;
  }
  .last-section ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .last-section ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.last-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .last-message {
    max-width: 120px;
  }
}

.footer {
  background: #7E3447;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer nav {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer nav li {
    margin-right: 30px;
  }
  .footer nav li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer nav li {
    margin-bottom: 10px;
  }
}

.footer nav li a {
  font-size: 12px;
  font-weight: 300;
}

.coyright {
  font-weight: bold;
}

.event {
  position: relative;
}

.white-content2 {
  position: relative;
  z-index: 2;
}

.item5 {
  position: absolute;
  left: -4%;
  top: 20%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .item5 {
    max-width: 80px;
  }
}

.item6 {
  position: absolute;
  right: 1%;
  top: 25%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item6 {
    max-width: 80px;
  }
}

.item7 {
  position: absolute;
  left: -3%;
  top: 38%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .item7 {
    max-width: 80px;
  }
}

.item8 {
  position: absolute;
  right: 0%;
  top: 45%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item8 {
    max-width: 80px;
  }
}

.item9 {
  position: absolute;
  left: -1%;
  top: 78%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .item9 {
    max-width: 80px;
  }
}

.item10 {
  position: absolute;
  right: -8%;
  top: 97%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item10 {
    max-width: 80px;
  }
}

.item10-1 {
  position: absolute;
  left: -2%;
  top: 97%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item10-1 {
    max-width: 80px;
  }
}

.item11 {
  position: absolute;
  right: -2%;
  top: -10%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item11 {
    max-width: 80px;
  }
}

.item11-1 {
  position: absolute;
  left: -2%;
  top: 6%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item11-1 {
    max-width: 80px;
  }
}

.item11-2 {
  position: absolute;
  left: -2%;
  top: -200%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item11-2 {
    max-width: 80px;
  }
}

.white-content {
  position: relative;
  z-index: 3;
}

.item11-3 {
  position: absolute;
  right: -2%;
  top: -106%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item11-3 {
    max-width: 80px;
  }
}

.item13 {
  position: absolute;
  right: 2%;
  top: 12%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item13 {
    max-width: 80px;
  }
}

.item14 {
  position: absolute;
  left: -2%;
  top: 8%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item14 {
    max-width: 80px;
  }
}

.item15 {
  position: absolute;
  left: -3%;
  top: 67%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .item15 {
    max-width: 80px;
  }
}

.item16 {
  position: absolute;
  right: 0%;
  top: 75%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item16 {
    max-width: 80px;
  }
}

.item17 {
  position: absolute;
  right: 0%;
  top: 55%;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .item17 {
    max-width: 80px;
  }
}

.tokuten {
  position: relative;
  z-index: 2;
}

.osaka-section {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .osaka-section {
    margin-top: 25px;
  }
}

.about1 .text,
.about1 .text2 {
  color: #EA84BD;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about1 .text,
  .about1 .text2 {
    font-size: 16px;
  }
}

.special .box {
  padding: 40px;
  background: #fff;
  border: 1px solid #EA84BD;
}

@media screen and (max-width: 767px) {
  .special .box {
    padding: 50px 16px;
  }
}

.special .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .special .flex {
    display: block;
  }
}

.special .flex .img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .special .flex .img {
    width: 100%;
  }
}

.special .flex .text {
  width: 55%;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .special .flex .text {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
}

.special .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .special .title {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }
}

.special .title .icon {
  border-radius: 50%;
  width: 160px;
  min-width: 160px;
  height: 160px;
  text-align: center;
  background: #EA0D6F;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  top: -20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  position: relative;
}

.special .title .icon .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.special .title .icon .icon-wrap-text {
  font-size: 41px;
  line-height: 1;
}

.special .title .icon span {
  display: block;
  font-size: 79px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .special .title .icon {
    font-size: 15px;
    min-width: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -86px;
    left: 0;
  }
}

.special .title .title-text {
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  width: calc(100% - 150px);
  margin-left: 60px;
  font-weight: 600;
  line-height: 1.5;
}

.special .title .title-text .red {
  color: #EA0D6F;
}

.special .title .title-text .small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .special .title .title-text {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .special .title .title-text {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .title-text {
    font-size: 24px;
    font-weight: bold;
    width: calc(100% - 150px);
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .title-text {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}

.point {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .point {
    padding-bottom: 60px;
  }
}

.movie-text {
  padding: 30px 90px;
  border: 1px solid #707070;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .movie-text {
    padding: 30px 16px;
    margin-bottom: 20px;
  }
}

.movie-wrap {
  margin: 0 auto;
}

.movie {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie {
    padding-top: 75.25%;
  }
}

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

.section-btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-btn {
    margin-top: 15px;
  }
}

.section-btn a {
  display: block;
  text-align: center;
  background: #E88716;
}

@media screen and (min-width: 768px) {
  .section-btn a {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-btn a {
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .special1 {
    padding-top: 120px;
  }
}

.movie-text {
  border: none;
  background: #F8E69C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .movie-text {
    padding: 30px 40px;
  }
}

.movie-text .img {
  width: 94px !important;
}

.movie-text .text {
  margin-left: 40px;
  width: calc(100% - 134px);
}

@media screen and (min-width: 768px) {
  .special3 .flex img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.point .box {
  padding: 30px 40px;
  background: #F8E69C;
}

@media screen and (max-width: 767px) {
  .point {
    padding: 30px 16px;
    margin-bottom: 20px;
  }
}

.point .point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .point .point-title {
    margin-bottom: 30px;
  }
}

.point .point-title .img {
  width: 94px;
  margin-right: 30px;
}

.point .point-title .text {
  font-size: 24px;
  line-height: 1.5;
}

.point .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 767px) {
  .point .flex {
    display: block;
  }
}

.point .flex .item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .point .flex .item {
    width: 100%;
  }
}

.point .flex .title {
  position: relative;
}

.point .flex .title::before {
  position: absolute;
  background: url(../img/before.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  bottom: 0;
  content: "";
  left: 0px;
}

.point .flex .title::after {
  position: absolute;
  background: url(../img/after.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  bottom: 0;
  content: "";
  right: 0px;
}

.point .flex .text1 {
  text-align: center;
  padding: 0 40px;
  line-height: 1.5;
}

.point .flex .text2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .point .flex .text2 {
    top: -15px;
  }
}

@media screen and (max-width: 1100px) {
  .point .flex .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 925px) {
  .point .flex {
    display: block;
  }
  .point .flex .item {
    width: 100%;
    text-align: center;
  }
  .item22 {
    margin-bottom: 40px;
  }
  .point .section-btn a {
    width: 100%;
  }
  .point .flex .title {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .special .title .icon .icon-wrap-text {
    font-size: 20px;
  }
  .special .title .icon span {
    font-size: 39px;
  }
  .special .title .title-text .small {
    font-size: 14px;
  }
  .special .title .title-text {
    font-size: 14px;
  }
  .special .flex .text {
    font-size: 13px;
  }
  .movie-text .img,
  .point .point-title .img {
    width: 50px !important;
    margin: 0 auto 10px;
  }
  .movie-text .text {
    margin-left: 0px;
    width: 100%;
  }
  .point .box {
    padding: 16px;
  }
  .point .point-title {
    display: block;
  }
  .point .point-title .text {
    font-size: 13px;
  }
  .movie-text {
    padding: 16px;
    font-size: 13px;
  }
  .movie-text {
    display: block;
  }
  .point .flex .text1 {
    text-align: center;
    padding: 0 20px;
    line-height: 1.5;
    font-size: 12px;
  }
  .point .flex .title::before {
    width: 20px;
    height: 20px;
  }
  .point .flex .title::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-btn a {
    max-width: 290px;
  }
  .section-btn-sp2 a {
    font-size: 11px;
  }
  .special .box {
    padding: 50px 10px;
  }
  .point {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .movie {
    padding-top: 91%;
  }
  .section-btn a {
    padding: 15px 5px;
  }
  .special1 {
    padding-top: 70px;
  }
  .point .point-title .text {
    text-align: center;
  }
  .section-btn a {
    width: initial;
  }
}

.section-btn a {
  font-weight: 500;
}

.header-btn a {
  padding: 15px 20px;
  font-size: 18px;
  padding: 15px 40px;
  background: #FF7C4C;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.header-btn a:hover {
  opacity: .6;
}

.section-btn2 {
  margin-top: 80px;
  max-width: 300px;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .section-btn2 {
    margin-top: 30px;
  }
}

.section-btn3 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.section-btn3 a {
  max-width: 450px;
  font-size: 22px;
  font-weight: 600;
  padding: 30px 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section-btn3 a {
    font-size: 16px;
    max-width: 300px;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 768px) {
  .footer nav {
    margin-bottom: 20px;
  }
}

.recipe-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recipe-flex {
    display: block;
  }
}

.recipe-flex .left {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .recipe-flex .left {
    width: 70%;
    margin: 0 auto 10px;
  }
}

.recipe-flex .right {
  width: 62%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .recipe-flex .right {
    width: 100%;
  }
}

.recipe1 .inner {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .recipe1-text {
    padding-top: 40px;
  }
}

.recipe-flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .recipe-flex3 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .recipe-flex3 li {
    width: calc(33% - 60px * 2 / 3);
    margin-right: 60px;
  }
  .recipe-flex3 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .recipe-flex3 li {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .recipe-flex3 li:last-child {
    margin-bottom: 0;
  }
}

.recipe-flex3 li .img {
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .recipe-flex3 li .img {
    margin: 0 auto 10px;
    width: 70%;
  }
}

.recipe-flex3 li .title {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .recipe-flex3 li .title {
    margin-bottom: 10px;
  }
}

.recipe-flex3 li .text1 {
  text-align: center;
  font-weight: 600;
  color: #f00;
  font-size: 24px;
}

.recipe-flex3 li .text2 {
  text-align: center;
}

.section-title {
  background: #E0A156;
  color: #fff;
  padding: 15px 5px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 16px;
  }
}

.section-title .leftimg {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .section-title .leftimg {
    top: -10px;
    width: 60px;
  }
}

.section-title .rightimg {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .section-title .rightimg {
    top: 0px;
    width: 60px;
  }
}

.section-title.no2 {
  background: #FF91D5;
}

.section-title.no3 {
  background: #C2DE8C;
}

.section-title.no4 {
  background: #E0354D;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-title.no4 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.section-title.no5 {
  background: #B95361;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-title.no5 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.recipe-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #fff;
  padding: 60px 40px 40px;
}

@media screen and (max-width: 767px) {
  .recipe-flex2 {
    display: block;
  }
}

.recipe-flex2 .right {
  width: 35%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .recipe-flex2 .right {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.recipe-flex2 .right .img {
  width: 60%;
  margin: 0 auto 10px;
}

.recipe-flex2 .right p {
  text-align: center;
  font-size: small;
}

.recipe-flex2 .content {
  width: 65%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 55%;
}

@media screen and (max-width: 767px) {
  .recipe-flex2 .content {
    width: 100%;
  }
}

.recipe-flex2 .content .title {
  font-size: 20px;
  color: #C1607F;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .recipe-flex2 .content .title {
    font-size: 16px;
  }
}

.cont1 {
  background-image: url(../img/img_b.png);
}

@media screen and (max-width: 767px) {
  .cont1 {
    background: none;
  }
}

.cont2 {
  background-image: url(../img/img_c.png);
}

@media screen and (max-width: 767px) {
  .cont2 {
    background: none;
  }
}

.cont3 {
  background-image: url(../img/img_h.png);
}

@media screen and (max-width: 767px) {
  .cont3 {
    background: none;
  }
}

.recipe-content {
  background: #FFFEF0;
  border: 1px solid #D80623;
  padding: 30px 40px 60px;
}

.recipe-content.add {
  padding: 50px 40px 50px;
}

@media screen and (max-width: 767px) {
  .recipe-content.add {
    padding: 25px 16px;
  }
}

@media screen and (max-width: 767px) {
  .recipe-content {
    padding: 25px 16px;
  }
}

.recipe-content .title {
  color: #D80623;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .recipe-content .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.recipe-content .title2 {
  color: #D80623;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .recipe-content .title2 {
    font-size: 16px;
  }
}

.recipe-content .lead {
  padding: 0 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .recipe-content .lead {
    padding: 0;
    margin-bottom: 20px;
  }
}

.recipe-content .lead span {
  color: #f00;
}

.recipe-content .box {
  background: #E8E8CF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .recipe-content .box {
    padding: 16px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.recipe-content .box .left {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .recipe-content .box .left {
    width: 80px;
  }
}

.recipe-content .box .right {
  width: calc(100% - 180px);
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .recipe-content .box .right {
    width: calc(100% - 90px);
    margin-left: 10px;
  }
}

.qr-title {
  font-weight: bold;
}

.qr-text {
  font-weight: 400;
}

.recipe2 .inner,
.recipe3 .inner {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.recipe4 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .recipe1,
  .recipe2,
  .recipe3 {
    width: 90% !important;
  }
}

.section2 .box2 {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 60px 40px 0;
}

@media screen and (max-width: 767px) {
  .section2 .box2 {
    padding: 16px 16px 0px 16px;
  }
}

.section2 .box2 .title {
  color: #FF69A9;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .section2 .box2 .title {
    margin-bottom: 0px;
    font-size: 20px;
  }
}

.section2 .box2 .title span {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .section2 .box2 .title span {
    font-size: 15px;
  }
}

.section2 .box2 {
  background: #fff;
}

.section2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .section2 .flex {
    display: block;
  }
}

.section2 .flex .left {
  width: 47%;
}

@media screen and (min-width: 768px) {
  .section2 .flex .left {
    line-height: 2.3;
    position: relative;
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .section2 .flex .left {
    width: 100%;
  }
}

.section2 .flex .left span {
  font-size: 18px;
  font-weight: bold;
  color: #FF69A9;
  display: block;
}

@media screen and (max-width: 767px) {
  .section2 .flex .left span {
    font-size: 15px;
    margin-top: 20px;
  }
}

.section2 .flex .left p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section2 .flex .left p {
    font-size: 13px;
  }
}

.section2 .flex .right {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .section2 .flex .right {
    width: 70%;
    margin: 0 auto;
  }
}

.section2 .bottom {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #FF69A9;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .section2 .bottom {
    padding: 10px 0;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .section2 .flex .left p {
    font-size: 18px;
  }
  .section2 .flex .left span {
    font-size: 21px;
  }
}

.section3 .box {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section3 .box {
    padding: 16px 16px 16px;
  }
}

.section3 .lead2 {
  font-size: 22px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section3 .lead2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.section3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section3 .flex {
    display: block;
  }
}

.section3 .flex .left {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .section3 .flex .left {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.section3 .flex .right {
  width: 65%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section3 .flex .right {
    width: 100%;
  }
}

.section3 .flex.add .right {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .section3 .flex.add .right {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.section3 .flex.add .left {
  width: 52%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section3 .flex.add .left {
    width: 100%;
  }
}

.section3 .flex .title {
  font-size: 30px;
  color: #FF69A9;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section3 .flex .title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.section3 .flex .title.add {
  color: #B95361;
  line-height: 1.3;
}

.section3 .flex .text2 {
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section3 .flex .text2 {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.section3 .flex .text2 span {
  font-weight: bold;
}

.section3 .flex .text3 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section3 .flex .text3 {
    font-size: 13px;
  }
}

.section3 .box {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .section,
  .section2,
  .section3,
  .section5 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section .section,
  .section2 .section,
  .section3 .section,
  .section5 .section {
    width: 100%;
  }
}

.section12 .box {
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
}

.section2-recipe .flex .left {
  top: 0;
}

.section2-recipe .flex {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section2-recipe .flex {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.section2-recipe p {
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .section2-recipe p {
    font-size: 12px;
  }
}

.section2-recipe img {
  width: 80%;
  margin: 0 auto;
}

.section2-recipe-person {
  text-align: center;
}

.person-box2 {
  background: #FFF2F2;
  padding: 30px 20px;
}

.person-box2-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .person-box2-title {
    font-size: 12px;
  }
}

.person-box2-text {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .person-box2-text {
    font-size: 12px;
  }
}

.recipe3-text {
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .recipe3-text {
    font-size: 12px !important;
  }
}

.section2-recipe p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .section2 .flex .right {
    width: 100%;
  }
  .section2-recipe-person {
    width: 70%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .section3 .flex .left {
    width: 30%;
  }
  .section3 .flex .right {
    width: 65%;
  }
}

.last ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .last ul {
    margin-bottom: 30px;
  }
}

.last ul li {
  width: 30%;
}

.last-section-btn {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .last-section-btn {
    margin-bottom: 60px;
  }
}

.last-section-btn a {
  max-width: 450px;
  font-size: 22px;
  font-weight: 600;
  padding: 30px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #E88716;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.last-section-btn a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .last-section-btn a {
    font-size: 16px;
    max-width: 300px;
    padding: 20px 10px;
  }
}

.attention0926 {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .attention0926 {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .recipe-content .title2 {
    font-size: 14px;
  }
}

.recipe-content .box {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.recipe-content .box .left p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .recipe-content .box .left p {
    font-size: 14px;
  }
}

.recipe-content .box .left p a {
  color: #FF7C4C;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.recipe-content .box .left p a:hover {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .recipe-content .box .left {
    text-align: center;
  }
  .recipe-content .box .left p {
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .recipe-content .box {
    display: block;
  }
  .recipe-content .box .left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .recipe-content .box .left img {
    width: 80px;
    margin: 0 auto;
  }
  .recipe-content .box .right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-btn a {
    font-size: 10px;
  }
  .headerLogo {
    max-width: 100px;
  }
}
