@charset "UTF-8";

html {
  scroll-padding-top: 20px;
}
/******************************
  Base & Body
******************************/
body {
  font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
  transition: opacity 1.2s ease;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.br_640 {
  display: block;
}

.br_480 {
  display: none;
}


@media (max-width: 750px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

@media (max-width: 640px) {
  .br_640 {
    display: none;
  }
}

@media (max-width: 480px) {
  .br_480 {
    display: block;
  }
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
  display: block;
}

p {
  font-size: 18px;
  line-height: 280%;
  text-align: justify;
  font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #231815;
}

sup {
  position: relative;
  top:0;
}
.fon80 {
  font-size: 80% !important;
}

.mgt12 {
  margin-top: 12% !important;
}

.mgb12 {
  margin-bottom: 12% !important;
}

.ti_1 {
  display: block;
  white-space: normal;
  text-indent: -1em !important;
  padding-left: 2em !important;
}

.sp_br {
  display: none;
}

@media (max-width: 750px) {
  .mgt12 {
    margin-top: 18% !important;
  }
  
  .mgb12 {
  margin-bottom:14% !important;
}
  
  .sp_br {
    display: block;
  }
}

.fonB {
  font-weight: bold;
}

.fon85 {
  font-size: 85%;
}

.fon110 {
  font-size: 110%;
}

.pt3 {
  padding: 2% 0 0 0;
}

#PEACH, #ZERO, #BURN, #PLUS, #PROTEIN,
#BERRY, #APPLE, #PLUM{
  padding: 18px 0 0 0;
}

/*ストロベリー*/
.bg_STRAWBERRY {
  position: relative;
}
.bg_STRAWBERRY::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ca151e !important;
  z-index: -1;
}
/*ストロベリー*/


.bg_PEACH {
  position: relative;
}
.bg_PEACH::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ec748a !important;
  z-index: -1;
}

.bg_ZERO {
  position: relative;
}
.bg_ZERO::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444 !important;
  z-index: -1;
}

.bg_BURN {
  position: relative;
}
.bg_BURN::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d13c33 !important;
  z-index: -1;
}

.bg_PLUS {
  position: relative;
}
.bg_PLUS::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9d8708 !important;
  z-index: -1;
}

.bg_PROTEIN {
  position: relative;
}
.bg_PROTEIN::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e2bb00 !important;
  z-index: -1;
}

.bg_BERRY {
  position: relative;
}
.bg_BERRY::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2f2e82 !important;
  z-index: -1;
}

.bg_APPLE {
  position: relative;
}
.bg_APPLE::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4a9725 !important;
  z-index: -1;
}

.bg_PLUM {
  position: relative;
}
.bg_PLUM::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #922356 !important;
  z-index: -1;
}







.bg_PEACH_pale {
  border: solid 3px rgba(236, 116, 138, 0.5) !important;
}

.bg_PEACH_pale {
  border: solid 3px rgba(236, 116, 138, 0.5) !important;
}

.bg_ZERO_pale {
  border: solid 3px rgba(236, 116, 138, 0.5) !important;;
}

.bg_BURN_pale {
  border: solid 3px rgba(209, 60, 51, 0.5) !important;
}


/*ストロベリー*/
.bg_STRAWBERRY_pale {
  border: solid 3px rgba(203, 57, 65, 0.5) !important;
}

.bg_STRAWBERRY_fnfc {
  background: rgba(203, 57, 65, 0.2) !important;
}
/*ストロベリー*/



.bg_BURN_fnfc {
  background: rgba(209, 60, 51, 0.2) !important;
}

.bg_PLUS_pale {
  border: solid 3px rgba(157, 135, 8, 0.5) !important;
}
.bg_PLUS_fnfc {
  background: rgba(157, 135, 8, 0.2) !important;
}

.bg_PROTEIN_pale {
  border: solid 3px rgba(226, 187, 0, 0.5) !important;
}
.bg_PROTEIN_fnfc {
  background: rgba(226, 187, 0, 0.2) !important;
}

.bg_BERRY_pale {
  border: solid 3px rgba(47, 46, 130, 0.5) !important;
}
.bg_BERRY_fnfc {
  background: rgba(47, 46, 130, 0.2) !important;
}

.bg_APPLE_pale {
  border: solid 3px rgba(74, 151, 37, 0.5) !important;
}
.bg_APPLE_fnfc{
  background: rgba(74, 151, 37, 0.2) !important;
}

