
:root {
    --c-1: #e05e3a;
    --c-2: #ccb689;
    --moku:#1286d3;
    --hi:#e65866;
    --do:#daa225;
    --kin:#b3a6a1;
    --sui:#526678;
    --bath: #678c00;
    --sup:#bda500;
    --exg:#de8001;
    --red: #c32f3d;
    --bg: #f1efed;
    --bg-1:#92ADBF;
    --bg-2:#d6e0e8;
    --btn:#696969;
  }
  
#frozen-dogfood .main_mv {
  padding: 80px 0 0 0;
}
#frozen-dogfood .main_mv .img img {
  max-width: 1500px;
}
@media (max-width: 768px) {
  #frozen-dogfood .main_mv {
    padding: 5px 0 0 0;
  }
}
#frozen-dogfood .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#frozen-dogfood .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#frozen-dogfood .point {
  position: relative;
  padding: 50px 0 10px 0;
}
#frozen-dogfood .point:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#frozen-dogfood .point .point_01 {
  margin: 0 0 150px 0;
}
#frozen-dogfood .point .point_02 {
  margin: 0 0 100px 0;
}
#frozen-dogfood .point .title_main {
  text-align: center;
}
#frozen-dogfood .point .title_main .red {
  font-size: 3em;
}
#frozen-dogfood .point .title_main .red .t-1 {
  font-size: 1.4em;
}
#frozen-dogfood .point .title_main .red .t-2 {
  font-size: 0.8em;
}
#frozen-dogfood .point .title_set {
  position: relative;
  background: var(--red);
  color: #fff;
  text-align: center;
  margin: 50px 0 100px 0;
  padding: 30px 0;
}
#frozen-dogfood .point .title_set:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: var(--red) transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#frozen-dogfood .point .title_set .point_img {
  position: absolute;
  width: 180px;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
