body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    margin: 0;
}

.font_bold{
    font-weight: bold;
}


a {
color:black;
text-decoration:none;
}

.clear {
	clear: both;
}

li {
margin-left: -20px;
list-style-type: none;
}

.center{
    text-align: center;
    margin: 0 auto;
}

.right{
    text-align: right;
}

ruby rt{
    font-size: x-small;
}

/*------- スライドアニメーション design -------*/

.box p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box p.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}

.box_right p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box_right p.move {
  -webkit-transform: translate(30px, 0);
  opacity: 0;
}

/*------- outbox design -------*/

.outbox_index{
	max-width: 100%;
	width: 90%;
	margin: 0 auto;

}

/*------- outbox sec design -------*/

.sec_menu{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: small;
    text-align: center;
}


/*------- sec_menu animation btn design -------*/

.sec_menu a{
	display: inline-block;
	position: relative;
	color: #333;
 	text-decoration: none;
}
.sec_menu a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: rgba(238,133,154,1);
	transform: scale(0, 1);
	transition: 0.4s;
}
.sec_menu a:hover:before {
	transform: scale(1);
}

.current_menu{
    background-color: white;
    border-radius: 15px;
    padding: 7px 15px;
}

/*------- sec01 animation btn design end -------*/

.sec01_bg2{
    width: 100%;
    height: 100vh;
    background-image: url(../img/pixta_49166867_1440px.jpg);
    background-attachment: fixed;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prod_sec01{
    width: 100%;
    height: 110vh;
    background-image: url(../img/milkproduct_sec01_BG_2024_Ver1.png);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
}

.sec01_rogo{
    height: 30px;
    padding-top: 40px;
    text-align: center;
}

.sec01_rogo img{
    width: 30%;
}

.sec01_rogo img:hover{
    transform:rotate(-2deg);
    transition: 1s; 
}

.sec01_box{
    margin-top: 80px;
}

    
.prod_sec01_copy{
    margin-top: 80px;
}

.prod_sec02{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background:none;
    margin-top: 70px;
}

.prod_sec02_title_01{
    margin-top: 100px;
    margin-left: 20px;
}

.prod_sec02_title_02{
    text-align: center;
    margin: 0 auto;
}

prod_sec02_title_02 img{
    text-align: center;
    margin: 0 auto;
}

.sec02_zu{
    text-align: center;
    margin-top: 2%;
}

.sec02_zu img{
    width: 50%;
}

.prod_sec03{
    max-width: 100%;
    width: 100vw;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.sec03 p{
    color: #555;
}

.sec03_title{
    margin-top:60%;
}

.prod_sec04{
    text-align: center;
    margin-top: 100px;
}


.sec04 p{
    color: #555;
}

.sec04_title{
    margin-top:40%;
}

.prod_form_box{
    width: 50%;
    margin: 0 auto;
}

.souryou_link{
    color: royalblue;
    font-size: small;
}

.souryou_link:hover{
    opacity: 0.7;
}


.prod_Description{
    width: 90%;
    font-size: small;
    text-align: justify;
    margin: 20px 0;
    margin: 0 auto;
}

.prod_Description_attention{
    padding: 0.5em 1em;
    margin-top: 10px;
    color: #2c2c2f;
    background: #efefef;/*背景色*/
}

.prod_Description_attention p{
    margin: 0; 
    padding: 0;
}

.zeikomi{
    display: block;
    width: 90%;
    border: solid thin rgba(253,103,127,1);
    border-radius: 7px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
}

.zeikomi p{
    color:rgba(253,103,127,1);
}


/*------- table design end -------*/

.prod_table{
    border-radius: 7px;
}


/*------- sec01 animation btn design end -------*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
}

 

#pageTop i {
  padding-top: 2px;
    padding-right: 7px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgba(253,103,127,1);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*------- stab design -------*/

.stab{
    width: 1030px;
	margin: 0 auto;
    margin-top: 50px;
    margin-left: -30px;
}


.qanda_scroll_arrow_up{
	position:fixed;
	text-align: right;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 0px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}


/*------- fade -------*/
#fade{
    display:none;
}

/*------- fade_in -------*/
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 70px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*------- unidare_main -------*/

.package img:hover{
    animation: kaiten15 2s;
    text-align: center;
}

@keyframes kaiten15 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-15deg); }
100% { transform: rotate(0deg); }
}



/*------- smallrogo -------*/

.smallrogo{
    position: fixed;
    top:20px;
    right:40px;
    z-index: 300;
}

.smallrogo img:hover{
    animation: kaiten3 2s;
}

@keyframes kaiten3 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-7deg); }
100% { transform: rotate(0deg); }
}