.bg_PLUM_pale {
  border: solid 3px rgba(146, 35, 86, 0.5) !important;
}
.bg_PLUM_fnfc {
  background: rgba(146, 35, 86, 0.2) !important;
}

.fc_PEACH {
  color: #ec748a !important;
  border: #ec748a;
}

.fc_ZERO {
  color: #ec748a !important;
  border: #ec748a;
}

.fc_BURN {
  color: #d13c33 !important;
  border: #d13c33;
}

.fc_PLUS {
  color: #9d8708 !important;
  border: #9d8708;
}

.fc_PROTEIN {
  color: #e2bb00 !important;
  border: #e2bb00;
}

.fc_BERRY {
  color: #2f2e82 !important;
  border: #2f2e82;
}

.fc_APPLE {
  color: #4a9725 !important;
  border: #4a9725;
}

.fc_PLUM {
  color: #922356 !important;
  border: #922356;
}


/*ストロベリー*/
.box_STRAWBERRY {
  color: #ca151e !important;
}
/*ストロベリー*/

.box_PEACH {
  color: #ec748a !important;
}

.box_ZERO {
  color: #333 !important;
}

.box_BURN {
  color: #d13c33 !important;
}

.box_PLUS {
  color: #9d8708 !important;
}

.box_PROTEIN {
  color: #e2bb00 !important;
}

.box_BERRY {
  color: #2f2e82 !important;
}

.box_APPLE {
  color: #4a9725 !important;
}

.box_PLUM {
  color: #922356 !important;
}

/*ストロベリー*/
.dl_STRAWBERRY dt:nth-of-type(odd) {
  background: rgba(203, 57, 65, 0.7) !important;
  color: #fff !important;
}
.dl_STRAWBERRY dt:nth-of-type(even) {
  background: rgba(203, 57, 65, 0.5) !important;
  color: #fff !important;
}
/*ストロベリー*/


.dl_PEACH dt:nth-of-type(odd) {
  background: rgba(236, 116, 138, 0.7) !important;
  color: #fff !important;
}
.dl_PEACH dt:nth-of-type(even) {
  background: rgba(236, 116, 138, 0.5) !important;
  color: #fff !important;
}

.dl_ZERO dt:nth-of-type(odd) {
  background: rgba(236, 116, 138, 0.7) !important;
  color: #fff !important;
}
.dl_ZERO dt:nth-of-type(even) {
  background: rgba(236, 116, 138, 0.5) !important;
  color: #fff !important;
}

.dl_BURN dt:nth-of-type(odd) {
  background: rgba(209, 60, 51, 0.7) !important;
  color: #fff !important;
}
.dl_BURN dt:nth-of-type(even) {
  background: rgba(209, 60, 51, 0.5) !important;
  color: #fff !important;
}

.dl_PLUS dt:nth-of-type(odd) {
  background: rgba(157, 135, 8, 0.7) !important;
  color: #fff !important;
}
.dl_PLUS dt:nth-of-type(even) {
  background: rgba(157, 135, 8, 0.5) !important;
  color: #fff !important;
}

.dl_PROTEIN dt:nth-of-type(odd) {
  background: rgba(226, 187, 0, 0.8) !important;
  color: #fff !important;
}
.dl_PROTEIN dt:nth-of-type(even) {
  background: rgba(226, 187, 0, 0.6) !important;
  color: #fff !important;
}

.dl_BERRY dt:nth-of-type(odd) {
  background: rgba(47, 46, 130, 0.7) !important;
  color: #fff !important;
}
.dl_BERRY dt:nth-of-type(even) {
  background: rgba(47, 46, 130, 0.5) !important;
  color: #fff !important;
}

.dl_APPLE dt:nth-of-type(odd) {
  background: rgba(74, 151, 37, 0.7) !important;
  color: #fff !important;
}
.dl_APPLE dt:nth-of-type(even) {
  background: rgba(74, 151, 37, 0.5) !important;
  color: #fff !important;
}

.dl_PLUM dt:nth-of-type(odd) {
  background: rgba(146, 35, 86, 0.7) !important;
  color: #fff !important;
}
.dl_PLUM dt:nth-of-type(even) {
  background: rgba(146, 35, 86, 0.5) !important;
  color: #fff !important;
}



/*ストロベリー*/
.odd_STRAWBERRY div:nth-child(odd) {
  background: rgba(203, 57, 65, 0.5) !important;
}
/*ストロベリー*/


.odd_PEACH div:nth-child(odd) {
  background: rgba(236, 116, 138, 0.5) !important;
}