#frozen-dogfood .point .title_set .title {
  font-size: 2.2em;
}
#frozen-dogfood .point .maru_set {
  text-align: center;
  font-size: 1.3em;
  margin: 50px 0;
}
#frozen-dogfood .point .maru_set .maru {
  display: inline-block;
  border: 1px solid var(--c-1);
  border-radius: 100px;
  font-size: 1.5em;
  padding: 5px 40px;
  margin: 15px 0;
}
#frozen-dogfood .point .maru_set .mini {
  font-size: 0.6em;
}
#frozen-dogfood .point .list_check {
  text-align: center;
}
#frozen-dogfood .point .list_check ul {
  display: inline-block;
  text-align: left;
}
#frozen-dogfood .point .list_check ul li {
  border-bottom: 1px dashed var(--boder-bottom);
  padding: 10px 5px 10px 40px;
  font-size: 1.3em;
  position: relative;
}
#frozen-dogfood .point .list_check ul li:before {
  content: "";
  background: url(/goods/frozen-dogfood/61110201/check.png) no-repeat scroll center center/cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#frozen-dogfood .point .list_check ul li:last-child {
  border: none;
}
#frozen-dogfood .point .list_food {
  margin: 50px 0 100px 0;
}
#frozen-dogfood .point .list_food ul {
  display: flex;
}
#frozen-dogfood .point .list_food ul li {
  width: 100%;
}
#frozen-dogfood .point .list_food ul li .img {
  text-align: center;
}
#frozen-dogfood .point .list_food ul li .img img {
  width: 80%;
}
#frozen-dogfood .point .list_food ul li .text p {
  text-align: left;
}
#frozen-dogfood .point .list_food ul li .text p b {
  margin: 20px 0;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
}
#frozen-dogfood .point .list_food .food_bottom {
  width: 80%;
  margin: auto;
}
#frozen-dogfood .point .fl {
  width: 700px;
  margin: auto;
  grid-gap: 50px;
}
#frozen-dogfood .point .fl p {
  line-height: 2;
}
#frozen-dogfood .point .point_02_img {
  background: url(/goods/frozen-dogfood/61110201/point_img_0201.jpg) no-repeat scroll center center/cover;
  height: 600px;
}
#frozen-dogfood .point .point_02_img .text {
  width: 500px;
  margin: 70px 0 0 0;
  display: inline-block;
}
#frozen-dogfood .point .point_03_img {
  background: url(/goods/frozen-dogfood/61110201/point_img_0301.jpg) no-repeat scroll center center/cover;
  height: 500px;
}
#frozen-dogfood .point .point_03_img .text {
  width: 540px;
  margin: 70px 0 0 0;
  display: inline-block;
}
@media (max-width: 768px) {
  #frozen-dogfood .point {
    padding: 30px 0 10px 0;
  }
  #frozen-dogfood .point .title_main {
    padding: 10px 0;
    margin: 20px 0;
  }
  #frozen-dogfood .point .title_main .red {
    font-size: 2em;
  }
  #frozen-dogfood .point .title_set {
    margin: 70px 0 30px 0;
    padding: 15px 0;
  }
  #frozen-dogfood .point .title_set:before {
    border-width: 15px 20px 0 20px;
    border-color: var(--red) transparent transparent transparent;
    bottom: -15px;
  }
  #frozen-dogfood .point .title_set .point_img {
    width: 120px;
    top: -50px;
  }
  #frozen-dogfood .point .title_set .title {
    font-size: 1.2em;
  }
  #frozen-dogfood .point .maru_set {
    margin: 20px 0;
    font-size: 1.1em;
  }
  #frozen-dogfood .point .maru_set .maru {
    font-size: 1.2em;
    padding: 5px 15px;
    margin: 10px 0;
  }
  #frozen-dogfood .point .list_check ul li {
    font-size: 1.1em;
    line-height: 1.3;
  }
  #frozen-dogfood .point .list_check ul li:before {
    width: 25px;
    height: 23px;
  }
  #frozen-dogfood .point .list_food {
    margin: 30px 0;
  }
  #frozen-dogfood .point .list_food ul {
    display: block;
    margin: 0 0 30px 0;
  }
  #frozen-dogfood .point .list_food ul li .img img {
    width: 50%;
  }
  #frozen-dogfood .point .list_food ul li .text p {
    text-align: left;
    display: flex;
    justify-content: center;
  }
  #frozen-dogfood .point .list_food ul li .text p b {
    margin: 15px 0 5px 0;
  }
  #frozen-dogfood .point .list_food ul li + li {
    /*margin-top: 30px;*/
  }
  #frozen-dogfood .point .list_food .food_bottom {
    width: 100%;
  }
  #frozen-dogfood .point .fl {
    width: 100%;
  }
  #frozen-dogfood .point .fl .img {
    text-align: center;
    margin: 0 0 20px 0;
  }
  #frozen-dogfood .point .fl .img img {
    width: 60%;
  }
  #frozen-dogfood .point .point_02_img {
    height: 200px;
  }
  #frozen-dogfood .point .point_02_img .text {
    width: 100%;
    margin: 12px 0 0 0;
  }
  #frozen-dogfood .point .point_02_img .text img {
    width: auto;
    height: 170px;
  }
  #frozen-dogfood .point .point_03_img {
    height: 200px;
  }
  #frozen-dogfood .point .point_03_img .text {
    width: 70%;
    margin: 25px 0 0 0;
  }
  #frozen-dogfood .point .point_03_img .text .img {
    width: 70%;
  }
  #frozen-dogfood .point .point_01 {
    margin: 0 0 70px 0;
  }
  #frozen-dogfood .point .point_02 {
    margin: 0 0 30px 0;
  }
}


#frozen-dogfood .howto2 .list_food ul {
  display: flex;
  gap: 15px;
}
#frozen-dogfood .howto2 .list_food ul li {
  width: 100%;
}
#frozen-dogfood .howto2 .list_food ul li .img {
  text-align: center;
}
#frozen-dogfood .howto2 .list_food ul li .img img {
  width: 100%;
}
#frozen-dogfood .howto2 .list_food ul li .text p {
  text-align: left;
}
#frozen-dogfood .howto2 .list_food ul li .text p b {
  margin: 20px 0;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 768px) {
  #frozen-dogfood .point .list_food ul {
    display: grid;
    margin: 0 0 30px 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #frozen-dogfood .point .list_food ul li .img img {
    width: 50%;
  }
  #frozen-dogfood .howto2 .list_food ul li .text p {
    text-align: left;
    font-size: 0.8em;
    margin-top: 3%;
  }
  #frozen-dogfood .point .list_food ul li .text p b {
    margin: 15px 0 5px 0;
    font-size: 0.8em;
  }
  #frozen-dogfood .howto .howto img {
    margin-bottom: 3%;
  }
  #frozen-dogfood .day_area .balloon_box  p {
    margin-bottom: 3%;
  }
}


