html {
  font-size: 10px;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
}
p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 2.15;
  }
}
a img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a:hover img {
  opacity: 0.7;
}
img {
  width: 100%;
  height: auto;
}
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.min841 {
  display: inline-block;
}
@media screen and (max-width: 84rem) {
  .min841 {
    display: none !important;
  }
}
.max840 {
  display: none;
}
@media screen and (max-width: 84rem) {
  .max840 {
    display: inline-block;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
section {
  width: 100%;
}
.c-contentWidth {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.c-paddingSide {
  padding-left: 30px;
  padding-right: 30px;
}
main img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.c-bg-sky {
  position: relative;
}
.c-bg-sky:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: repeat-x url(../image/fathersday2022/01/pc_wave_sky.png) center
    top/1271px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-bg-sky:before {
    top: -15px;
    height: 30px;
    background: repeat-x url(../image/fathersday2022/01/sp_wave_sky.png) center
      top/414px;
  }
}
.c-bg-sky:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: repeat-x url(../image/fathersday2022/01/pc_wave_sky.png) center
    bottom/1271px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-bg-sky:after {
    bottom: -15px;
    height: 30px;
    background: repeat-x url(../image/fathersday2022/01/sp_wave_sky.png) center
      bottom/414px;
  }
}
.c-bg-white {
  position: relative;
}
.c-bg-white:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: repeat-x url(../image/fathersday2022/03/pc_gourmet_mv_wave.png)
    center top/1920px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-bg-white:before {
    top: -15px;
    height: 30px;
    background: repeat-x url(../image/fathersday2022/03/sp_gourmet_mv_wave.png)
      center top/414px;
  }
}
.c-bg-yellow {
  position: relative;
}
.c-bg-yellow:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: repeat-x url(../image/fathersday2022/02/pc_wave_yellow.png) center
    top/1271px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-bg-yellow:before {
    top: -15px;
    height: 30px;
    background: repeat-x url(../image/fathersday2022/02/sp_wave_yellow.png)
      center top/414px;
  }
}
.c-bg-yellow:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: repeat-x url(../image/fathersday2022/02/pc_wave_yellow.png) center
    bottom/1271px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-bg-yellow:after {
    bottom: -15px;
    height: 30px;
    background: repeat-x url(../image/fathersday2022/02/sp_wave_yellow.png)
      center bottom/414px;
  }
}
.p-mv {
  width: 100%;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 121vw;
    padding: 0 30px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-mv h1 {
  margin: 0 auto;
  text-align: center;
}
.p-mv h1 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
  width: 100%;
  zoom: 100%;
}
.p-mv__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: center;
}
.p-mv__bg img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-mv__bg img {
    width: 100%;
  }
}
.p-mv__bg .c-contentWidth {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
}
.p-mv__content {
  width: 100%;
  height: 100%;
}
.p-mv__content .c-contentWidth {
  height: 100%;
  position: relative;
  z-index: 10;
}
.p-mv__btn {
  position: absolute;
  bottom: -60px;
  right: 25px;
  z-index: 10000;
  width: 296px;
}
@media screen and (max-width: 768px) {
  .p-mv__btn {
    width: 200px;
    right: -40px;
  }
}
.p-mv__btn img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-concept {
  padding: 77px 0 36px;
  background: #fff;
}
.p-concept__heading {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 64px;
}
.p-concept__heading h2 {
  text-align: center;
}
.p-concept__heading h2 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-concept__row {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-concept__row {
    margin-bottom: 30px;
  }
}
.p-concept__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-concept__row-left {
  width: 50%;
  padding-right: 45px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-concept__row-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.p-concept__row-left h3 {
  margin-bottom: 40px;
  text-align: center;
}
.p-concept__row-left h3 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-concept__row-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-concept__row-right {
    width: 100%;
    padding-right: 0;
  }
}
.p-concept__row-right .img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 13.5px rgba(176, 176, 176, 0.27);
  box-shadow: 0 0 13.5px rgba(176, 176, 176, 0.27);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-concept__row-right .img {
    border: 3px solid #fff;
  }
}
.p-concept__row-right .img:after {
  content: "";
  display: block;
  width: 125px;
  height: 156px;
  background: no-repeat url(../image/fathersday2022/03/gourmet_lead_img02.png)
    center center/contain;
  position: absolute;
  bottom: -70px;
  left: 20px;
}
.p-teacher {
  padding: 80px 0 60px;
  background: #fff;
  position: relative;
}
.p-teacher__heading {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-teacher__heading.-pc {
    display: none;
  }
}
.p-teacher__heading.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-teacher__heading.-sp {
    padding: 0;
    width: 60%;
    display: block;
    position: static;
  }
}
.p-teacher__heading h2 {
  text-align: center;
}
.p-teacher__heading h2 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-teacher__heading h2 .line1 {
  width: 70%;
  margin-bottom: 10px;
}
.p-teacher__row {
  padding-left: 30px;
  padding-right: 30px;
}
.p-teacher__row .c-contentWidth {
  max-width: 840px;
}
.p-teacher__row-inner {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-teacher__row-right {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .p-teacher__row-right {
    width: 100%;
    padding-left: 0;
  }
}
.p-teacher__row-right h3 {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-teacher__row-right h3 {
    display: none;
  }
}
.p-teacher__row-right h3 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-teacher__row-right p {
  font-size: 14px;
  line-height: 24px;
}
.p-teacher__row-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-teacher__row-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-teacher__row-left .img {
  padding: 0 10px;
  border: 5px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-teacher__row-left .img {
    padding: 0;
    border: 3px solid #fff;
    width: 40%;
  }
}
.p-recipe {
  padding: 90px 0 100px;
  background: #fffbe8;
}
.p-recipe__heading {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-recipe__heading {
    margin-bottom: 25vw;
  }
}
.p-recipe__heading h2 {
  text-align: center;
}
.p-recipe__heading h2 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row {
  padding-left: 20px;
  padding-right: 20px;
}
.p-recipe__row-box {
  margin-bottom: 220px;
  padding: 0 80px 60px;
  background: #fff;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box {
    margin-bottom: 25vw;
    padding: 0 30px 20px;
  }
}
.p-recipe__row-box:last-child {
  margin-bottom: 0;
}
.p-recipe__row-box:before {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box:before {
    width: 50vw;
    height: 50vw;
  }
}
.p-recipe__row-box h3 {
  position: relative;
  top: -40px;
  margin-bottom: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box h3 {
    top: -6vw;
  }
}
.p-recipe__row-box h3 .line1 {
  display: block;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box h3 .line1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box h3 .line1 img {
    height: 45vw;
  }
}
.p-recipe__row-box h3 .line2 {
  display: block;
}
.p-recipe__row-box h3 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row-box .img {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box .img {
    margin-bottom: 30px;
  }
}
.p-recipe__row-box .img img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row-box .img iframe {
  width: 660px;
  height: 375px;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box .img iframe {
    width: 100%;
    height: 42vw;
  }
}
.p-recipe__row-box .descimg {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box .descimg {
    margin-bottom: 30px;
  }
}
.p-recipe__row-box .descimg img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row-box .desc {
  margin: 0 auto 50px;
  max-width: 465px;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-box .desc {
    margin-bottom: 30px;
  }
}
.p-recipe__row-col2 {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-recipe__row-left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-recipe__row-left .img {
  margin: 0;
}
.p-recipe__row-right {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-right {
    width: 100%;
  }
}
.p-recipe__row-btn {
  margin-bottom: 30px;
  text-align: center;
}
.p-recipe__row-btn:last-child {
  margin-bottom: 0;
}
.p-recipe__row-btn p {
  margin-bottom: 10px;
}
.p-recipe__row-btn img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row-howtoplay {
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
  margin-top: 80px;
  margin-bottom: 60px;
  background-color: #fffbe8;
  border-radius: 10px;
  padding: 40px 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recipe__row-howtoplay {
    padding: 40px 20px 20px 20px;
  }
}
.p-recipe__row-howtoplay h4 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-recipe__row-howtoplay h4 {
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
    width: 260px;
  }
}
.p-recipe__row-howtoplay h4 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recipe__row-howtoplay ul li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  text-indent: -40px;
  padding-left: 40px;
}
.p-recipe__row-howtoplay ul li .num {
  width: 25px;
  margin-right: 10px;
}
.p-recipe__row-howtoplay ul li .num img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.RecipeIngr {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .RecipeIngr {
    margin-bottom: 3rem;
  }
}
.RecipeIngr .title {
  margin-bottom: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.4rem solid #bb0013;
  color: #bb0013;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .RecipeIngr .title {
    margin-bottom: 1.4rem;
    padding-bottom: 0.8rem;
    border-width: 0 0 2px 0 !important;
    font-size: 2rem;
  }
}
.RecipeIngr .title strong {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .RecipeIngr .title strong {
    font-size: 2rem;
  }
}
.RecipeIngr dl {
  border-bottom: 1px dashed #999;
  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;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.RecipeIngr dl dd,
.RecipeIngr dl dt {
  margin: 0;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .RecipeIngr dl dd,
  .RecipeIngr dl dt {
    padding: 0;
  }
}
.RecipeIngr dl dd span,
.RecipeIngr dl dt span {
  font-size: 1.3rem;
}
.RecipeIngr dl dd b,
.RecipeIngr dl dt b {
  font-weight: 600;
  color: #bb0013;
}
.RecipeIngr dl dd .note,
.RecipeIngr dl dt .note {
  margin-top: 4px;
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .RecipeIngr dl dd .note,
  .RecipeIngr dl dt .note {
    line-height: 1;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .RecipeIngr dl dd,
  .RecipeIngr dl dt {
    line-height: 4rem;
  }
}
.RecipeIngr .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.RecipeIngr .col2__item {
  width: 45.5%;
}
@media screen and (max-width: 768px) {
  .RecipeIngr .col2__item {
    width: 100%;
  }
}
.RecipeDir {
  margin-bottom: 4.7rem;
  position: relative;
}
.RecipeDir:last-child {
  margin-bottom: 0 !important;
}
.RecipeDir__head .title {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1.2rem;
  border-bottom: 4px solid #bb0013;
  color: #bb0013;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .RecipeDir__head .title {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
    border-width: 0 0 2px 0 !important;
    font-size: 2rem;
  }
}
.RecipeDir__head .title strong {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .RecipeDir__head .title strong {
    font-size: 2rem;
  }
}
.RecipeDir__images {
  width: 28.3rem;
  position: absolute;
  right: 0;
  bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .RecipeDir__images {
    position: static;
  }
}
.RecipeDir__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .RecipeDir__body {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
  }
}
.RecipeDir .desc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .RecipeDir .desc {
    width: 100%;
  }
}
.RecipeDir ol {
  margin: 0;
  margin-top: 1rem;
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .RecipeDir ol {
    margin-top: 1.8rem;
  }
}
.RecipeDir ol li {
  line-height: 2;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.RecipeDir ol li b {
  color: #bb0013;
}
.RecipeDir ol li.-pc-67p {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .RecipeDir ol li.-pc-67p {
    width: 100%;
  }
}
.RecipeDir ol li .note {
  padding: 5px 0;
}
.RecipeDir ol li .txt {
  padding: 5px 0;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .RecipeDir ol li .txt {
    padding: 0.4rem 0 0.8rem 2.8rem;
  }
}
.RecipeDir ol li .txt:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #000000;
}
.RecipeDir ol li .txt:after {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background-color: transparent;
  font-family: "HiraKakuProN";
  font-weight: bold;
  font-size: 1.4rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  top: 10px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .RecipeDir ol li .txt:after {
    font-size: 1.2rem;
    left: 0;
  }
}
.RecipeDir ol li .img {
  display: none;
}
@media screen and (max-width: 768px) {
  .RecipeDir ol li .img {
    margin: 2.2rem auto 1.3rem;
    display: block;
  }
}
.RecipeDir .images {
  margin-top: 2.4rem;
  width: 31.5%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .RecipeDir .images {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.RecipeDir .point {
  margin-top: 3rem;
}
.p-products {
  padding: 120px 0 100px;
  background: #edf8fa;
}
.p-products:before {
  content: none;
}
.p-products__head {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 90px;
}
.p-products__head h2 {
  text-align: center;
}
.p-products__head h2 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-products__row {
  padding: 0 30px;
}
.p-products__row .c-box {
  background: #fff;
  border-radius: 20px;
}
.p-recommendation {
  position: relative;
  padding-top: 110px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-recommendation {
    padding-bottom: 30px;
  }
}
.p-recommendation__title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.p-recommendation__title .title {
  text-align: center;
}
.p-recommendation__title .title img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-recommendation__body {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-recommendation__body {
    padding: 0 30px;
  }
}
.c-recommendItem {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .c-recommendItem {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendItem:last-child {
    margin-bottom: 0;
  }
}
.c-recommendItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__inner {
    display: block;
  }
}
.c-recommendItem:nth-child(2n) .c-recommendItem__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-recommendItem:last-child {
  margin-bottom: 0;
}
.c-recommendItem__img {
  width: 45.5%;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.c-recommendItem__img .img {
  border: 2px solid #e8e8e8;
}
.c-recommendItem__img img {
  width: 100%;
}
.c-recommendItem__txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt p {
    line-height: 2;
  }
}
.c-recommendItem__txt .name {
  color: #002c7f;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt .name {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-recommendItem__txt .name__company {
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt .name__company {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.c-recommendItem__txt .name__company .img {
  margin-right: 5px;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.c-recommendItem__txt .name__company span {
  display: inline-block;
  vertical-align: middle;
}
.c-recommendItem__txt .name__product {
  font-size: 2.4rem;
  padding-bottom: 12px;
  border-bottom: 2px solid #002c7f;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt .name__product {
    border-bottom: 1px solid #002c7f;
    padding-bottom: 9px;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
.c-recommendItem__txt .name__product span {
  display: inline-block;
}
.c-recommendItem__txt .name__quantity {
  margin-top: 16px;
  text-align: right;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-recommendItem__txt .name__quantity {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendItem:nth-child(2n) .c-recommendItem__img {
    margin-left: 0;
    width: 100%;
  }
}
.c-recommendItem:nth-child(2n) .c-recommendItem__txt {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-recommendItem:nth-child(2n) .c-recommendItem__txt {
    width: 100%;
  }
}
.p-banner {
  padding: 100px 0 0;
  background: #fff;
}
.p-banner__heading {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 65px;
}
.p-banner__heading h2 {
  text-align: center;
}
.p-banner__heading h2 img {
  zoom: 50%;
  width: auto;
  max-width: 100%;
}
.p-banner__list {
  padding-left: 30px;
  padding-right: 30px;
}
.p-banner__item {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-banner__item {
    width: 100%;
  }
}
.p-banner__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-banner__item img {
    width: 100%;
  }
}