.odd_ZERO div:nth-child(odd) {
  background: rgba(236, 116, 138, 0.5) !important;
}

.odd_BURN div:nth-child(odd) {
  background: rgba(209, 60, 51, 0.5) !important;
}

.odd_PLUS div:nth-child(odd) {
  background: rgba(157, 135, 8, 0.5) !important;
}

.odd_PROTEIN div:nth-child(odd) {
  background: rgba(226, 187, 0, 0.5) !important;
}

.odd_BERRY div:nth-child(odd) {
  background: rgba(47, 46, 130, 0.5) !important;
}

.odd_APPLE div:nth-child(odd) {
  background: rgba(74, 151, 37, 0.5) !important;
}

.odd_PLUM div:nth-child(odd) {
  background: rgba(146, 35, 86, 0.5) !important;
}

.mgt_PLUM {
  margin-top: -2% !important;
}
@media (max-width: 750px) {
  .mgt_PLUM {
    margin-top: -7% !important;
  }
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 0;
}

header img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.FV_txt {
  width: 100%;
  padding: 50px 6% 44px;
  background-image: url("../img/common/title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.FV_txt img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.fv_bg {
  width: 100%;
  background-image: url("../img/common/FV_bg_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3% 5% 4%;
}

.item div {
  width: 25%;
  margin: 0 2%;
  padding: 2% 6%;
}

.item div a {
  display: inline-block;
  transition: .0s;
}

.item div a:hover {
  transform: rotate(5deg);
}

.top_box {
  display: inline-block;
  position: fixed;
  bottom: 5.5%;
  right: 4%;
  z-index: 11;
}
.top_box a img {
  width: 100%;
  max-width: 70px;
}

#menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  background-color: rgba(0,0,0,0.90);
  bottom: 0;
  z-index: 10;
}
#menu.show {
  opacity: 1;
  visibility: visible;
}

.item3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2% 0 1%;
}

.item3 div {
  width: 8.7%;
  margin: 0 1%;
  padding: 0;
}

.item3 div a {
  display: inline-block;
  transition: .0s;
}

.item3 div a:hover {
  transform: rotate(5deg);
}

/********* ハンバーガーメニュー *********/
.hamburger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 24px;;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 13px 9px;
  border-radius: 2px;
}

.hamburger.hide {
  display: none;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.menu2 {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  transition: top 0.4s ease;
  z-index: 1000;
  padding: 60px 20px 40px;
}

.menu2.active {
  top: 0;
}

.menu2 .item4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 2% 0 3%;
}

.menu2 .item4 div{
  width: 21%;
  margin: 0 2%;
  padding: 1% 0;
}

.menu2 .item4 a {
  display: inline-block;
  transition: .0s;
}
.menu2 .item4 a:hover {
  transform: rotate(5deg);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}
/********* ハンバーガーメニュー *********/

.worries_box {
  position: relative;
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3% 0 5%;
  background: #f7f7f7;
}
.worries_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  border: 45px solid transparent;
  border-top: 30px solid #f7f7f7;
}

.worries_illust {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 28%;
  margin: 0 0 auto;
}

.worries_illust img {
  width: 100%;
  max-width: 300px;
}

.worries_box .worries_title {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
}

.worries_box .worries_title p {
  font-size: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  padding: 2.4% 0;
}

.line {
  width: 1px;
  height: 20px;
  border: 1px solid #231815;
  margin: 0 auto;
}

.worries_box .check_box {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 2% 6%;
}

.worries_box .check_box ul {
  width: 100%;
  border-bottom: 0.5px solid #231815;
  padding: 2% 0;
}

.worries_box .check_box li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.worries_box .check_box li img {
  width: 100%;
  max-width: 40px;
}

.worries_box .check_box li p {
  margin: 5px auto 0 10px;
  line-height: 1.5;
}