#frozen-dogfood .balloon_box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    margin: 20px;
}

#frozen-dogfood .question {
  position: relative;
  padding: 200px 0 0 0;
}
#frozen-dogfood .question:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: var(--bg) transparent transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#frozen-dogfood .question .main_title {
  position: relative;
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 2.2em;
}
#frozen-dogfood .question .main_title img {
  width: 220px;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
#frozen-dogfood .question .question_img {
  background: url(/goods/frozen-dogfood/61110201/point_img_0302.jpg) no-repeat scroll center center/cover;
  height: 400px;
}
#frozen-dogfood .question .question_img .inner {
  position: relative;
  height: 100%;
}
#frozen-dogfood .question .question_img ul {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0 0 0 20%;
}
#frozen-dogfood .question .question_img li {
  position: relative;
  font-size: 1.4em;
  line-height: 1.5;
  padding: 10px 0 10px 33px;
}
#frozen-dogfood .question .question_img li:before {
  content: "";
  background: url(/goods/frozen-dogfood/61110201/check.png) no-repeat scroll center center/cover;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 13px;
}
#frozen-dogfood .question .fukidashi {
  margin-top: 50px;
  display: inline-block;
  background: var(--bg);
  font-size: 1.8em;
  border-radius: 100px;
  margin: 80px 0 40px 0;
  padding: 10px 20px;
  position: relative;
}
#frozen-dogfood .question .fukidashi:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--bg) transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#frozen-dogfood .question .graph {
  border: 1px solid var(--c-1);
  text-align: center;
  position: relative;
  margin: 100px 0 0 0;
  padding: 50px 0;
}
#frozen-dogfood .question .graph .title {
  background: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4em;
  white-space: nowrap;
  padding: 10px 40px;
  text-align: left;
}
#frozen-dogfood .question .graph .title:before, #frozen-dogfood .question .graph .title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
  display: inline-block;
}
#frozen-dogfood .question .graph .title:before {
  border: solid var(--c-1);
  border-width: 1px 0 1px 1px;
  left: 0;
}
#frozen-dogfood .question .graph .title:after {
  border: solid var(--c-1);
  border-width: 1px 1px 1px 0;
  right: 0;
}
#frozen-dogfood .question .graph .title img {
  width: 40px;
}
#frozen-dogfood .question .graph .title .oreng,
#frozen-dogfood .question .graph .title .green {
  position: relative;
  padding: 0 0 0 30px;
}
#frozen-dogfood .question .graph .title .oreng:before,
#frozen-dogfood .question .graph .title .green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  top: -5px;
}
#frozen-dogfood .question .graph .title .oreng:before {
  background: url(/goods/frozen-dogfood/61110201/point_icon_01.jpg) no-repeat scroll center center/95% auto;
}
#frozen-dogfood .question .graph .title .green:before {
  background: url(/goods/frozen-dogfood/61110201/point_icon_02.jpg) no-repeat scroll center center/85% auto;
}
#frozen-dogfood .question .graph .oreng {
  color: #e57700;
  font-size: 1.4em;
}
#frozen-dogfood .question .graph .green {
  color: #69bf47;
  font-size: 1.4em;
}
#frozen-dogfood .question .graph .img {
  width: 70%;
  margin: 80px auto 30px;
}
#frozen-dogfood .question .graph .data {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  #frozen-dogfood .question {
    padding: 120px 0 0 0;
  }
  #frozen-dogfood .question .main_title {
    top: -50px;
    font-size: 1.4em;
    margin: 30px 0 0 0;
  }
  #frozen-dogfood .question .main_title img {
    width: 140px;
    top: -40px;
  }
  #frozen-dogfood .question .question_img {
    height: 220px;
  }
  #frozen-dogfood .question .question_img ul {
    margin: 0 0 0 5%;
  }
  #frozen-dogfood .question .question_img ul li {
    font-size: 1.1em;
    padding: 5px 0 5px 30px;
  }
  #frozen-dogfood .question .question_img ul li:before {
    top: 5px;
  }
  #frozen-dogfood .question .fukidashi {
    font-size: 1.1em;
    margin: 30px 0;
    padding: 10px 10px;
  }
  #frozen-dogfood .question .graph {
    margin: 50px 0 0 0;
    padding: 30px 5%;
  }
  #frozen-dogfood .question .graph .title {
    font-size: 1em;
    position: inherit;
    top: 0;
    text-align: center;
  }
  #frozen-dogfood .question .graph .title div {
    display: inline-block;
    text-align: left;
    padding: 0 0 0 30px;
  }
  #frozen-dogfood .question .graph .title .oreng,
  #frozen-dogfood .question .graph .title .green {
    padding: 0;
  }
  #frozen-dogfood .question .graph .title .oreng:before,
  #frozen-dogfood .question .graph .title .green:before {
    width: 30px;
    height: 30px;
    left: -30px;
  }
  #frozen-dogfood .question .graph .oreng {
    font-size: 1.2em;
  }
  #frozen-dogfood .question .graph .green {
    font-size: 1.2em;
  }
  #frozen-dogfood .question .graph .img {
    width: 100%;
    margin: 20px 0;
  }
}

