/* content style
-----------------------------------------------------------*/
/* common */

.mainichi-amani #contents {
  /*max-width: 980px;*/
  width: 100%;
  margin: 0;
  padding: 0;
}


/*--------------------------------*/
/*アニメーション*/

.tsp{ opacity:0; }


.bottom_to_top_anime {
	animation: bottom_to_top_anime_flm 1s forwards;
	-webkit-animation: bottom_to_top_anime_flm 1s forwards;
}
@keyframes bottom_to_top_anime_flm {
0% {transform: translate(0px, 40px); opacity:0;}
100% {transform: translate(0px, 0px); opacity:1;}
}



.right_to_left_anime {
	animation: right_to_left_anime_flm 1s forwards;
	-webkit-animation: right_to_left_anime_flm 1s forwards;
}
@keyframes right_to_left_anime_flm {
0% {transform: translate(40px, 0px); opacity:0;}
100% {transform: translate(0px, 0px); opacity:1;}
}


.left_to_right_anime {
	animation: left_to_right_anime_flm 1s forwards .5s;
	-webkit-animation: left_to_right_anime_flm 1s forwards .5s;
}
@keyframes left_to_right_anime_flm {
0% {transform: translate(-40px, 0px); opacity:0;}
100% {transform: translate(0px, 0px); opacity:1;}
}



.moisture_anime .img1{
	animation: bottom_to_top_anime_img1_flm 1s forwards .5s;
	-webkit-animation: bottom_to_top_anime_img1_flm 1s forwards .5s;
}
@keyframes bottom_to_top_anime_img1_flm {
0% {transform: translate(0px, 40px) rotate(-5deg);; opacity:0;}
100% {transform: translate(0px, 0px) rotate(-5deg);; opacity:1;}
}



.moisture_anime .img2{
	animation: bottom_to_top_anime_img2_flm 1s forwards 1s;
	-webkit-animation: bottom_to_top_anime_img2_flm 1s forwards 1s;
}

@keyframes bottom_to_top_anime_img2_flm {
0% {transform: translate(0px, 40px) rotate(3deg);; opacity:0;}
100% {transform: translate(0px, 0px) rotate(3deg);; opacity:1;}
}

.moisture_anime .photo-block::after{
	animation: bottom_to_top_anime_flm 1s forwards;
	-webkit-animation: bottom_to_top_anime_flm 1s forwards;
}



/*--------------------------------*/
/*fv*/

.mainichi-amani .fv {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 600px;
  background: url(../images/fv/main_image_pc.jpg) center center no-repeat;
  background-size: auto 100%;
}

.mainichi-amani .fv .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  height: 100%;
}

.mainichi-amani .fv h1 {
  position: absolute;
  bottom: 25%;
  left: 50%;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-left: -350px;
  padding-top: 380px;
  height: 0 !important;
  line-height: 250%;
  width: 500px;
  background: url(../images/fv/text_pc.svg) center center no-repeat;
  background-size: 100%;
}

.mainichi-amani .fv img {
  position: absolute;
  bottom: 0;
  left: 40%;
  margin-left: -320px;
  width: 100px;
}


/*--------------------------------*/
/*製品の紹介*/

.mainichi-amani .new_release {
  min-height: 700px;
  background: url(../images/new_release/bg.jpg) top center no-repeat;
  background-size: auto 700px;
}

.mainichi-amani .new_release .inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 140px 0;
  width: 100%;
  max-width: 1000px;
}

.mainichi-amani .new_release .item_image {
  display: grid;
  grid-template-columns: 1fr .5fr;
  grid-gap: 50px;
  margin-top: -30px;
}

.mainichi-amani .new_release .item_image>div {
  margin: 0;
  padding: 0;
}

.mainichi-amani .new_release .item_image>div p {
  position: relative;
  text-align: center;
}

.mainichi-amani .new_release .item_image .image_photo {
  margin-top: 13%;
  margin-left: 10%;
  width: 90%;
}

.mainichi-amani .new_release .item_image .image_photo::after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 85%;
  height: 15%;
  background: url(../images/new_release/photo_text_pc.svg) center center no-repeat;
  background-size: 100%;
}