.bg {
  background-image: url("../img/common/back_1920.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.about_box {
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4% 0;
}

.about_box .about_txt {
  padding: 2% 0 0;
  font-size: 28px;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #231815;
  text-align: center;
  line-height: 2;
}

.about_box h2 {
  width: 100%;
  max-width: 450px;
  padding: 1.2% 0;
  font-size: 30px;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #231815;
}

.about_box .txt {
  padding: 2% 0 0;
  margin: 0 auto;
}

.about_box .txt p {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 3% 0;
}

.about_box .txt .txt_linebox {
  position: relative;
  display: flex;
  justify-content: center;
  width: 44%;
  padding: 1% 2%;
  margin: 0 auto 1%;
}

.about_box .txt .txt_linebox::before,
.about_box .txt .txt_linebox::after {
  content: '';
  width: 100%;
  height: 16%;
  position: absolute;
}

.about_box .txt .txt_linebox::before {
  border-left: solid 0.5px #000000;
  border-right: solid 0.5px #000000;
  border-top: solid 0.5px #000000;
  top: 0;
  left: 0;
}

.about_box .txt .txt_linebox::after {
  border-left: solid 0.5px #000000;
  border-right: solid 0.5px #000000;
  border-bottom: solid 0.5px #000000;
  bottom: 0;
  right: 0;
}

.about_box .txt .txt_linebox p {
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

.item2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3% 0 4%;
}

.item2 img {
  width: 100%;
  max-width: 800px;
}

.about_box .about_imgbox {
  width: 100%;
  max-width: 780px;
  display: flex;
  justify-content: center;
  padding: 1% 0 3%;
}

.about_box .about_imgbox img {
  padding: 0 1.8%;
  width: 50%;
  height: 50%;
}
.about_box .about_imgbox img:first-child {
  margin: 0 0 0 3%;
}

.about_box .recipe {
  width: 100%;
  max-width: 700px;
  padding: 3% 3%;
}

.about_box .recipe_catch {
  display: flex;
  align-items: flex-start;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
}

.about_box .recipe_catch:before,
.about_box .recipe_catch:after {
  border-top: 2px solid #231815;
  content: "";
  width: 100%;
  /* 線の長さ */
}

.about_box .recipe_catch:before {
  margin-top: 1em;
  margin-right: 1em;
  /* 文字の右隣 */
}

.about_box .recipe_catch:after {
  margin-top: 1em;
  margin-left: 1em;
  /* 文字の左隣 */
}

.about_box .recipe_catch img {
  width: 100%;
  max-width: 260px;
}

.about_box .recipe_txt {
  width: 90%;
  margin: 0 auto;
  padding: 2% 0;
}

.about_box .recipe_txt p {
  text-align: left;
  line-height: 1.8;
}

.about_box .recipe .recipe_line {
  width: 100%;
  border-bottom: 2px solid #231815;
  padding: 4.5% 0 0;
}


@media (max-width: 1500px) {
  .bg {
    background-image: url("../img/common/back_pc.png");
  }
}

@media (max-width: 1300px) {
  .top_box {
    bottom: 5%;
    right: 0.6%;
  }
  .top_box a img {
    width: 80%;
    max-width: 70px;
  }
}

@media (max-width: 1100px) {
  .bg {
    background-image: url("../img/common/back_1100.png");
  }
}

@media (max-width: 950px) {
  .top_box {
    bottom: 5%;
    right: 4%;
  }
  
  .item3 {
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 1.8% 0 1%;
  }

  .item3 div {
    width: 12.6%;
    margin: 0 2%;
    padding: 0;
  }
  
  .about_box .txt .txt_linebox {
    width: 50%;
  }
}


@media (max-width: 750px) {
  .item {
    justify-content: flex-start;
  }
  
  .item div {
    width: 25%;
    padding: 2% 2%;
  }

  
  p {
    font-size: 2.6vw
  }

  .pt3 {
    padding: 3% 0 0 0;
  }
  
  .fv_bg {
    background-image: url("../img/common/FV_bg_sp.png");
  }

  .bg {
    background-image: url("../img/common/back_750.png");
  }

  header {
    padding: 28px 0;
  }

  header img {
    max-width: 100px;
  }

  .FV_txt {
    padding: 30px 6% 27px;
  }
  
  .top_box {
    bottom: 2.5%;
    right: 1%;
  }
  .top_box a img {
    width: 90%;
    max-width: 70px;
  }

  .item {
    padding: 7% 5% 10%;
  }

  .worries_box {
    padding: 8% 0 10%;
  }
  .worries_box:before {
    margin-left: -38px;
    border: 38px solid transparent;
    border-top: 26px solid #f7f7f7;
  }
  
  .worries_illust {
    right: 0;
    width: 36%;
  }

  .worries_box .worries_title p {
    font-size: 4.6vw;
    line-height: 1.2;
    padding: 4% 0;
  }

  .worries_box .check_box {
    max-width: 600px;
  }

  .worries_box .check_box li img {
    max-width: 30px;
  }

  .about_box {
    margin: 5% auto;
  }

  .about_box .about_txt {
    font-size: 4.4vw;
    line-height: 2;
  }

  .about_box h2 {
    width: 86%;
    padding: 2% 0;
    font-size: 4.6vw;
  }

  .about_box .txt {
    padding: 4% 0 0;
  }

  .about_box .txt p {
    line-height: 1.6;
    margin: 0 0 6% 0;
  }

  .about_box .txt .txt_linebox {
    width: 60%;
    padding: 2.2% 2.6%;
    margin: 0 auto 2%;
  }
  
  .item2 {
    width: 100%;
    padding: 2% 2% 3%!important;
  }

  .about_box .about_imgbox {
    padding: 4% 0 6%;
  }

  .about_box .recipe_catch img {
    max-width: 190px;
  }

}


@media (max-width: 590px) {
  .about_box h2 {
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  /********* ハンバーガーメニュー *********/
  .hamburger {
    width: 48px;
    height: 48px;
    top: 25px;
    padding: 13px 9px;
  }
  
  .menu2 {
    padding: 60px 14px 40px;
  }

  .menu2 .item4 div{
    width: 21%;
    margin: 0 2%;
    padding: 1% 1%;
  }
  /********* ハンバーガーメニュー *********/
}


@media (max-width: 450px) {
  p {
    font-size: 3.8vw
  }
  
  header {
    padding: 24px 0;
  }
  
  header img {
    max-width: 80px;
  }
  
  .hamburger {
    top: 18px;
  }
  
  .bg {
    background-image: url("../img/common/back_450.png");
  }
  
  .worries_illust {
    width: 39%;
  }

  .worries_box .worries_title p {
    font-size: 6vw;
  }

  .about_box .about_txt {
    font-size: 5.8vw;
  }

  .about_box h2 {
    width: 86%;
    max-width: 450px;
    font-size: 6vw;
  }

  .about_box .txt .txt_linebox {
    width: 80%;
  }
}


@media (max-width: 375px) {
  .item div {
    width: calc(88% / 4);
  }
}


.item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3% 5%;
}

.item div {
  width: 25%;
  margin: 0;
  padding: 2% 6%;
}

.item2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 3% 0 4%;
}