#frozen-dogfood .important_list { 
  display: flex;
  text-align: center;
  align-items: flex-end;
}

#frozen-dogfood .important_list ul li { 
  width: 100%;
}

#frozen-dogfood .important_list img {
  width: 120px;
  text-align: center;
}
#frozen-dogfood .important_list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4em;
}

#frozen-dogfood .important_list .text {
  text-align: left;
}

#frozen-dogfood .important_list .minimini {
  margin-top:;
}

@media (max-width: 768px) {
  #frozen-dogfood .important_list { 
    display: block;
  }
  #frozen-dogfood .important_list img {
    width: 30px;
    text-align: center;
  }
  #frozen-dogfood .important_list .title {
    margin: 20px 0 10px;
    text-align: center;
    font-size: 1em;
  }
  #frozen-dogfood .important_list .minimini {
    font-size: 1em;
  }
  #frozen-dogfood .important_list .text {
    text-align: left;
    margin-bottom: 30px
  }
  
}


#frozen-dogfood .product_link {
  background: ;
}
#frozen-dogfood .product_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#frozen-dogfood .product_link li a {
  display: flex;
  align-items: center;
  padding: 10px; 
}
#frozen-dogfood .product_link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#frozen-dogfood .product_link li a:hover .img img {
  transform: scale(1.05);
}
#frozen-dogfood .product_link li a .name {
  font-size: 1.5em;
}


#frozen-dogfood .product_link li a .img {
  text-align: center;
}
#frozen-dogfood .product_link li a .img img {
  width: 70%;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#frozen-dogfood .product_link li:nth-child(1) a .name {
  color: var(--c-1);
}

#frozen-dogfood .product_link li:nth-child(2) a .name {
  color: var(--exg);
}

#frozen-dogfood .product_link li:nth-child(3) a .name {
  color: var(--bath);
}

#frozen-dogfood .product_link li:nth-child(4) a .name {
  color: var(--sup);
}


@media (max-width: 768px) {
  #frozen-dogfood .product_link .inner {
    padding: 0 5%;
  }
  #frozen-dogfood .product_link ul {
    display: block;
  }
  #frozen-dogfood .product_link ul li a {
    padding: 0px;
  }
  #frozen-dogfood .product_link ul li a .img {
    width: 60%;
    padding: 2% 0;
  }
  #frozen-dogfood .product_link ul li a .text {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  #frozen-dogfood .about_food3 .text {
    margin-top: 40px;
  }
}








#frozen-dogfood .faq {
  margin: 80px 0;
}
#frozen-dogfood .faq .inner {
  background: var(--bg);
  padding: 50px 80px;
}
#frozen-dogfood .faq .main_title {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
#frozen-dogfood .faq .main_title:before {
  content: "";
  position: absolute;
  background: var(--c-1);
  width: 60px;
  height: 2px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
