@charset "UTF-8";
/*
@mixin trans(){
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}*/
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* iframe,*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, details, summary {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 1.75;
}

/*-------------------------------------


///////////////////////////////////

* base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em

///////////////////////////////////

--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul, ul li, ol li {
  list-style: none;
}

iframe {
  /*	z-index:1;	*/
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #0044ff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
}

a:hover,
a:active {
  color: #666;
}

a:focus {
  overflow: hidden;
  outline: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media only screen and (max-width: 767px) {
  .header .header-inner .nav_menu {
    display: none;
  }
  .load_complate .header .header-inner .nav_menu {
    display: block;
  }
}
body {
  width: 100%;
  max-width: 100%;
  background: #ffbb55;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.inner img {
  vertical-align: bottom;
}

a {
  transition: all 0.6 ease;
  -webkit-transition: all 0.6 ease;
  -moz-transition: all 0.6 ease;
  -o-transition: all 0.6 ease;
}
a:hover img {
  opacity: 0.8;
}

/*-----------------
header
---------------------*/
.header-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  padding: 10px 0;
  position: relative;
}
.header-inner .logo {
  /*
  width:35%;
  min-width: 150px;
  margin: 0 auto;
  max-width: 250px;*/
  width: 35%;
  min-width: 150px;
  max-width: 250px;
  margin-left: 20px;
}
.header-inner .logo-ehimeinryo {
  /*
  position: absolute;
  bottom: 10px;
  right: 2%;
  width: 20%;
  max-width: 130px;
        */
  position: absolute;
  bottom: 10px;
  right: 2%;
  width: 32%;
  max-width: 250px;
}

/*-----------------
contents
---------------------*/
.btn-block {
  position: relative;
}

.footer-bottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5% 0;
}
.footer-bottom .logo-footer-lp {
  width: 28%;
  margin-left: 5%;
}
.footer-bottom .copyright {
  width: 55%;
  margin-left: 7%;
  margin-right: 5%;
  font-size: 1.2rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-bottom .copyright .copyright-span {
  width: 100%;
  text-align: right;
}

#page-top {
  position: fixed;
  height: 60px;
  bottom: 20px;
  right: 0;
  margin: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  opacity: 0.7;
  width: 40px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 4rem 0;
  }
}
/*-----------------
cart
---------------------*/
.raku-cart-quantity {
  display: none;
}

.cartBtn__inner {
  position: relative;
}
.cartBtn__inner .raku-cart-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cartBtn__inner .raku-cart-input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
}

/*-----------------
アシタノカラダ河内晩柑
---------------------*/
.video {
  background: #45B035;
  text-align: center;
  position: relative;
  padding-top: 5%;
}
.video .yt-icon {
  position: absolute;
  right: 2%;
  top: 5%;
  width: 8%;
}

.ytArea {
  margin: 0 auto;
  width: 76%;
  position: relative;
  padding-bottom: 43%;
}
.ytArea .ytArea__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkArea {
  background: #fff;
  text-align: center;
  padding: 1rem 0 2rem;
}
.linkArea .linkArea__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.linkArea .linkArea__a {
  display: block;
  width: 10em;
  height: 1.75em;
  background-image: url(https://image.raku-uru.jp/01/20484/1120/kawachibankan-lnk_1648700115045.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 0.2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.linkArea .linkArea__a:hover {
  background-image: url(https://image.raku-uru.jp/01/20484/1121/ashitanokarada-hover_1648701388070.png);
}
.linkArea .linkArea__text {
  margin-top: 1rem;
}