@media (max-width: 750px) {
  .item {
    justify-content: flex-start;
  }
  
  .item div {
    width: 25%;
    padding: 2% 2%;
  }
}

@media (max-width: 375px) {
  .item {
    padding: 6% 1% 7%;
  }
  
  .item div {
    width: calc(100% / 4);
  }
}

.bg2 {
  position: relative;
  background-image: url("../img/common/back2_pc.png");
  background-size: 100%;
  background-repeat: repeat-y;
  z-index: -2;
}

.item_spec {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.item_name {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  padding: 30px 5% 28px;
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 480px) {
  .item_name {
    padding: 20px 2% 18px;
    font-size: 23px;
  }
}

.item_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-right: 5%;
}

@media (max-width: 750px) {
  .bg2 {
    background-image: none;
  }
  
  .item_box {
    display: block;
    padding-right: 0;
  }
}

.item_img {
  width: 40%;
}

@media (max-width: 750px) {
  .item_img {
    width: 100%;
  }
}

.item_img img {
  width: 320px;
  margin: 6% auto;
}

@media (max-width: 1000px) {
  .item_img img {
    width: 30vw;
  }
}

@media (max-width: 750px) {
  .item_img img {
    width: max(40vw, 210px);
  }
}

.item_txt {
  width: 60%;
}

@media (max-width: 750px) {
  .item_txt {
    width: 96%;
    padding: 0 2%;
  }
}

.item_copy_main {
  font-size: 34px;
  line-height: 1.4;
  margin-top: 5%;
}

@media (max-width: 800px) {
  .item_copy_main {
    font-size: 4.2vw;
  }
}

@media (max-width: 750px) {
  .item_copy_main {
    font-size: max(5vw, 22px);
    font-weight: 500;
  }
}

.item_copy_sub {
  font-size: 18px;
  line-height: 1;
  margin: 5% 0;
}

.item_copy_sub span {
  border: solid 1px;
  padding: 2%;
}

@media (max-width: 480px) {
  .item_copy_sub {
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    padding: 2.3% 1% 2%;
  }

  .item_copy_sub span {
    display: block;
  }
}

.item_copy_txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.item_name_s {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 3.5%;
}
@media (max-width: 480px) {
.item_name_s {
    font-size: 18px;
  }
}

.item_name_s span {
  font-size: 80%;
}

