._karte-temp-state1__25k4_ > a {
  color: #fff;
  text-decoration: none;
}
.content{
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .content{
    padding-bottom: 20px;
  }
}
#contentsWrap {
  padding-bottom: 0 !important;
}
#contentsWrap * {
  box-sizing: content-box;
}
#contentsWrap.js-noScroll {
  height: 0;
  overflow:hidden;
}
.loading {
  width: 100%;
  height: 83vh;
  bottom: 0;
  position: fixed;
  z-index: 3;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .loading {
    height: 93vh;
  }
  .loading_title {
    width: 74.3vw;
  }
  .loading_title img{
    width: 100%;
    height: auto;
  }
}

.loading_inner {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%,0);
}
.loading_move {
  margin-top: 43px;
  text-align: center;
}
.loading_move span{
  width: 80px;
  height: 80px;
  animation: loading 1.8s;
  animation-iteration-count:infinite;
  border-radius: 50px;
  display: inline-block;
}
.loading_subtitle{
  text-align: center;
  margin-top: 35px;
}
.loading_subtitle img{
  width: auto;
}
@media screen and (max-width: 750px) {
  .loading_move {
    width: 40px;
    margin: 22px auto 0;
  }
  .loading_move span{
    width: 40px;
    height: 40px;
  }
  .loading_subtitle{
    margin-top: 20px;
  }
  .loading_subtitle img{
    width: 60%;
    height: auto;
  }
}

@keyframes loading {
    0% {
        transform: scale(1);
        background: #afe4ee;
    }
    50% {
        transform: scale(0.35);
        background: #5fc9de;
    }
    100% {
        transform: scale(1);
        background: #afe4ee;
    }
}

.contents_inner {
  width: 100%;
  margin: 0 auto;
  background-color: #f4f3ea;
}

.kv {
  width: 100%;
}

.kv_inner {
  width: 100%;
  height: 46.65vw;
  max-height: 610px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kv_inner {
    height: 105vw;
    max-height: auto;
  }
}

.kv_inner img {
  width: auto;
  height: 100%;
}

.kv_txt {
  position: absolute;
  width: 69.54%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  max-width: 929px;
}
@media screen and (max-width: 750px) {
  .kv_txt {
    top: 47%;
    width: 88.8%;
  }
}

.kv_txt img {
  width: 100%;
  height: auto;
}

.kv_bg_animation img{
  height: 46.7vw;
  max-height: 610px;
}
@media screen and (max-width: 750px) {
  .kv_bg_animation img{
    height: 105vw;
    width: auto;
    max-height: auto;
  }
}


.kv_bg_animation {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

/* 1つ目の画像 */
.kv_bg_animation img:first-child {
  -webkit-animation: loop 110s -55s linear infinite;
  animation: loop 110s -55s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.kv_bg_animation img + img {
  -webkit-animation: loop2 110s  linear infinite;
  animation: loop2 110s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%) scale(1.001);
    -ms-transform: translateX(100%) scale(1.001);
    transform: translateX(100%) scale(1.001);
  }
  to {
    -webkit-transform: translateX(-100%) scale(1.001);
    -ms-transform: translateX(-100%) scale(1.001);
    transform: translateX(-100%) scale(1.001);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%) scale(1.001);
    -ms-transform: translateX(100%) scale(1.001);
    transform: translateX(100%) scale(1.001);
  }
  to {
    -webkit-transform: translateX(-100%) scale(1.001);
    -ms-transform: translateX(-100%) scale(1.001);
    transform: translateX(-100%) scale(1.001);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}


.content_list_item {
  opacity: 0;
  transition: .5s;
  transform: translate(0,15%);
}

.content_list_item.js-fadeIn{
  opacity: 1;
  transform: translate(0,0);
}

.kv_read {
  height: 30vw;
  max-height: 600px;
  width: 100%;
  background-color: #5fc9de;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kv_read {
    height: auto;
    max-height: 100%;
  }
}

.kv_read_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/tsunagu/famimog/kitchenaction/img/kv_read_decoration01_pc.png);
  background-position: center top;
}
@media screen and (max-width: 750px) {
  .kv_read_inner {
    position: static;
    width: 100%;
    height: 100%;
    background-image: none;
  }
}


.kv_read::before {
  content: '';
  display: block;
  width: 100%;
  height: 168px;
  position: absolute;
  bottom: -100px;
  background-image: url(/tsunagu/famimog/kitchenaction/img/kv_read_decoration02_pc.png);
  background-repeat: repeat-x;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .kv_read::before {
    background-image: url(/tsunagu/famimog/kitchenaction/img/kv_read_decoration02_sp.png);
    background-size: 90%;
    bottom: -130px;
  }
}
.kv_read::after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -25px;
  background-image: url(/tsunagu/famimog/kitchenaction/img/kv_read_decoration03_pc.png);
  background-repeat: repeat-x;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .kv_read::after {
    background-image: url(/tsunagu/famimog/kitchenaction/img/kv_read_decoration03_sp.png);
    background-size: 90%;
  }
}

.kv_read_txt {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 882px;
  width: 42.8%;
  text-align: center;
  background-color: #5fc9de;
}
@media screen and (max-width: 750px) {
  .kv_read_txt {
    position: static;
    transform: translateX(0);
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.kv_read_txt img {
  width: 100%;
  height: auto;
}

.content {
  margin-top: 100px;
  background-image: url(/tsunagu/famimog/kitchenaction/img/bg_pc01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1120px) {
  .content {
    background-image: url(/tsunagu/famimog/kitchenaction/img/bg_pc02.png);
    background-size: cover;
  }
}

@media screen and (max-width: 750px) {
  .content {
    background-image: url(/tsunagu/famimog/kitchenaction/img/bg_sp.jpg);
    background-size: cover;
    margin-top: 30px;
  }
}

.content_list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 9.22%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .content_list {
    max-width: 100%;
    margin: 0 auto;
    padding: 12% 2.66% 0 5.33%;
  }
}

.content_list::after {
  content: '';
  background-image: url(/tsunagu/famimog/kitchenaction/img/let_pc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 37.92vw;
  height: 16.76vw;
  max-width: 518px;
  max-height: 299px;
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateX(-25%);
}
@media screen and (max-width: 750px) {
  .content_list::after {
    display: none;
  }
}

.content_list_item {
  max-width: 540px;
  width: 47.58%;
}
.supervision{
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .content_list_item {
    max-width: 100%;
    width: 100%;
    height: 66vw;
  }
  .supervision{
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .content li {
    margin-top: 10px;
  }
}

.content_list_item:not(:first-child) {
  margin-top: -15%;
}
@media screen and (max-width: 750px) {
  .content_list_item:not(:first-child) {
    margin-top: 3.66vw;
  }
}


.content_list_item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .content_list_item:nth-child(even) {
    text-align: right;
  }
}

.content_list_item img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .content_list_item img {
    width: auto;
    height: 100%;
  }
}

/* accessibilityNav */
#accessibilityNav {
	position: relative;
}
#accessibilityNav li {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	overflow: hidden;
}