#frozen-dogfood .faq .accordion dt,
#frozen-dogfood .faq .accordion dd {
  position: relative;
}
#frozen-dogfood .faq .accordion dt {
  font-size: 1.2em;
  margin: 20px 0 0 0;
  padding: 25px 50px;
  cursor: pointer;
  transition: all 300ms linear;
  background: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #frozen-dogfood .faq .accordion dt {
    font-size: 1em;
    line-height: 1.3;
    padding: 15px 35px;
    margin: 10px 0 0 0;
  }
}
#frozen-dogfood .faq .accordion dt:before, #frozen-dogfood .faq .accordion dt:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  right: 25px;
  top: 50%;
  background: var(--c-1);
}
@media (max-width: 768px) {
  #frozen-dogfood .faq .accordion dt:before, #frozen-dogfood .faq .accordion dt:after {
    right: 15px;
  }
}
#frozen-dogfood .faq .accordion dt:before {
  transform: translateY(-50%);
}
#frozen-dogfood .faq .accordion dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#frozen-dogfood .faq .accordion dt.open:after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
#frozen-dogfood .faq .accordion dt:hover {
  background: rgba(255, 255, 255, 0.8);
}
#frozen-dogfood .faq .accordion dd {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  #frozen-dogfood .faq .accordion dd {
    padding: 0;
  }
}
#frozen-dogfood .faq .accordion .dd {
  padding: 25px;
  border-top: 1px dashed var(--c-2);
}
@media (max-width: 768px) {
  #frozen-dogfood .faq .accordion .dd {
    padding: 10px 5%;
  }
}
#frozen-dogfood .faq .accordion .i {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 26px;
  color: var(--c-1);
}
@media (max-width: 768px) {
  #frozen-dogfood .faq .accordion .i {
    font-size: 20px;
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  #frozen-dogfood .faq {
    margin: 30px 0;
  }
  #frozen-dogfood .faq .inner {
    padding: 30px 5%;
  }
}
#frozen-dogfood .item_link {
  background: ;
}
#frozen-dogfood .item_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#frozen-dogfood .item_link li a {
  display: flex;
  align-items: center;
  /*padding: 30px 20px;*/
}
#frozen-dogfood .item_link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#frozen-dogfood .item_link li a:hover .img img {
  transform: scale(1.05);
}
#frozen-dogfood .item_link li a .name {
  font-size: 1.2em;
}


#frozen-dogfood .item_link li a .img {
  text-align: center;
}
#frozen-dogfood .item_link li a .img img {
  width: 70%;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#frozen-dogfood .item_link li:nth-child(1) a .name {
  color: var(--moku);
}

#frozen-dogfood .item_link li:nth-child(2) a .name {
  color: var(--hi);
}

#frozen-dogfood .item_link li:nth-child(3) a .name {
  color: var(--do);
}

#frozen-dogfood .item_link li:nth-child(4) a .name {
  color: var(--kin);
}

#frozen-dogfood .item_link li:nth-child(5) a .name {
  color: var(--sui);
}
@media (max-width: 768px) {
  #frozen-dogfood .item_link .inner {
    padding: 0;
  }
  #frozen-dogfood .item_link ul {
    display: block;
  }
  #frozen-dogfood .item_link ul li a {
    padding: 0px 5%;
  }
  #frozen-dogfood .item_link ul li a .img {
    width: 120px;
  }
  #frozen-dogfood .item_link ul li a .text {
    font-size: 0.8em;
  }
}

#frozen-dogfood .item .sozai_title {
  display: flex;
  justify-content: left;
  grid-gap: 20px;
  align-items: center;
  margin: 0 0 40px 0;
  height: 90px;
}

#frozen-dogfood .item .sozai_title .i {
  position: relative;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2;
  text-align: center;
  width: 25%;
}

#frozen-dogfood .item .sozai_title  .i:before {
  content: "";
  position: absolute;
  left: 48%;
  top: 48%;
  transform: translate(-50%, -50%);
  background: var(--kin);
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

#frozen-dogfood .item .sozai_title .i span {
  position: relative;
  z-index: 1;
}