.mainichi-amani .new_release .item_image .item {
  padding-top: 60px;
}

/*紹介テキスト*/

.new_release .item_info{
width:85%;
margin: 30px 0 0px 10%;
padding: 0px 0px 50px 0px;
}

.new_release .item_info strong{
margin: 0px 0px 0px 0px;
padding: 8px 8px;
background-color:#00226D;
color: #fff;
line-height: 3;
}

.new_release .item_info p{
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 10px;
}

.new_release .item_info .small{
font-size: .8em;
line-height: 1.7;
}

/*成分表*/

.new_release dl {
  width: 70%;
  margin: 30px auto 0 20%;
  padding: 0;
}

.new_release dt {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}

.new_release dd {
  line-height: 2;
  font-size: .9em;
}

.new_release dd span {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.new_release a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
}

.new_release a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}

.new_release a.close_accordion::after {
  animation: close_accordion_flm .5s forwards;
  -webkit-animation: close_accordion_flm .5s forwards;
}

@keyframes close_accordion_flm {
  100% {
    transform: rotate(180deg);
  }
}



.new_release2 a.close_accordion::after {
  content: "";
  transform: rotate(10deg);
  display: block;
  position: absolute;
  top: 8px;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #000 transparent;
}


/*--------------------------------*/
/*アマニ油って*/

.mainichi-amani .what_amani {
  position: relative;
  margin: 0 auto 100px auto;
  width: 100%;
  max-width: 700px;
  overflow: visible;
}

.mainichi-amani .what_amani .text-block {
  display: grid;
  grid-template-columns: 1fr .7fr;
  grid-gap: 40px;
}

.mainichi-amani .what_amani .text-block>div {
  margin: 0;
  padding: 0;
}

.mainichi-amani .what_amani h1 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 60px;
  height: 0 !important;
  line-height: 250%;
  width: 230px;
  background: url(../images/whats_amani/title_text.svg) top center no-repeat;
  background-size: 100%;
}

.mainichi-amani .what_amani .lens {
  width: 130%;
  max-width: 130%;
  margin-top: -20%;
}


/*--------------------------------*/
/*うるおいサポート*/

.moisture {
  position: relative;
  margin: 0 0 50px 0;
  padding: 80px 0 100px 0;
  min-height: 500px;
  background: url(../images/moisture/bg_top.jpg),
    url(../images/moisture/bg_bottom.jpg);
  background-size: 2000px, 2000px;
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  background-color: #fffbc7;
}

.mainichi-amani .moisture .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.mainichi-amani .moisture h1 {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 180px;
  height: 0 !important;
  line-height: 250%;
  width: 450px;
  background: url(../images/moisture/title_text.svg) center center no-repeat;
  background-size: 100%;
}

.mainichi-amani .moisture .photo-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  margin: 40px 10% 0 10%;
}

.mainichi-amani .moisture .photo-block::after {
  content: "";
  opacity:0;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  height: 180px;
  width: 180px;
  background: url(../images/moisture/tegaru_image.svg) center center no-repeat;
  background-size: 100%;
}

.mainichi-amani .moisture .photo-block>div img {
  box-sizing: border-box;
  width: 90%;
  border: 10px solid #ffffff;
  box-shadow: 4px 4px 10px 0 #635842;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(1) img {
  transform: rotate(-5deg);
  margin-top: 30px;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(2) img {
  transform: rotate(3deg);
}


.mainichi-amani .moisture .text-block {
  width: 50%;
  margin: 40px auto 0 auto;
}

.mainichi-amani .moisture .text-block h3 {
  color: #00226D;
  font-size: 1.5em;
  padding: 0 0 10px 0;
}


/*--------------------------------*/
/*ショップリンク*/

.shop_link {
  margin: 0 0 100px 0;
  padding: 0;
  text-align: center;
}

.shop_link a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px 70px 20px 60px;
  background-color: #3d8b42;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 3.2rem;
}

.shop_link a:hover {
  background-color: #53a658;
  color: #fff;
}

