/*---------------------------------------------------
mainV
---------------------------------------------------*/

.main_slider {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .main_slider {
    height: 90vh;
  }
}

.main_slider .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* SafariÍÑ */
  transform: translate(-50%, -50%);
}

.main_slider .logo img {
  width: 340px;
}

.main_slider .scroll {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  -webkit-animation: scroll_down 2s ease-in-out infinite;
  -moz-animation: scroll_down 2s ease-in-out infinite;
  animation: scroll_down 2s ease-in-out infinite;
}

.main_slider .scroll:hover {
  opacity: 0.7;
}

.main_slider .scroll img {
  width: 40px;
}


/*animated scroll arrow animation*/

@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes scroll_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes scroll_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.section_about {
  text-align: center;
  color: #a40000;
  background: #fbf6f1;

}



.section_about_inr{
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section_about_inr {
    padding: 55px 20px;
  }
}

.section_about .title {
  background: url("https://file003.shop-pro.jp/PA01402/892/images/about/ico_logo.png") center top no-repeat;
  background-size: 65px;
  padding-top: 90px;
}

.section_about .title h1 {
  margin-bottom: 45px;
}

.section_about .title h1 img {
  width: 400px;
}

.section_about .title p {
  font-family: 'Varela Round', sans-serif;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1;
  width: 280px;
  margin: 0 auto 30px;
  letter-spacing: 0;
}

.section_about .title p:after, .section_about .title p:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #a40000;
  display: block;
  margin-top: -3px;
}

.section_about .title p:before {
  margin-right: 1em;
}

.section_about .title p:after {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .section_about .inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/about/img.png") center bottom no-repeat;
    background-size: 540px;
    padding-bottom: 220px;
  }
}

.section_about .inr p {
  font-size: 1.3rem;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .section_about .about_img {
    margin-top: 25px;
  }
}

.section_products .box {
  padding: 60px 0 60px 40px;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .section_products .box {
    padding: 50px 30px;
    width: 100%;
  }
}

.section_products .box .title {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .section_products .box .title h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.section_products .box .title p {
  margin: 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .section_products .box .title p {
    margin: 0 0 20px;
  }
}

.section_products .box .reed {
  font-size: 1.4rem;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .section_products .box .reed {
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0px;
    font-size: 1.5rem;
  }
}

.section_products .box .price {
  font-size: 1.4rem;
  margin-bottom: 30px;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .section_products .box .price {
    font-weight: normal;
  }
}

.section_products .box .hosoku {
  font-size: 1rem;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section_products .box .hosoku {
    font-weight: normal;
  }
}

.section_mikan {
  background: #ff7e30;
  height: 100%;
  width: 100%;
}

.section_mikan .section_mikan_inr {
  background: url("https://file003.shop-pro.jp/PA01402/892/images/mikan/bg.jpg") left bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .section_mikan .section_mikan_inr {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section_mikan .section_mikan_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/mikan/bg.jpg") left bottom no-repeat;
    background-size: contain;
  }
}

.section_mikan .section_inr {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  min-height: 560px;
  max-height: 600px;
height: 100%;
  margin: auto;
  background: url("https://file003.shop-pro.jp/PA01402/892/images/mikan/img.png") right center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 910px) {
  .section_mikan .section_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/mikan/img.png") right center no-repeat;
    background-size: 50%;
    max-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .section_mikan .section_inr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section_mikan .section_inr {
    min-height: auto;

    background: none;
  }
}

.section_mikan .section_inr .box .title p {
  width: 214px;
}

@media screen and (max-width: 767px) {
  .section_mikan .section_inr .box .title p {
    width: 100%;
  }
}

.section_ringo {
  background: #e83a3a;
}

.section_ringo .section_ringo_inr {
  background: url("https://file003.shop-pro.jp/PA01402/892/images/ringo/bg.jpg") left bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .section_ringo .section_ringo_inr {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section_ringo .section_ringo_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/ringo/bg.jpg") left bottom no-repeat;
    background-size: contain;
  }
}

.section_ringo .section_inr {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  min-height: 560px;
  max-height: 600px;
height: 100%;
  margin: auto;
  background: url("https://file003.shop-pro.jp/PA01402/892/images/ringo/img.png") left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 910px) {
  .section_ringo .section_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/ringo/img.png") left center no-repeat;
    background-size: 50%;
      max-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .section_ringo .section_inr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .section_ringo .section_inr {
    min-height: auto;
    background: none;
  }
}

.section_ringo .section_inr .box {
  float: right;
}

@media screen and (max-width: 767px) {
  .section_ringo .section_inr .box {
    float: none;
  }
}

.section_ringo .section_inr .box .title p {
  width: 231px;
}

@media screen and (max-width: 767px) {
  .section_ringo .section_inr .box .title p {
    width: 100%;
  }
}

.section_blueberry {
  background: #9647c6;
}

.section_blueberry .section_blueberry_inr {
  background: url("https://file003.shop-pro.jp/PA01402/892/images/blueberry/bg.jpg") left bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .section_blueberry .section_blueberry_inr {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section_blueberry .section_blueberry_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/blueberry/bg.jpg") left bottom no-repeat;
    background-size: contain;
  }
}

.section_blueberry .section_inr {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  min-height: 560px;
  max-height: 600px;
height: 100%;
  margin: auto;
  background: url("https://file003.shop-pro.jp/PA01402/892/images/blueberry/img.png") right center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 910px) {
  .section_blueberry .section_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/blueberry/img.png") right center no-repeat;
    background-size: 50%;
      max-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .section_blueberry .section_inr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section_blueberry .section_inr {
    min-height: auto;
    background: none;
  }
}

.section_blueberry .section_inr .box .title p {
  width: 292px;
}

@media screen and (max-width: 767px) {
  .section_blueberry .section_inr .box .title p {
    width: 100%;
  }
}

/* ¥ë¥Ó¡¼¥í¥Þ¥ó */


.section_ruby_loman {
  background: #e83a3a;
}

.section_ruby_loman .section_ruby_loman_inr {
  background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/bg.jpg") left bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .section_ruby_loman .section_ruby_loman_inr {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section_ruby_loman .section_ruby_loman_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/sp.jpg") center center no-repeat;
    background-size: cover;
    height: 710px;
  }
}

.section_ruby_loman .section_inr {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  min-height: 560px;
  max-height: 600px;
height: 100%;
  margin: auto;
  background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/inr.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 910px) {
  .section_ruby_loman .section_inr {
    background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/inr.png") center no-repeat;
    background-size: 50%;
      max-height: 100%;
  }
}



.section_ruby_loman .section_inr {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  min-height: 100%;
  max-height: 600px;
  height: 100%;
  margin: auto;
  background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/inr.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 910px) {
  .section_ruby_loman .section_inr {
	  display: none;
    background: url("https://file003.shop-pro.jp/PA01402/892/images/ruby_loman/inr.png") left center no-repeat;
    background-size: 100%;
      max-height: 100%;
      height: 710px;
  }
}


@media screen and (min-width: 768px) {
  .section_ruby_loman .section_inr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}



@media screen and (max-width: 767px) {
  .section_ruby_loman .section_inr {
    min-height: auto;
    background: none;
  }
}

.section_ruby_loman .section_inr .box {
  float: right;
}

@media screen and (max-width: 767px) {
  .section_ruby_loman .section_inr .box {
    float: none;
  }
}

.section_ruby_loman .section_inr .box .title p {
  width: 231px;
}

@media screen and (max-width: 767px) {
  .section_ruby_loman .section_inr .box .title p {
    width: 100%;
  }
}