#frozen-dogfood .item .sozai_title .t {
  text-align: left;
}

#frozen-dogfood .item .osusume li {
  position: relative;
  padding: 30px 20px 20px 25px;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
  text-align: left;
}

#frozen-dogfood .seibunhyou th {
  background-color: var(--bg-2);
  font-weight: normal;
  padding: 20px 30px;
  text-align: center;
  border: solid 2px;
  border-color: var(--bg-2) #ffffff;
}



@media (max-width: 768px) {
  #frozen-dogfood .item .sozai_title {
      height: 50px;
  }

  #frozen-dogfood .item .sozai_title .i {
      position: relative;
      color: #fff;
      font-size: 1.2em;
      line-height: 1.2;
      text-align: center;
      width: 25%;
  }

  #frozen-dogfood .item .sozai_title .i:before {
      width: 75px;
      height: 75px;
  }

  #frozen-dogfood .item .osusume li {
      padding: 15px 0 15px 0;
      border-bottom: 1px dashed #ccc;
      font-size: 1em;
  }

  #frozen-dogfood .seibunhyou th {
      background-color: var(--bg-2);
      font-weight: normal;
      padding: 8px 28px;
      text-align: center;
      border: solid 2px;
      border-color: #ffffff;
      display: block;
  }
}

#frozen-dogfood table {
  width: 100%;
}

#frozen-dogfood .seibunhyou td {
  background-color: #eeeeee;
  color: #6f6f6f;
  padding: 20px 30px;
}

/*# check */
#frozen-dogfood .check .botan_area {
  width: 400px;
  text-align: center;
  margin: auto;
}

#frozen-dogfood .check .btn_area .btn {
  padding: 18px 0;
  font-size: 1.5em;
  display: block;
  margin: 40px 0 0 0;
  position: relative;
  transition: 0.3s;
  border-radius: 100px;
}

#frozen-dogfood .check .btn_area .btn img {
  position: absolute;
  right: 6.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#frozen-dogfood .check .btn_area .btn:hover img {
  right: 6%;
}

#frozen-dogfood .check .btn_area .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  background: #BCCBD9;
  border-radius: 100px;
}

#frozen-dogfood .check .btn_area .btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#frozen-dogfood .check .btn_area .btn span {
  position: relative;
  z-index: 1;
}

#frozen-dogfood .check .btn_01 .btn {
  background: #91ADC2;
  color: #ffff;
}

.btn_01 .btn:before {
  background: #BCCBD9;
}


#frozen-dogfood .column { margin: 0 0 50px;}
 #frozen-dogfood .column h2 { text-align: center; margin: 0 0 60px;}
 #frozen-dogfood .column ul { display: grid; grid-template-columns: 1fr 1fr 1fr;}
 #frozen-dogfood .column li { padding: 25px; margin: 0 30px 30px 0; background: #f1efed;}
 #frozen-dogfood .column li:nth-child(3n) { margin-right: 0;}
 #frozen-dogfood .column li a { display: block;}
 #frozen-dogfood .column li a:hover { text-decoration: none; opacity: .8;}
 #frozen-dogfood .column li .img { margin: 0 0 10px;}
 #frozen-dogfood .column li .text { font-size: 16px;}



 @media (max-width: 768px) {
 #frozen-dogfood .column { margin: 0 0 50px;}
 #frozen-dogfood .column ul { display: block;}
 #frozen-dogfood .column h2 { margin: 0 0 30px;}
 #frozen-dogfood .column h2 img { width: 30.3%;}
 #frozen-dogfood .column li { padding: 20px; margin: 0 15px 25px; background: #f1efed;}
 #frozen-dogfood .column li:last-child { margin-bottom: 0;}
 #frozen-dogfood .column li a { display: block; text-decoration: none;}
 #frozen-dogfood .column li .img { margin: 0 0 12px;}
 }




 #frozen-dogfood .down {
  display: inline-block;
  vertical-align: middle;
  color: #b7b6b6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: relative;
  left: 70px;
}

@media (max-width: 768px) {
  #frozen-dogfood .down {
    left: 50px;
  }


/*# sourceMappingURL=original.css.map */