.item_taste {
  font-size: 14px;
  line-height: 1.6;
}

.item_price {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 1%;
}

.item_price span:first-child {
  font-size: 80%;
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
}

.item_price span {
  font-size: 80%;
  display: inline-block;
  margin-left: -6px;
}

.item_heading {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin: 4% auto 2%;
}

@media (max-width: 750px) {
  .item_heading {
    font-size: max(4.2vw, 17px);
    margin: 7% auto 3.5%;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
}

.item_heading_s {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  margin: 6.5% auto 2%;
}

@media (max-width: 750px) {
  .item_heading_s {
    font-size: max(4vw, 17px);
    margin: 8% auto 3%;
    font-weight: 500;
  }
}

.item_ingredient {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 3%;
}

.item_ingredient.center {
  justify-content: center;
}

.item_ingredient div:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.item_ingredient div {
  width: 19%;
  text-align: center;
  border-radius: 4px;
  padding: 1% 1% 0.6%;
  margin: 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 750px) {
  .item_ingredient div {
    font-size: 2vw;
    padding: 1% 0.5% 0.8%;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 640px) {
  .item_ingredient div {
    width: 32.3%;
    font-size: 14px;
    padding: 1.2% 0.5% 0.7%;
    letter-spacing: 0;
    margin: 0.5%;
  }
}

@media (max-width: 480px) {
  .item_ingredient div {
    width: 30.7%;
    margin: 1.3%;
    padding: 2% 0.5% 1.5%;
  }
}

.item_lead {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .item_lead {
    text-align: justify;
    font-size: max(3vw, 16px);
    padding: 0 3%;
  }
}

.item_detail {
  padding: 0 3.5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.item_detail dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 20%;
  text-align: center;
  margin-bottom: 2px;
  padding: 1.2% 1% 0.8%;
  height: auto;
  box-sizing: border-box;
}

.item_detail dd {
  font-size: 14px;
  width: 80%;
  text-align: justify;
  margin-bottom: 2px;
  padding: 1.2% 2%;
  background: rgba(50, 50, 50, 0.1);
}

.item_detail dd:nth-of-type(even) {
  background: rgba(180, 180, 180, 0.1);
}

.item_fnfc {
  padding: 0 3.5% 1%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.item_fnfc dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  width: 20%;
  text-align: center;
  margin-bottom: 2px;
  padding: 1.8% 1% 1.3%;
  height: auto;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
}

.item_fnfc dd {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  width: 80%;
  text-align: justify;
  margin-bottom: 2px;
  padding: 1.8% 2% 1.2%;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 640px) {
  .item_fnfc dt {
    font-size: 14px;
    padding: 2% 1% 1.5%;
    width: 100px;
  }

  .item_fnfc dd {
    font-size: 14px;
    padding: 2% 2% 1.5%;
    width: calc(100% - 100px);
  }
}

.item_detail dd span {
  font-size: 80%;
  display: inline-block;
  margin-left: -6px;
}

.item_howto {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1% 2%;
  margin: 0 3.5%;
  border-radius: 4px;
}

.item_howto_t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.item_howto_t div:nth-child(1) {
  width: 58%;
}

.item_howto_t div:nth-child(2) {
  width: 40%;
  margin-right: 2%;
}

.item_howto_b {
  width: 53%;
  padding: 2.4% 1% 2% 0.5%;
  font-size: 15px;
  text-align: justify;
}

.item_howto_b2 {
  width: 60%;
  padding: 2.4% 1% 2% 0.5%;
  font-size: 15px;
  text-align: justify;
}

@media (max-width: 640px) {
  .item_howto {
    display: block;
  }

  .item_howto_t {
    min-width: 300px;
    margin-top: 2%;
  }

  .item_howto_b {
    width: 100%;
    padding: 2.4% 1.5% 2%;
  }
  
  .item_howto_b2 {
    width: 100%;
    padding: 2.4% 1.5% 2%;
  }
}

@media (max-width: 480px) {
  .item_howto_t {
    min-width: 280px;
  }

  .item_howto_b {
    font-size: 14px;
  }
  
  .item_howto_b2 {
    font-size: 14px;
  }
}



.footer {
  background: #999;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 3% 0;
}

.footer_link {
  padding: 1% 0;
  color: #fff !important;
}

.footer_link a {
  color: #fff;
}

.copy {
  background: #000;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (max-width: 550px) {
  .footer {
    padding: 2% 0 4%;
  }
  
  .copy {
    padding: 5% 0;
  }
}