@charset "utf-8";
/* CSS Document */

/*//////////////////////////////

           DESK TOP
            COMMON

//////////////////////////////*/
/* ----------BASIC----------- */

#Wrapper div.Container {
    width: 1000px;
}

#Wrapper div.Container h2{
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

#Wrapper h3{
	font-size: 32px;
	margin: 0 auto 0 auto;
	font-weight: bold;
	text-align: center;

}

/* ---------BASIC END--------- */
/* ----------ONTEXT----------- */
#Wrapper .bgbegi,#Wrapper .bgani {
	width: 1000px;
	height: 450px;
	display: block;

}
#Wrapper .ontext {
	width: 60%;
	margin-top: 75px;
	margin-bottom: 75px;
}

#Wrapper .bgbegi{
	background-image: url(../img/begi-bg.gif);
}

#Wrapper .bgani {
    background-image: url(../img/ani-bg.gif);
}
/* --------ONTEXT END--------- */
/* -----------4 CARD---------- */

#Wrapper .bg-beige h3 {
	padding-top: 0px;
	margin: 0px;
}

#Wrapper .bg-beige>div {
	background-repeat: no-repeat;
}
/* ---------4 CARD END-------- */
/* ----------ROUND------------ */
#Wrapper .FoodContainer {
    position: relative;
    height: 1000px; /* コンテナの高さ */
    width: 100%; /* コンテナの横幅 */
    overflow: hidden; /* コンテナからはみ出した要素を隠す */
    z-index: 0;
}

#Wrapper div.round {
    display: inline-block;
    width:640px;
    height: 600px;
    border-radius: 50%;
    z-index: 100;
    padding: 20px 0 ;
}
#Wrapper div.round-body {
    position: absolute;
	top: 30%;
	left: 15%; 
  	background: #f7e2b8;
	background-color: rgba(247, 226, 184, 0.95);
}
#Wrapper div.round-series {
    position: absolute;
	top: 5%;
	right: 15%;
  	background: #f8d899;
	background-color: rgba(248, 216, 153, 0.95);
}
#Wrapper div.round p {
	margin: 15px 0 30px 0;
}
#Wrapper div.round img {
	width: 60%;
	margin:15px auto auto;
} 
#Wrapper .round div {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :600px;
    margin: 0 20px 0 10px;
    text-align:center;
}
@media screen and (max-width: 1600px) {
#Wrapper div.round-body {
    top: 40%;
    left: 5%; 

    }
#Wrapper div.round-series {
    top: 5%;
    right: 5%;
    }
}
@media screen and (max-width: 1450px) {
   /* 横幅が1450px以下の場合に適用するスタイル */
#Wrapper div.round {
    width:540px;
    height: 500px;
}
#Wrapper .round div {
    width :500px;
}

#Wrapper div.round-body {
	top: 40%;
	left: 10%; 

}
#Wrapper div.round-series {
	top: 5%;
	right: 10%;
}
#Wrapper .round div {
    width :500px;
	font-size: 90%;
}
#Wrapper .round div h3 {
	font-size: 24px;
}
#Wrapper .round a.btn_03 {
	width: 60%;		
}
}
/* --------ROUND END---------- */
/* ---------FLOAT BNR--------- */
  	/*-- Safari hack --*/
  _::-webkit-full-page-media, _:future, :root .banner-body{
      width: 300px;
  }

  _::-webkit-full-page-media, _:future, :root #Wrapper .banner .banner-body a.btn_03 {
      width: 100%;
      display: block;
      line-height: 1.8em;
      text-align: center;
  }
  	/*-- Safari hack --*/
/* ---------FLOAT BNR--------- */
/* ----------LOOP PC---------- */
/* PC用のアニメーション背景 */
#Wrapper .loop_wrap_pc {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    z-index: -1;
    position: relative; /* <- 追加または確認 */
}

#Wrapper .loop_wrap_pc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url('../img/pack-bg.png'); /* 高解像度画像 */
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: moveBackgroundLoop 50s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
}

/* アニメーションキーフレームはPC版のみで使う */
@keyframes moveBackgroundLoop {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

#Wrapper .loop_wrap_pc {
    display: block;
}
#Wrapper .loop_wrap_sp {
    display: none;
}
/* ----------LOOP END---------- */
/* -----------T A B----------- */
#Wrapper .tab_area label {
  	width: 20%;
	margin-bottom: 15px;
	display: inline-block;
	padding: 10px 0;
	color: #703018;
	background: #d2b48c;
	text-align: center;
	font-size: 24px;
	border: 0!important;
}
/* ----------TAB END---------- */
/* ---------LINE UP----------- */
#Wrapper .lineup_wrapper {
	border-radius: 15px;
	width: 800px;
	top: 80px;
	padding:25px ;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: rgba(255, 247, 235, 0.8);
}

#Wrapper .lineup_wrapper p {
	margin: 160px auto 50px auto;
	padding: 0 15px;
	text-align: left;
}

#Wrapper .product_logo {
	position: absolute;
	top: -80px;
}

#Wrapper .product_logo img {
	width: 90%;
}

#Wrapper .lineup_dogsup ,
#Wrapper .lineup_dogwild ,
#Wrapper .lineup_dognc ,
#Wrapper .lineup_catwild ,
#Wrapper .lineup_catnc ,
#Wrapper .lineup_catdd {
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 20px;
	margin: 0px;
}

#Wrapper .lineup_dogsup section,
#Wrapper .lineup_dogwild section,
#Wrapper .lineup_dognc section,
#Wrapper .lineup_catnc section,
#Wrapper .lineup_catwild section,
#Wrapper .lineup_catdd section
{
	width: 1000px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Wrapper .lineup_dogsup .btn_03 ,
#Wrapper .lineup_dogwild .btn_03 ,
#Wrapper .lineup_dognc .btn_03 ,
#Wrapper .lineup_catnc .btn_03 ,
#Wrapper .lineup_catwild .btn_03 ,
#Wrapper .lineup_catdd .btn_03 
{
	font-size: 110%;
	font-weight: bold;
}

#Wrapper .btnbox {
	margin-top: 100px;
}

/* -------LINE UP END--------- */
/* ----------YOUTUBE--------- */

#Wrapper section .MainMovie {
    position: relative;
    width: 1180px!important;
    padding-bottom: 664px!important; /* 16:9 = 9 / 16 = 0.5625 */
    height: 0;
    overflow: hidden;
    border-radius: 0;
	margin-top:50px;
}

#Wrapper .Container.Youtube {
    position: relative;
    width: 700px;
    padding-bottom: 395px; /* 16:9 = 9 / 16 = 0.5625 */
    height: 0;
    overflow: hidden;
    border-radius: 0px;
}
#Wrapper .MainMovieSp {
	display: none;
	height: 0px;
}
/* --------YOUTUBE END------- */