.shop_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* For SP -------------------------------------- */
@media screen and (max-width: 736px) {

.mainichi-amani .fv {
  height: 55vh;
  min-height: 200px;
  background: url(../images/fv/main_image_sp.jpg) center center no-repeat;
  background-size: cover;
}

.mainichi-amani .fv h1 {
  position: absolute;
  top: 14%;
  left: 1%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 47%;
  height: 0 !important;
  line-height: 250%;
  width: 55%;
  background: url(../images/fv/text_sp.svg) center center no-repeat;
  background-size: 110%;
}

.mainichi-amani .fv img {
  position: absolute;
  bottom: 0;
  left: 25%;
  margin-left: 0px;
  height: 38%;
  width: auto;
}

/*--------------------------------*/
/*製品の紹介*/

.mainichi-amani .new_release {
  min-height: auto;
  background: url(../images/new_release/bg.jpg) top 20px center no-repeat;
  background-size: auto 400px;
}

.mainichi-amani .new_release .inner {
  box-sizing: border-box;
  margin: 0 20px;
  width: auto;
}

.mainichi-amani .new_release h1 {
  padding-top: 20%;
  width: 40%;
}

.mainichi-amani .new_release .item_image {
  grid-template-columns: 1fr .6fr;
  grid-gap: 20px;
  margin-top: -10px;
}

.mainichi-amani .new_release .item_image .image_photo {
  margin-top: 33%;
  margin-left: 10%;
  width: 90%;
}

.mainichi-amani .new_release .item_image .image_photo::after {
  content: "";
  top: -35%;
  height: 45%;
  background: url(../images/new_release/photo_text_sp.svg) center center no-repeat;
  background-size: 100%;
}

.mainichi-amani .new_release .item_image>div p {
  font-size: .6em;
}

/*成分表*/

.new_release dl {
width:85%;
margin: 0px 0 0px 10%;
padding: 0px 0px 0px 10px;
}


/*--------------------------------*/
/*アマニ油って*/

.mainichi-amani .what_amani {
  margin: 0 auto 40px auto;
}

.mainichi-amani .what_amani .text-block {
  grid-template-columns: 1fr;
  margin: 0 20px;
}

.mainichi-amani .what_amani h1 {
  display: block;
  overflow: hidden;
  margin: 0 0 0 10%;
  padding-top: 20%;
  height: 0 !important;
  line-height: 250%;
  width: 45%;
  background: url(../images/whats_amani/title_text_sp.svg) top center no-repeat;
  background-size: 100%;
}

.mainichi-amani .what_amani p {
  margin: 0 5%;
}

.mainichi-amani .what_amani .lens {
  position: absolute;
  top:-25%;
  right:20%;
  width: 30%;
  max-width: 50%;
  margin-top: 0;
}


/*--------------------------------*/
/*うるおいサポート*/

.moisture {
  margin: 0 0 0 0;
  background-size: 1000px, 1000px;
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  background-color: #fffbc7;
}

.mainichi-amani .moisture h1 {
  padding-top: 30%;
  width: 70%;
}

.mainichi-amani .moisture .photo-block {
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.mainichi-amani .moisture .photo-block::after {
  top: 20%;
  left: -10%;
  height: 140px;
  width: 140px;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(1) {
  order:2;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(2) {
  order:1;
}

.mainichi-amani .moisture .photo-block>div img {
  box-sizing: border-box;
  width: 70%;
  border: 5px solid #ffffff;
  box-shadow: 4px 4px 10px 0 #635842;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(1) img {
  margin-top: 0px;
  margin-right: 30%;
}

.mainichi-amani .moisture .photo-block div:nth-of-type(2) img {
  margin-top: 0px;
  margin-left: 30%;
}

.mainichi-amani .moisture .text-block {
  width: 80%;
}

.mainichi-amani .moisture .text-block h3 {
  font-size: 1.2em;
}

.mainichi-amani .moisture .text-block h3 br {
  display: none;
}


/*--------------------------------*/
/*ショップリンク*/

.shop_link a {
  font-size: 1em;
  border-radius: 2.9rem;
}


.shop_link a::after {
  width: 12px;
  height: 12px;
}


} /* end sp*/



/* end */
