.item_inner {
  max-width: 1120px;
  opacity: 0;
  transition: .5s;
  transform: translate(0,15%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .item_inner {
    width: 100%;
  }
}

img{
  width: 100%;
}

.contents p {
  font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: rgb(31, 31, 31);
  line-height: 1.786;
  text-align: left;
  font-weight: 600;
  letter-spacing : 0.06em 
}

a {
  color: #0799b2;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


.pageheader {
  display: flex;
  justify-content: center;
  background-color: #5fc9de;
}

.pageheader a {
  color: rgb(31, 31, 31);
  text-decoration: underline;
}

.pageheader a:hover {
  text-decoration: none;
}

.pageheader .item_inner {
  position: static;
  opacity: 1;
  transform: translate(0,0);
  align-items: flex-start;
}

.pageheader .photo {
  overflow: hidden;
}

.pageheader .text {
  padding: 7.99999998vw 4.799999988vw;
}

.pageheader .text .subtitle{
  padding: 5.33333332vw 0 0 0;
}

.pageheader .text .subtitle img{
  width: auto;
  height: 22px;
}

.pageheader .text .subtitle img.line2{
  height: 60px;
}

.pageheader .text .lead{
  padding: 5.33333332vw 0 0 0;
}

.pageheader .text .lead p {
  margin-bottom: 1rem;
}

@media screen and (min-width: 751px) {
  .pageheader .item_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .pageheader .photo {
    max-width: 600px;
  }
  .pageheader .text {
    flex: 1;
    padding: 64px 0 0 2.799999988vw;
  }
  .pageheader .text .subtitle{
    padding: 30px 0 0 0;
  }
  .pageheader .text .subtitle img{
    width: auto;
    height: 28px;
  }
  
  .pageheader .text .lead{
    padding:30px 0 0 0;
  }
}

.content {
  background-image: url(/tsunagu/famimog/kitchenaction/img/detail/bg_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  margin-top: -13vw;
  padding-bottom: 8vw;
  position: relative;
}


@media screen and (min-width: 751px) {
  .content {
    background-image: url(/tsunagu/famimog/kitchenaction/img/detail/bg_pc.png);
    margin-top: -7vw;
    background-size: cover;
    background-repeat:repeat-x;
    background-position: top center;
    padding-bottom: 8vw;
  }
}

.content_data .content_data_kv,
.content_data .product,
.content_data .point_box{
  position: relative;
}

.js-fadeIn{
  opacity: 1;
  transform: translate(0,0);
}

.content .item_inner{
  padding-top: 8vw;
}
.content .type02 .item_inner{
  padding-top: 2vw;
}
.content .item:first-child .item_inner{
  padding-top: 24vw;
}

@media screen and (min-width: 751px) {
  .content .item_inner{
    display: flex;
    align-items: center;
    padding-top: 2.8vw; 
    justify-content: center;
  }
  .content .type02 .item_inner{
    padding-top: 2vw;
  }
  .content .item:first-child .item_inner{
    padding-top: 12vw;
  }
}

.content .item {
  width: 100%;
  max-width: 1120px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.content .item .photo img{
  height: 100%;
  width: auto;
}
.content .item .text{
  display: block;
  width: 100%;
  padding: 1.866666662vw 4.799999988vw;
}

@media screen and (min-width: 751px) {
  .content .item .text{
    padding: 1.866666662vw 5px;
    max-width: 470px;
  }
}

.bubble{
  content: '';
  display: block;
  width: 100%;
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line1_sp.png) center center no-repeat;
  background-size: 100%;  
  height: 104px;
}

.bubble p {
  width: 280px;
  padding: 8vw 0;
  margin: 0 auto;
  text-align: center;
}

.bubble p span{
  display: block;
  padding: 4px;
  line-height: 1.4;
}

.type01 .bubble p {
  padding: 18vw 0 6vw 0;
}

.type01 .bubble.bubble_def_line3 p,
.type01 .bubble.bubble_point_line3 p{
  padding: 15.2vw 0 6vw 0;
}

.type01 .bubble.bubble_def_line2 p{
  padding: 13.2vw 0 6vw 0;
}
.type01 .bubble.bubble_point_line2 p{
  padding: 10vw 0 6vw 0;
}
.type01 .bubble.bubble_def_line1 p{
  padding: 15.2vw 0 6vw 0;
}

.type01 .bubble.bubble_point_line1 p{
  padding: 12.2vw 0 6vw 0;
}
.type02 .bubble.bubble_def_line1 p{
  padding: 12.4vw 0 6vw 0;
}

.type02 .bubble.bubble_point_line1 p{
  padding: 7.2vw 0 6vw 0;
}

.type02 .bubble.bubble_point_line2 p{
  padding: 6vw 0 6vw 0;
}


@media screen and (min-width: 751px) {
  .bubble p{
    width: 346px;
    font-size: 22px;
  }
  .bubble p span{
    display: block;
    text-align: center;
    padding: 10px;
  }
  .type01 .bubble p {
    padding: 0 0 0 2vw;
  }
  .type02 .bubble p {
    padding: 0 2vw 0 0;
  }
	.type01 .bubble.bubble_def_line3 p,
	.type01 .bubble.bubble_point_line3 p{
  		padding: 0 0 0 2vw;
	}
  .type01 .bubble.bubble_def_line2 p,
  .type01 .bubble.bubble_def_line1 p{
    padding: 1vw 0 0 2vw;
  }
  .type01 .bubble.bubble_point_line2 p,
  .type01 .bubble.bubble_point_line1 p {
    padding: 0 0 0 2vw;
  }
  .type02 .bubble.bubble_def_line1 p,
  .type02 .bubble.bubble_point_line1 p{
    padding: 0 2vw 0 0;
  }
  .type02 .bubble.bubble_point_line2 p{
    padding: 0 2vw 0 0;
  }
}

.bubble_def_line4,
.bubble_point_line4{
  height: 55.46666653vw;
}

.bubble_def_line3,
.bubble_point_line3{
  height: 40.53333328vw;
}

.bubble_def_line2,
.bubble_point_line2{
  height: 34.34vw;
}

.bubble_def_line1,
.bubble_point_line1{
  height: 34vw;
}

@media screen and (min-width: 751px) {
  .bubble{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .bubble_def_line4,
  .bubble_point_line4{
    height: 334px;
  }
  
  .bubble_def_line3,
  .bubble_point_line3{
    height: 276px;
  }
  
  .bubble_def_line2,
  .bubble_point_line2{
    height: 230px;
  }
  
  .bubble_def_line1,
  .bubble_point_line1{
    height: 190px;
  }
}

.type01 .bubble_point_line4{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line4_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_point_line3{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line3_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_point_line2{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line2_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_point_line1{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line1_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_point_line4{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line4_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_point_line3{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line3_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_point_line2{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line2_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_point_line1{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line1_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_def_line4{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line4_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_def_line3{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line3_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_def_line2{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line2_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type01 .bubble_def_line1{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line1_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_def_line4{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line4_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_def_line3{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line3_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_def_line2{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line2_sp.png) center center no-repeat;
  background-size: 100%;  
}

.type02 .bubble_def_line1{
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line1_sp.png) center center no-repeat;
  background-size: 100%;  
}

@media screen and (min-width: 751px) {
  .type01 .bubble_point_line4{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line4_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_point_line3{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line3_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_point_line2{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line2_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_point_line1{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col2_line1_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_point_line4{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line4_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_point_line3{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line3_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_point_line2{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line2_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_point_line1{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_point_col1_line1_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_def_line4{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line4_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_def_line3{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line3_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_def_line2{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line2_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type01 .bubble_def_line1{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col2_line1_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_def_line4{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line4_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_def_line3{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line3_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_def_line2{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line2_pc.png) center center no-repeat;
    background-size: contain;  
  }
  
  .type02 .bubble_def_line1{
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bubble_def_col1_line1_pc.png) center center no-repeat;
    background-size: contain;  
  }
}

.bubble_title{
  width: 100%;
  max-width: 180px !important;
  margin: 4px auto;
}

.horizontal .photo {
  height: 72vw;
}

.square .photo {
  height: 80vw;
}

.horizontal.large .photo {
  height: 60vw;
}

.vertical .photo {
  height: 80vw;
}

.type01 .photo {
  width: 100%;
  text-align: left;
}

.type02 .photo {
  width: 100%;
  text-align: right;
}

.type03 .photo {
  width: 100%;
  text-align: center;
  padding: 0 4.799999988vw;
}

@media screen and (min-width: 751px) {
  .bubble_title{
    width: 100%;
    max-width: 274px !important;
    margin: 10px auto;
  }
  .horizontal .photo {
    width: auto;
    height: 52vw;
    max-height: 480px;
  }
  .horizontal.large .photo {
    height: 24vw;
    max-height: 426px;
  }

  .square .photo {
    width: auto;
    height: 52vw;
    max-height: 540px;
  }
  
  .vertical .photo {
    width: auto;
    height: 60vw;
    max-height: 600px;
  }
}

.content_data{
  background-color: #f5f4eb;
  margin-top: 10.66666664vw;
  padding: 4vw 0 8vw;
  position: relative;
}

.content_data::before{
  display: block;
  width: 100%;
  height: 50px;
  content:'';
  background: url(/tsunagu/famimog/kitchenaction/img/detail/bg_bottom_sp.png) center 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -50px;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .content_data{
    background-color: #f5f4eb;
    margin-top: 0;
    padding: 0 0 8vw;
  }
  .content_data::before{
    display: block;
    width: 100%;
    height: 72px;
    content:'';
    background: url(/tsunagu/famimog/kitchenaction/img/detail/bg_bottom_pc.png) center 0 repeat-x;
    background-size: cover;
    position: absolute;
    top: -72px;
    padding: 0;
  }
}

.content_data_kv{
  display: flex;
  justify-content: center;
  padding: 0 4.799999988vw;
}

.content_data_kv .item_inner{
  justify-content: center;
}

.content_data_kv.vertical img {
  width: auto;
  height: 80vw;
}

.product{
  margin: 6.933333316vw 0 0 0;
  padding: 0 4.799999988vw;
}

.point_box{
  margin: 12.933333316vw 0 0 0;
  padding: 0 4.799999988vw;
}

@media screen and (min-width: 751px) {
  .content_data_kv{
    max-width: 660px;
    padding: 0;
    margin: 0 auto;
  }
  .content_data_kv.vertical img {
    height: 60vw;
    max-height: 600px;
  }
  .product {
    margin: 52px auto 0;
    max-width: 960px;
  }
  
  .point_box{
    margin: 80px auto 0 auto;
    max-width: 960px;
  }
}

.product .item_inner {
  border:  2px solid rgb(255, 233, 0);
  border-radius: 10px;
  background-color: rgb(252, 250, 225);
  padding: 5.33333332vw;
}

.product h3{
  font-size: 106.666664%;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 8px;
}

.product p{
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 8px;
}

@media screen and (min-width: 751px) {
  .product .item_inner {
    padding:40px 48px;
    width: auto;
  }
  
  .product h3{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .product h3 img{
    height: 52px;
  }
  
  .product p{
    font-weight: 400;
  }
}

.point_box .item_inner{
  border-radius: 10px;
  background-color: rgb(252, 255, 255);
  padding: 4.266666666666667vw;
  position: relative;
}

.point_box .item_inner h2{
  margin-top: -10vw;
}

.point_box .item_inner p {
  display: block;
  width: 100%;
  padding: 4.266666666666667vw 0 0;
  font-weight: 400;
}

.point_box .item_inner ul {
  display: block;
  width: 100%;
  padding: 4.266666666666667vw 0 0;
  font-weight: 400;
  margin-left: 1.2em;
}

.point_box .item_inner ul li{
  list-style: disc;
  padding: 5px 0;
}

@media screen and (min-width: 751px) {
  .point_box .item_inner{
    padding: 48px;
    position: relative;
    width: auto;
  }
  
  .point_box .item_inner h2{
    margin: -96px auto 0 auto;
  }
  
  .point_box .item_inner p {
    display: block;
    width: 100%;
    padding: 32px 0 0;
    font-weight: 400;
  }
  
  .point_box .item_inner ul {
    display: block;
    width: 100%;
    padding: 32px 0 0;
    font-weight: 400;
  }
  
  .point_box .item_inner ul li{
    list-style: disc;
    padding: 5px 0;
  }
}

.info {
  display: flex;
}
.info .photo{
  width: 52px;
}
.info .photo02{
  margin-left: 10px;
}
.info .text{
  padding: 1rem;
}
@media screen and (max-width: 750px){ 
  .info {
    display: block;
  }
  .info .photo{
    display: inline-block;
    width: 15%;
  }
  .info .text{
    padding: 1rem 0;
  }
}
@media screen and (min-width: 751px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 750px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.align_text_center{
  text-align: center !important;
}

.align_text_left{
  text-align: left !important;
}

.align_text_right{
  text-align: right !important;
}

.arr_link::before {
  content:'';
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0799b2;
  margin-right: 6px;
}

@media screen and (min-width:751px) and ( max-width:1119px) {
  .pageheader .item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
  }
  .pageheader .photo {
    width: 60%;
  }
  .pageheader .text {
    flex: 1;
    padding: 3vw 2.799999988vw 0;
  }
  .pageheader .text .subtitle {
    padding: 3.2vw 0 0 0;
  }
  .pageheader .text .subtitle img {
    width: auto;
    height: 2.1vw;
  }
  .pageheader .text .lead {
    padding: 3.2vw 0 0 0;
  }
  .pageheader .text .lead p {
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 1.4 !important;
  }
  .pageheader .text .subtitle img.line2 {
    height: 6vw;
  }
  .content .item_inner {
    flex-direction: row;
  }
  .content .item .text {
    max-width: 380px;
  }
  .content .item . photo {
    flex: 1;
  }
  .bubble_def_line4, .bubble_point_line4 {
    height: 334px;
  }
  .bubble p span {
    padding: 10px 5vw;
  }
  .bubble p {
    font-size: 18px;
  } 
  .bubble_title {
    max-width: 220px !important;
  }
  .type02 .bubble p {
    padding: 0 3vw 0 0;
  }
  .type02 .bubble.bubble_point_line2 p {
    padding: 0 3vw 0 0;
  }
  .horizontal .photo {
    height: 32vw;
  }
  .horizontal.large .photo {
    height: 28vw;
  }
  .vertical .photo {
    width: auto;
    height: 44vw;
    max-height: 600px;
  }
  .square .photo {
    height: 40vw;
  }
}