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

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

            TABLET
            COMMON

//////////////////////////////*/
/* ----------BASIC----------- */
#Wrapper div.Container {
    width: 95%;
}

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

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

}
/*-----SP HEADER -----*/
#Wrapper #Spheader{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 15px;
}

#Wrapper #Spheader img{
	margin: auto;
}

#Wrapper #Spheader .Spmenu {
	margin:15px auto auto auto ;
	text-align: center;
}

#Wrapper #Spheader .Spmenu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center; /* 必要なら中央寄せ */
  align-items: center;     /* アイコン縦位置揃え */
}
#Wrapper #Spheader .Spmenu li {
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 0; /* 画像の下に隙間ができないように */
}

#Wrapper #Spheader .Spmenu li:last-child {
	margin: 0;}

#Wrapper #Spheader .Spmenu li a img {
  display: block; /* インライン隙間を消す */
}

/*-----SP HEADER -----*/
/* ---------BASIC END--------- */
/* ----------ONTEXT----------- */
#Wrapper .bgbegi,#Wrapper .bgani {
	width: 100%;
	height: 60%;
	display: block;
	padding: 80px;
}
#Wrapper .ontext {
	width: 85%;
}

#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 {
  background-size: 7px 7px;
  background-image: linear-gradient(
    -45deg,
    #fff7f2, #fff7f2 48.5%,
    #f2cc9d 49.5%, #f2cc9d 50.5%,
    #fff7f2 51.5%, #fff7f2);
	width: 100%;
	height: auto;
	padding:1px;
}
#Wrapper .bg-beige>div {
	background-repeat: repeat-y;
}

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

/* SP用背景コンテナの基本スタイル */
#Wrapper .loop_wrap_sp {
    position: relative; /* 擬似要素の基準となるため必須 */
    top: 0;
    left: 0;
    width: 100%;
    min-height: 500px; /* 例: 最低限の高さ。コンテンツに応じて調整してください */
    overflow: hidden; /* 背景のはみ出しを隠す */
    flex-wrap: wrap; /* コンテンツが折り返すようにする */
    z-index: 0; /* コンテンツが背景の上にくるように調整 */
 /*   background-color: #f0f0f0;  背景画像が見えない場合のフォールバック色 */
    display: flex; /* ★これによって子要素の配置を制御 */
    flex-direction: column; /* ★子要素を縦方向に並べる */
    justify-content: center; /* ★子要素を垂直中央に寄せる */
    align-items: center; /* ★子要素を水平中央に寄せる */
}

/* 背景（擬似要素 ::before を使用） */
#Wrapper .loop_wrap_sp::before {
    content: ''; /* 擬似要素には必須 */
    position: absolute; /* 親要素 .loop_wrap_sp を基準に配置 */
    top: 0;
    left: 0;
    width: 100%; /* 幅は親要素と同じ */
    height: auto; /* 高さはコンテンツに合わせて自動調整、または固定値を設定 */
    min-height: 100%; /* 親要素の高さ以上を確保（縦リピートのため） */
    
    /* ★★★ ここに背景画像を指定してください ★★★ */
    /* 縦にリピートされることを考慮した画像が良いでしょう */
    background-image: url('../img/pack-bg-sp.png'); /* あなたの縦リピート用画像のパスに置き換えてください */
    animation: none;
    background-size: contain; /* 画像全体を表示し、繰り返す（必要に応じて cover や auto に変更） */
    background-repeat: repeat-y; /* 縦方向に画像を繰り返す */
    background-position: top left; /* 初期位置（左上からリピート開始） */

}
#Wrapper .loop_wrap_pc {
    display: none;
}

#Wrapper div.round {
    width: 640px;
    height: 640px;
    border-radius: 50%;
    z-index: 100;
    text-align: center; /* 内部のテキストを中央寄せ */
    box-sizing: border-box; /* パディングとボーダーを幅・高さに含める */
    margin: 20px 0; /* 例: 上下に20pxのマージン */
}
#Wrapper div.round-body {
	background-color: rgba(247, 226, 184, 0.95);
}
#Wrapper div.round-series {
	background-color: rgba(248, 216, 153, 0.95);
}
#Wrapper div.round p {
	margin: 20px auto 20px 0 ;	
}
#Wrapper div.round img {
	width: 60%;
	margin-top: 15px;
	margin: auto;
} 
#Wrapper #Wrapper .round div {
    display: block;
    width :640px;
    margin: 0 auto 10px;
    text-align:center;
}

#Wrapper .round.round-series {
    padding-top: 40px; /* 例: 上からのパディングでコンテンツの位置を調整 */
}

#Wrapper .round.round-body {
    padding-top: 120px; /* 例: 上からのパディングでコンテンツの位置を調整 */
}

#Wrapper .round div p,
#Wrapper .round a.btn_03
{
	font-size: 28px;
}

#Wrapper .round div h3{
	padding:0;
}

#Wrapper .round a.btn_03 {
	width: 75%;
}

/* --------ROUND END---------- */
/* ---------FLOAT BNR--------- */
@media screen and (max-width: 750px) {
    #Wrapper .banner {
        width: 100%;
        margin: 0px;
    }

    #Wrapper .banner-body {
        width: 100%;
        border-radius: 0px;
    }

    #Wrapper .banner-close {
        top: 8px;
        right: 15px;
    }
    #Wrapper .banner-copy-br {
        display: none;
    }
}

  	/*-- 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--------- */

/* -----------T A B----------- */
#Wrapper .tab_area label {
  	width: 40%;
	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: 90%;
	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: 100%;
	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;
	width: 80%;
}

#Wrapper .btnbox {
	margin-top: 100px;
}
/* -------LINE UP END--------- */
/* ----------YOUTUBE--------- */

#Wrapper .Youtube {
    position: relative;
    width: 90%;
    padding-bottom: 50%; /* 16:9 = 9 / 16 = 0.5625 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

#Wrapper .MainMovieSp {
	display: none;
	height: 0px;
}
/* --------YOUTUBE END------- */