/*------- unidare_small -------*/
.unidare_small{
    position: absolute; 
    top: 50px;
    right: 60px;
    z-index: 300;
}
.unidare_small a img {
    width: 120px;
    height: auto;
}



/*-------
.unidare_small a {
display: inline-block;
background: url(../img/unidare_small_on.png) no-repeat;
background-size: cover;
}
.unidare_small a img {
vertical-align: middle;
transition: opacity 0.8s;
}
.unidare_small a:hover img {
opacity: 0;
}
-------*/

/*------- sec_shimokita -------*/
.sec_shimokita{
    position:absolute;
    bottom: 5%;
    right: 0;
}


/* Google icons の調整 */
.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-22 {
    font-size: 22px;
    display: inline-flex;
    vertical-align: -0.25em;
    margin-right: 5px;
}

.material-icons.md-38{
    font-size: 38px;
}

.material-icons.md-80{
    font-size: 80px;
}

.material-icons.red {
    color: #b7282e;
}

.material-icons.white{
    color: white;
}

.material-icons.shironezu{
    color: #dcdddd;
}

.material-icons.shironezu:hover{
    color: #ebd842;
}

.material-icons.ginnezu{
    color:  #afafb0;
}

.material-icons.kanariairo{
    color:  #ebd842;
}

.material-icons.kanariairo:hover{
    color:  orangered;
}

.material-icons.orange{
    color: orange;
}

.material-icons.opacity{
    opacity: 0.7;
}

.material-icons.pink{
    color: rgba(253,103,127,1);
    margin-right: 5px;
}

.material-icons.va{
    vertical-align: -0.1em;
}





/* ------------------------------------------------------------
   スクロールアロー
   ------------------------------------------------------------ */
.scroll_arrow_down{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 40px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_down :hover{
    color: orangered;
}


.scroll_arrow_up{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 50px;
	bottom: 70px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_up :hover{
    color: orangered;
}



/*--- SASAKI DEIGN ---*/
.sasaki_mark{
    position:fixed;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}

.sasaki_mark a{
    display: block;
    color: darkgray;
    font-size: x-small;
    font-weight: 500;
}

.sasaki_mark a:hover{
    opacity: 0.5;
}


.mb_move{
    width: 100%;
    margin: 0 auto;
}

.mb_move a{
    height: 50px;
    display: block;
    color: darkorange;
    margin: 30px;
    text-align: center;
}




/*--- 2019 add ---*/

.txtbox_padding_top_10px{
    padding: 20px 0;
}

.txtbox_padding_top_40px{
    padding-top: 40px;
}

.txtbox_padding_top_60px{
    padding-top: 60px;
}

.txtbox_margin_top_20{
    margin-top: 25vh;
}

.txtbox_margin_top_page6{
    margin-top: 50vh;
}

.txtbox_margin_top_40{
    margin-top: 50vh;
}

.margin_top_50vh{
    margin-top: 50vh;
}


.margin_bottom_20{
    margin-bottom: 20px;
}

.txt_subtitle_sec01_h1{
    font-size: 2em; 
    line-height: 1.3;
    margin-left: 0;
    margin-left: -15px;
}

.txt_subtitle_h2{
    font-size: 1.5em; 
    line-height: 1.3;
    margin-left: 0;
}

/*--- 220711 追加 ---*/

.form_Title_Txt{
    font-size: 1.5em;
  padding: 10px 10px 10px 10px;
    position: relative;
    margin-bottom: 30px;
}
.form_Title_Txt:before{
    background: rgba(253,103,127,1);
    content:"";
    position: absolute;
    width:5px;
    height:auto;
    top:5px;
    bottom:8px;
    left:0px;
  }
  
.form_devide_flex{
    display: flex;
}

.left10px{
    margin-left: 10px;
}

.left10px_bottom5px{
    margin-left: 10px;
    margin-bottom: 5px;
}

.form_koumoku{
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.spacer30px{
    height: 30px;
}

.todokesaki_Title{
    font-size: 1em;
    font-weight: middle;
    color: rgba(253,103,127,1);
}

.info_kakomi_title2{
    border: solid thin #555;
    margin-top: 10px;
    border-radius: 7px;
    background-color: white;
}

.margin_bottom_5px{
    margin-bottom: 5px;
}

.form_Text{
    font-size: 1em;
    line-height: 1.4em;
    margin: 10px 0;
    text-align: justify;
}

.form_Comment{
    font-size: 0.8em;
    font-weight: 500;
}


/*--- 2023 add ---*/
.rakuten_banar:hover{
    opacity: 0.5;
}
.contact_info{
    width: 100%;
    margin: auto;
}