@charset "UTF-8";
/* Scss Document */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  box-sizing: border-box;
  text-align: center; }
  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; }

/* ワンタイムパスワード表示用 */
.otp-auth {
  z-index: 999; }

/* デフォルト上書き */
figure {
  margin: 0 0 2rem 0; }
  @media (max-width: 575px) {
    figure {
      margin: 0 0 1rem 0; } }

.control-label {
  font-weight: bold; }

#sub-images-view {
  margin-bottom: 2rem; }

#sidebar-view .card-header {
  padding: .3rem 1rem; }
#sidebar-view label {
  font-size: 85%;
  margin-bottom: 0; }

.list-group-item.active {
  background-color: #66b348;
  border-color: #66b348; }
  .list-group-item.active a {
    color: #fff !important; }

.list-group-item {
  padding: .6rem 1.25rem; }

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  background: #989898 !important; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }

.drawer-hamburger-icon::after {
  top: 8px !important; }

.drawer-hamburger-icon::before {
  top: -8px !important; }

.drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
  top: 0 !important; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #66b348 !important; }

/*---サムネイル切り替え----*/
.img-wrap {
  display: flex;
  margin-top: .5rem; }

/*---フォームアラート デフォルトコピー----*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

.formError .formErrorArrow {
  z-index: 996; }

/*---FORM---*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.formErrorInsideDialog.formError {
  z-index: 5000; }

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001; }

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 10px !important;
  display: block;
  cursor: pointer; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

.alert .text,
.alert p {
  margin-bottom: 0; }

/* ------ */
#contents {
  width: 100%;
  padding: 2rem 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 991px) {
    #contents {
      max-width: 940px !important; } }
  @media (min-width: 576px) {
    #contents {
      max-width: 540px; } }
  #contents h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding-right: 1rem; }
    @media (max-width: 575px) {
      #contents h2 {
        font-size: 1.1rem; } }
  #contents .pankuzu {
    font-size: 85%;
    margin-bottom: 1rem; }

header + h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding: 1rem; }
  @media (max-width: 575px) {
    header + h2 {
      font-size: 1.1rem; } }
  header + h2 + p {
    padding: 0 1rem; }

html {
  scroll-behavior: smooth;
  font-size: 1rem !important; }

body {
  	/*--
	font: 1rem/1.8 "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	--*/
  font-size: 1rem;
  line-height: 1.8;
  color: #1E1E1E;
  font-style: normal; }
  body#pc {
    font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background: #e2e6e1;
    font-weight: 500; }
    body#pc header + .container {
      min-width: 1000px;
      background: #fff;
      border-top-right-radius: .5rem;
      border-top-left-radius: .5rem; }
  @media (max-width: 991px) {
    body#sp {
      font-family: 'Noto Sans JP', sans-serif, Verdana, Roboto, "Droid Sans";
      font-size: .9rem;
      padding-top: 50px; } }

a {
  color: #358720; }
  @media (max-width: 767px) {
    a {
      font-weight: 400; } }
  a:hover {
    color: #517e46; }
  a img:hover {
    opacity: .7; }

.form-adjustment select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.dropdown-toggle::after {
  margin-left: 0.6em !important; }

.drawer-menu-item, .nav-link {
  color: #1E1E1E; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 14.5em !important; }

.drawer-hamburger {
  width: 1.5rem !important;
  padding-top: 15px !important; }

.dropdown-menu {
  padding: 0;
  min-width: 15rem !important; }
  .dropdown-menu .dropdown-item {
    /*--padding: .75rem 2rem .75rem .75rem;--*/
    position: relative;
    padding: 0 1.5rem; }
    .dropdown-menu .dropdown-item:after {
      content: "";
      border-top: 1px solid #1E1E1E;
      border-right: 1px solid #1E1E1E;
      position: absolute;
      right: 1rem;
      top: 1.5rem;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      z-index: 5; }
      @media (max-width: 575px) {
        .dropdown-menu .dropdown-item:after {
          top: 1.3rem;
          right: .9rem;
          width: 6px;
          height: 6px; } }
    .dropdown-menu .dropdown-item:hover:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
      background: none !important;
      color: #1E1E1E; }
    .dropdown-menu .dropdown-item a {
      padding: .8rem 0; }

.slider {
  width: 1140px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .slider {
      width: 100%; } }

.swiper-container {
  margin: 0 -15px 2rem -15px !important; }
  @media (min-width: 992px) {
    .swiper-container {
      margin: -1.5rem -15px 2rem -15px !important; } }

.swiper-pagination-bullet-active {
  background: #66b348 !important; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

.small, small {
  font-size: 80%;
  line-height: 1.4;
  display: inline-block; }

.bold {
  font-weight: 600;
  font-style: normal; }

.font-small {
  font-size: 80%; }

.serif {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px; }

/*--
.container{
	@media (min-width:991px){
		max-width: 940px!important;
	}
}
--*/
.btn-link-outline {
  border: 1px solid #66b348;
  padding: .3rem 1rem;
  display: inline-block; }
  .btn-link-outline:hover {
    background: #517e46;
    color: #fff;
    text-decoration: none; }

.form-number {
  max-width: 5rem !important; }

.bg_forget {
  background: #f3f3f3;
  padding: 1.5rem; }
  @media (max-width: 575px) {
    .bg_forget {
      padding: 1rem; } }

#header-sp {
  font-weight: 400; }
  #header-sp .navbar {
    padding: .5rem 1rem .8rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    max-height: 60px; }
  #header-sp .navbar-nav {
    flex-direction: row; }
  #header-sp .nav-username {
    font-size: 80%;
    padding: 1rem;
    display: block; }
    #header-sp .nav-username + div {
      display: flex;
      padding: .2rem 1rem 1rem 1rem;
      justify-content: space-between; }
      #header-sp .nav-username + div a {
        display: inline-block;
        border: 1px solid #1E1E1E;
        padding: 0.3rem 0.8rem !important;
        text-align: center;
        font-size: .8rem;
        letter-spacing: 0 !important; }
  #header-sp a {
    font-size: 0.8rem !important; }
    #header-sp a:hover {
      text-decoration: none !important; }
  #header-sp .spnavi-login {
    display: inline-block !important;
    padding: 0 !important;
    color: #358720 !important; }
  #header-sp .logotext {
    margin-left: 2.5rem;
    line-height: 1;
    color: #1E1E1E !important;
    margin-top: .4rem; }
    #header-sp .logotext img {
      width: 140px; }
    #header-sp .logotext:hover {
      text-decoration: none !important; }
  #header-sp .menu-logotext {
    display: inline-block !important;
    padding: 0.7rem 0.5rem 0.7rem 1rem !important; }
    #header-sp .menu-logotext img {
      width: 150px; }
  #header-sp .spmenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    #header-sp .spmenu li a {
      display: block;
      padding: .5rem .5rem .5rem 1.5rem;
      color: #1E1E1E; }
  #header-sp .dropdown-menu {
    position: relative !important;
    float: none !important;
    border-bottom: none; }
    #header-sp .dropdown-menu .dropdown-item {
      padding: .75rem 2rem .75rem 2rem; }

.btn-cart-sp {
  text-align: center;
  padding: .3rem 0 0 0;
  color: #1E1E1E;
  display: block;
  position: relative; }
  .btn-cart-sp:hover {
    text-decoration: none;
    color: #1E1E1E; }
  .btn-cart-sp span {
    display: block;
    position: absolute;
    color: #fff;
    background: #66b348;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    right: -.5rem;
    top: -.2rem;
    line-height: 1.5;
    z-index: 99;
    text-align: center;
    font-size: .7rem;
    font-weight: bold; }
  .btn-cart-sp img {
    height: 22px; }

.btn-login-sp {
  text-align: center;
  margin-left: .5rem;
  padding: .3rem 0 0 0;
  color: #1E1E1E;
  display: block; }
  .btn-login-sp:hover {
    text-decoration: none;
    color: #1E1E1E; }
  .btn-login-sp span {
    display: block;
    font-size: .5rem; }
  .btn-login-sp img {
    height: 25px; }

#header-pc {
  position: relative;
  z-index: 999;
  background: #fff;
  margin-bottom: .5rem; }
  #header-pc .container {
    min-width: 1100px !important;
    background: #fff; }
  #header-pc .logotext {
    color: #1E1E1E; }
    #header-pc .logotext img {
      width: 190px; }
  #header-pc .navbar {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); }
    #header-pc .navbar .navbar-nav a {
      display: block;
      padding: .75rem;
      font-size: 0.9rem !important; }
  #header-pc .navbar-nav li {
    flex: 1; }

.pc-gnavi {
  display: flex; }
  .pc-gnavi li {
    flex-grow: 1;
    text-align: center; }
    .pc-gnavi li a {
      padding: .5rem 0;
      font-weight: 400;
      display: block;
      color: #1E1E1E; }

.navbox1 {
  display: flex;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: 0;
  line-height: 1; }

.pc-gnavi li {
  padding: 0 1rem; }
  .pc-gnavi li a {
    padding: .5rem 0; }
    .pc-gnavi li a:hover {
      text-decoration: none;
      color: #66b348; }
  .pc-gnavi li:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 3px solid #fff;
    bottom: 0px;
    display: block;
    content: " ";
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 0; }
  .pc-gnavi li:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #4cb523;
    -webkit-transition: width 150ms ease-in-out;
    transition: width 150ms ease-in-out;
    width: 100%; }
  .pc-gnavi li:hover:before {
    bottom: auto;
    top: 0;
    width: 100%; }

.pc-gnavi .btn-effect a {
  padding: 1.1rem 0; }

.btn-effect {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 400; }
  .btn-effect a {
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block; }
    .btn-effect a:hover {
      color: #fff !important; }
  .btn-effect .eff-1 {
    width: 100%;
    height: 100%;
    left: -100%;
    background: #4cb523;
    position: absolute;
    transition: all .1s ease;
    z-index: 1; }
  .btn-effect:hover .eff-1 {
    left: 0; }
  .btn-effect:hover a {
    color: #fff; }

.list-group-item.btn-effect {
  padding: 0 !important; }
  .list-group-item.btn-effect a {
    padding: 0.6rem 1.25rem !important; }
  .list-group-item.btn-effect .eff-1 {
    top: -1.2rem;
    height: calc(100% + 1.2rem); }

.btn-mypage {
  line-height: 1.4;
  padding: .5rem 1.5rem;
  display: block; }
  .btn-mypage:hover {
    text-decoration: none;
    color: #a59240; }
  .btn-mypage span {
    font-size: .7rem;
    display: block; }

.btn-cart {
  color: #fff;
  background: #66b348;
  border-radius: 1.5rem;
  padding: .5rem 1.5rem;
  display: block; }
  @media (max-width: 575px) {
    .btn-cart {
      padding: .4rem 1rem .5rem 1rem; } }
  .btn-cart:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
    animation: btn-hv1 0.2s ease-in-out forwards; }
  .btn-cart i {
    font-size: 120%; }
  .btn-cart.btn-small {
    padding: .5rem .7rem;
    font-size: .85rem; }

.btn-order {
  background: #66b348;
  color: #fff;
  border: none;
  display: inline-block;
  padding: .5rem 1rem .6rem 1rem; }
  @media (max-width: 575px) {
    .btn-order {
      width: 100%;
      display: block; } }
  .btn-order:hover {
    color: #fff;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2); }

.btn-outline-order {
  color: #66b348;
  border: 1px solid #66b348;
  display: inline-block;
  padding: .5rem 1rem .6rem 1rem; }
  @media (max-width: 575px) {
    .btn-outline-order {
      width: 100%;
      display: block; } }
  .btn-outline-order:hover {
    background: #66b348;
    color: #fff;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    text-decoration: none; }

.btn-decision {
  background: #545f50;
  color: #fff;
  border: none;
  display: inline-block;
  padding: .5rem 1rem .6rem 1rem; }
  @media (max-width: 575px) {
    .btn-decision {
      width: 100%;
      display: block; } }
  .btn-decision:hover {
    color: #fff; }

.btn-decision-outline {
  background: none;
  color: #545f50;
  border: 1px solid #545f50;
  display: inline-block;
  padding: .5rem 1rem .6rem 1rem; }
  @media (max-width: 575px) {
    .btn-decision-outline {
      width: 100%;
      display: block; } }
  .btn-decision-outline:hover {
    color: #fff;
    background: #545f50; }

.btn-type1 {
  background: #517e46;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: .4rem 1.5rem .55rem 1.5rem;
  border-radius: 1.5rem; }
  @media (max-width: 575px) {
    .btn-type1 {
      font-size: 90%; } }
  .btn-type1:hover {
    text-decoration: none;
    background: #4cb523;
    color: #fff;
    animation: btn-hv1 0.2s ease-in-out forwards; }

@keyframes btn-hv1 {
  0% {
    transform: translateY(0); }
  50% {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  100% {
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45); } }
.btn-teiki {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-radius: 1.5rem;
  font-size: 120%;
  background: #e5bb12;
  background: -webkit-linear-gradient(#e5bb12 0%, #d6ac03 100%);
  background: -o-linear-gradient(#e5bb12 0%, #d6ac03 100%);
  background: linear-gradient(#e5bb12 0%, #d6ac03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bb12', endColorstr='#d6ac03',GradientType=0 );
  padding: .5rem 1.5rem .6rem 1.5rem;
  border: 1px solid #d96617; }
  @media (max-width: 575px) {
    .btn-teiki {
      font-size: 110%;
      font-weight: bold;
      padding: .4rem 1rem .5rem 1rem; } }
  .btn-teiki:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff;
    animation: btn-hv1 0.2s ease-in-out forwards; }
  .btn-teiki i {
    font-size: 120%; }

.btn-outline-type1 {
  border-radius: 1.5rem;
  color: #517e46;
  border: 1px solid #517e46;
  text-align: center;
  padding: .4rem 2rem .5rem 2rem;
  text-align: center; }
  @media (max-width: 575px) {
    .btn-outline-type1 {
      font-size: 90%;
      padding: .4rem 2rem .3rem 2rem; } }
  .btn-outline-type1:hover {
    text-decoration: none;
    background: #4cb523;
    border: 1px solid #66b348;
    color: #fff; }

footer {
  padding: 1rem 0;
  margin-top: 5rem; }
  @media (max-width: 991px) {
    footer {
      margin-top: 2rem; } }
  footer nav {
    margin-bottom: 1.5rem;
    font-size: 90%; }
    footer nav ul {
      display: flex;
      text-align: center;
      list-style: none;
      justify-content: center;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        footer nav ul {
          display: block;
          border-top: 1px solid #ccc; } }
      footer nav ul li {
        margin: 0 .5rem;
        text-align: left; }
        @media (max-width: 767px) {
          footer nav ul li {
            margin: 0; } }
        @media (max-width: 767px) {
          footer nav ul li a {
            color: #1E1E1E;
            display: block;
            background: #fff;
            position: relative;
            padding: .5rem 1.5rem;
            border-bottom: 1px solid #ccc; }
            footer nav ul li a:after {
              content: "";
              border-top: 1px solid #1E1E1E;
              border-right: 1px solid #1E1E1E;
              position: absolute;
              right: 1rem;
              top: calc(50% - 4px);
              width: 5px;
              height: 5px;
              transform: rotate(45deg); } }
  footer .copyright {
    text-align: center;
    display: block; }

.top-content li {
  padding: 0 5px; }
  @media (max-width: 575px) {
    .top-content li {
      padding: 0; } }
.top-content .card {
  box-sizing: border-box;
  border: none;
  padding-bottom: 1rem;
  animation: scl 0.5s ease-in-out;
  transform-origin: left center;
  background-color: #fff;
  border-radius: 0; }
  @media (max-width: 991px) {
    .top-content .card {
      flex-direction: row; } }
  @media (max-width: 991px) {
    .top-content .card a {
      display: block; } }
  .top-content .card-title {
    margin: .5rem 0; }
    @media (max-width: 991px) {
      .top-content .card-title {
        flex: 1;
        margin: 0;
        padding: 0 1rem; } }
  .top-content .card-image {
    width: 100%;
    border-radius: 5px; }
    @media (max-width: 991px) {
      .top-content .card-image {
        width: 90px;
        display: block;
        border-radius: 0; } }
  .top-content .card-desc {
    padding: 0 1rem;
    font-size: .9rem;
    letter-spacing: 0;
    min-height: auto; }
    @media (max-width: 1200px) {
      .top-content .card-desc {
        min-height: 80px; } }
    @media (max-width: 991px) {
      .top-content .card-desc {
        min-height: auto; } }
    .top-content .card-desc-sale {
      margin-bottom: 1rem; }
  .top-content .card-actions {
    padding: 0 1.5rem;
    text-align: center; }

@keyframes scl {
  0% {
    opacity: 0;
    transform: scaleX(0.9) translateX(-50px); }
  75% {
    opacity: 0.2; }
  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1; } }
.titlebar1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #66b348; }
  @media (max-width: 575px) {
    .titlebar1 {
      font-size: 1.2rem;
      text-align: center; } }
  .titlebar1:after {
    content: "";
    background: #66b348;
    height: 2px;
    width: 5rem;
    display: block;
    margin: .5rem auto 0 auto; }

.breadcrumb {
  background: none;
  padding: 0 0 .75rem 0;
  font-size: 85%;
  letter-spacing: 0; }

.top-itemlist {
  background: #f4f3eb;
  padding: 4rem 0 2rem 0;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    .top-itemlist ul li {
      margin-bottom: 1rem; }
      .top-itemlist ul li:last-of-type {
        margin-bottom: 0; } }
  .top-itemlist ul li .box {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center; }
    .top-itemlist ul li .box .btn {
      padding: 0.5rem 4rem !important; }
      @media (max-width: 991px) {
        .top-itemlist ul li .box .btn {
          display: block; } }

.info {
  margin-bottom: 4rem; }
  .info ul li {
    display: table;
    border-bottom: 1px dotted #ccc;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    width: 100%; }
    @media (max-width: 767px) {
      .info ul li {
        display: block; } }
  .info ul time {
    display: table-cell;
    width: 7rem; }
    @media (max-width: 767px) {
      .info ul time {
        display: block;
        font-size: .7rem; } }
  .info ul p {
    display: table-cell; }

.footer-nav ul li {
  border: 1px solid #66b348;
  margin-bottom: .5rem; }
  @media (max-width: 767px) {
    .footer-nav ul li {
      border: 1px solid #66b348; } }
  .footer-nav ul li a {
    padding: .7rem 1rem;
    display: block;
    position: relative; }
    .footer-nav ul li a:after {
      content: "";
      position: absolute;
      top: 1.4rem;
      right: 1rem;
      border-top: 2px solid #66b348;
      border-right: 2px solid #66b348;
      transform: translateX(-50%) rotate(45deg);
      width: 7px;
      height: 7px;
      display: block; }
      @media (max-width: 767px) {
        .footer-nav ul li a:after {
          top: 1.2rem; } }
.footer-nav ul .tel {
  text-align: center; }
  .footer-nav ul .tel a {
    display: block;
    text-align: center;
    padding: 0.4rem 0 !important;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2; }
    .footer-nav ul .tel a:after {
      display: none; }
    @media (max-width: 575px) {
      .footer-nav ul .tel a {
        font-size: 1.2rem; } }
  .footer-nav ul .tel span {
    margin-top: .7rem; }

.content {
  padding-top: 2rem;
  padding-bottom: 3rem; }

.product-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .product-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .product-title {
      font-size: 1.2rem; } }
.product-title2 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  padding-bottom: .5rem;
  border-bottom: 1px solid #1E1E1E; }
  @media (max-width: 575px) {
    .product-title2 {
      font-size: 1rem;
      margin-bottom: .75rem; } }
.product-title3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: .5rem; }
  @media (max-width: 575px) {
    .product-title3 {
      font-size: .9rem; } }
.product-title4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-left: 6px solid #66b348;
  padding-left: .8rem; }
  @media (max-width: 575px) {
    .product-title4 {
      font-size: 1.1rem; } }
.product-navi {
  margin-bottom: 2rem; }
  .product-navi .nav-tabs {
    border-bottom: none; }
  .product-navi ul {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .product-navi ul li {
      display: table-cell;
      vertical-align: middle;
      padding: 0;
      border-top: 1px solid #517e46;
      border-right: 1px solid #517e46;
      border-bottom: 1px solid #517e46; }
      .product-navi ul li:first-of-type {
        border-left: 1px solid #517e46;
        border-top-left-radius: .4rem;
        border-bottom-left-radius: .4rem; }
        .product-navi ul li:first-of-type.active {
          border-top-left-radius: .3rem;
          border-bottom-left-radius: .3rem; }
      .product-navi ul li:last-of-type {
        border-top-right-radius: .4rem;
        border-bottom-right-radius: .4rem; }
        .product-navi ul li:last-of-type.active {
          border-top-right-radius: .3em;
          border-bottom-right-radius: .3rem; }
      .product-navi ul li.active {
        background: #517e46; }
        .product-navi ul li.active a {
          color: #fff; }
          .product-navi ul li.active a:before {
            animation: arrow1 1.5s ease -1s infinite; }
      .product-navi ul li.active2 {
        background: #517e46; }
        .product-navi ul li.active2 a {
          color: #fff; }
      .product-navi ul li:hover {
        background: #517e46; }
        .product-navi ul li:hover a {
          color: #fff;
          text-decoration: none; }
          .product-navi ul li:hover a:hover {
            text-decoration: none; }
      @media (max-width: 575px) {
        .product-navi ul li.pagenavi a {
          font-size: .85rem; } }
      .product-navi ul li.pagenavi a:before {
        display: inline-block !important;
        position: relative !important;
        margin-right: 0.6rem !important;
        left: 0 !important; }
      .product-navi ul li a {
        display: block;
        position: relative;
        text-align: center;
        padding: .8rem;
        border-collapse: collapse; }
        @media (max-width: 575px) {
          .product-navi ul li a {
            padding: .5rem .2rem;
            font-size: 1rem; } }
        @media (max-width: 320px) {
          .product-navi ul li a {
            font-size: .8rem; } }
        .product-navi ul li a:before {
          display: block;
          position: absolute;
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          margin-right: .5rem;
          font-weight: 600;
          left: 2rem; }
          @media (max-width: 575px) {
            .product-navi ul li a:before {
              left: 1.2rem; } }

@keyframes arrow1 {
  0% {
    left: .8rem;
    opacity: 0; }
  50% {
    left: 1.2rem;
    opacity: 1; }
  100% {
    left: 1.8rem;
    opacity: 0; } }
.season_select {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2rem 0;
  line-height: 1.4; }
  @media (max-width: 575px) {
    .season_select {
      font-size: 1rem; } }
  .season_select span {
    font-size: 70%; }
    @media (max-width: 575px) {
      .season_select span {
        font-size: 80%; } }

.form-inline .custom-select, .form-inline .form-control {
  width: auto !important;
  display: inline-block; }

.itemlist-season {
  text-align: center;
  margin: 2rem 0;
  font-size: 1.2rem;
  font-weight: bold; }
  .itemlist-season span {
    font-size: 80%; }

.price, .point {
  color: #dc3545;
  font-weight: bold; }

.pricebox {
  font-size: 1.5rem;
  line-height: 1.2; }

.page-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-right: 1rem; }
  @media (max-width: 575px) {
    .page-title {
      font-size: 1.1rem; } }

.page-title2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1E1E1E; }
  @media (max-width: 575px) {
    .page-title2 {
      font-size: 1.2rem; } }

@media (max-width: 991px) {
  .container div:first-of-type .page-title2:first-child {
    padding-top: 1rem; } }

.page-title3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: .8rem;
  margin-bottom: 1rem;
  border-left: 6px solid #1E1E1E; }
  @media (max-width: 575px) {
    .page-title3 {
      font-size: 1rem; } }

.listtype1 li {
  list-style: disc;
  margin-bottom: .5rem;
  margin-left: 1.3rem; }

.component_list h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5rem; }
  @media (max-width: 575px) {
    .component_list h2 {
      font-size: 1.2rem; } }
.component_list .salebadge {
  margin-bottom: 1rem; }
  .component_list .salebadge .badge {
    font-size: 1rem; }
    @media (max-width: 575px) {
      .component_list .salebadge .badge {
        font-size: .85rem; } }
.component_list dl {
  margin-bottom: 2rem; }
  .component_list dl dt {
    border-bottom: 1px dotted #1E1E1E;
    margin-bottom: .5rem; }
  .component_list dl dd {
    margin-bottom: .5rem; }

.regist_area {
  border: 2px solid #10b1d4;
  padding: 1.5rem; }
  .regist_area h1, .regist_area h2 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .regist_area h1, .regist_area h2 {
        font-size: 1.1rem; } }
  @media (max-width: 575px) {
    .regist_area {
      padding: 2rem 1rem 1rem 1rem; } }

.kiyaku_title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5rem; }

.kiyaku_box {
  overflow-y: scroll;
  background: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  height: 300px; }

.regist_confirm label {
  font-weight: bold; }

.regist_pcimg {
  position: relative; }
  .regist_pcimg img {
    position: absolute;
    right: 0;
    bottom: 0; }

.catlist {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .catlist-name {
    font-weight: bold;
    font-size: 1.1rem; }
    @media (max-width: 575px) {
      .catlist-name {
        font-size: .9rem; } }
  .catlist-thum {
    margin-right: .5rem;
    width: 80px; }
  .catlist-price .text-danger {
    font-size: 1.2rem; }

.btn-amount {
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #1E1E1E; }
  @media (max-width: 575px) {
    .btn-amount {
      width: 1.8rem;
      height: 1.8rem;
      line-height: 1; } }
  .btn-amount:hover {
    color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }

/*--------MYPAGE------------*/
.mypage-titlebar {
  background: #1E1E1E;
  color: #fff;
  padding: .5em;
  font-size: 1rem; }
.mypage-contentstitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .mypage-contentstitle {
      font-size: 1.1rem; } }
.mypage-menu {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem; }
  .mypage-menu + ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
    padding-bottom: .3rem; }
    .mypage-menu + ul li {
      margin-bottom: .5rem;
      font-size: 90%; }
.mypage-table {
  white-space: nowrap; }
  @media (min-width: 992px) {
    .mypage-table {
      font-size: 90%; } }
  .mypage-table td {
    vertical-align: middle; }
  .mypage-table thead th {
    padding: .3rem;
    text-align: center; }
.mypage-top-status {
  border: 1px solid #2f2f2f;
  margin-bottom: 3rem; }
  .mypage-top-status a {
    text-decoration: underline;
    font-weight: bold; }
  .mypage-top-status h3 {
    font-size: 1.1rem; }
    @media (max-width: 768px) {
      .mypage-top-status h3 {
        font-size: 1.1rem; } }
    @media (max-width: 575px) {
      .mypage-top-status h3 {
        font-size: 1rem; } }
  .mypage-top-status .sub-number {
    font-size: .9rem;
    margin-bottom: .5rem; }
    @media (max-width: 768px) {
      .mypage-top-status .sub-number {
        font-size: .85rem;
        margin-bottom: 1rem; } }
    @media (max-width: 575px) {
      .mypage-top-status .sub-number {
        font-size: .85rem; } }
  .mypage-top-status ul {
    font-size: .8rem;
    padding: 0; }
    @media (max-width: 768px) {
      .mypage-top-status ul {
        font-size: .8rem; } }
    .mypage-top-status ul li {
      list-style: none; }
  .mypage-top-status ul.iteminfo {
    margin-bottom: 1.5rem; }
    .mypage-top-status ul.iteminfo:last-of-type {
      margin-bottom: 0 !important; }
      @media (max-width: 768px) {
        .mypage-top-status ul.iteminfo:last-of-type {
          margin-bottom: 0 !important; } }
.mypage-point-amount {
  display: inline-block;
  margin-left: 2rem; }
  @media (max-width: 768px) {
    .mypage-point-amount {
      margin-left: 0; } }
  .mypage-point-amount a {
    text-decoration: underline;
    font-weight: bold; }
.mypage-status-badge {
  margin-top: -1px;
  margin-right: -1px;
  padding: 8px 1.2rem;
  font-weight: bold;
  float: right; }
  @media (max-width: 768px) {
    .mypage-status-badge {
      padding: 3px 1rem;
      font-size: .9rem; } }
.mypage-status-active {
  background-color: #14a592;
  color: #fff; }
.mypage-status-cancelled {
  background-color: #989898;
  color: #fff; }
.mypage-status-stopped {
  background-color: #d9163b;
  color: #fff; }
.mypage-total-price span {
  color: #d9534f;
  display: inline-block;
  padding-left: .5rem;
  font-size: 2rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    .mypage-total-price span {
      font-size: 1.8rem; } }
  @media (max-width: 575px) {
    .mypage-total-price span {
      font-size: 1.4rem; } }
  .mypage-total-price span span {
    font-size: 70%; }
.mypage-action-button {
  display: block;
  padding: 10px;
  flex-grow: 1; }
  @media (max-width: 768px) {
    .mypage-action-button {
      border-right: 0; } }
  .mypage-action-button a {
    border-top: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    display: block;
    color: #1E1E1E;
    text-decoration: none;
    padding: 1rem 0 1rem 1.2rem;
    flex-grow: 1;
    position: relative; }
    @media (max-width: 768px) {
      .mypage-action-button a {
        padding: .8rem 0 .8rem 1.4rem;
        border-right: none; } }
    .mypage-action-button a:before {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 1px #1E1E1E;
      border-right: solid 1px #1E1E1E;
      position: absolute;
      right: 15px;
      top: calc(50% - 5px); }
    .mypage-action-button a:hover {
      border-top: 1px solid #66b348;
      border-right: 1px solid #66b348;
      background: #66b348;
      color: #fff; }
      .mypage-action-button a:hover:before {
        content: '';
        border-top: solid 1px #fff;
        border-right: solid 1px #fff; }
    .mypage-action-button a.arrow-right:before {
      transform: rotate(45deg); }
  .mypage-action-button:last-child {
    border-right: none; }
.mypage-action-buttons {
  display: flex;
  flex-wrap: wrap; }
  .mypage-action-buttons div:last-of-type a {
    border-right: none; }
.mypage-gnavi {
  border-right: 1px solid #4cb523; }
  @media (max-width: 768px) {
    .mypage-gnavi {
      border-bottom: 1px solid #4cb523; } }
  .mypage-gnavi a {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 0 1em 0;
    border-top: 1px solid #4cb523;
    border-bottom: 1px solid #4cb523;
    border-left: 1px solid #4cb523;
    box-sizing: content-box; }
    @media (max-width: 768px) {
      .mypage-gnavi a {
        border-bottom: none; } }
    @media (max-width: 768px) {
      .mypage-gnavi a i {
        font-size: 1.2rem; } }
    .mypage-gnavi a:hover {
      text-decoration: none;
      background: #4cb523;
      color: #fff; }
.mypage-btn-logout {
  display: inline-block;
  font-size: .85rem;
  border: 1px solid #4cb523;
  padding: .3rem 1rem;
  border-radius: 30px; }
  @media (max-width: 768px) {
    .mypage-btn-logout {
      font-size: .75rem; } }
  .mypage-btn-logout:hover {
    text-decoration: none;
    background: #4cb523;
    color: #fff; }
.mypage-username {
  font-size: 1.3rem; }
  @media (max-width: 575px) {
    .mypage-username {
      font-size: 1.1rem; } }
.mypage-subnavi {
  margin-bottom: 5rem;
  border-left: 1px solid #2f2f2f; }
  .mypage-subnavi:hover {
    border-left: 1px solid #66b348; }
  @media (max-width: 768px) {
    .mypage-subnavi {
      margin-bottom: 3.5rem;
      border-top: 1px solid #2f2f2f; } }
  .mypage-subnavi a {
    border-top: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    display: block;
    color: #1E1E1E;
    text-decoration: none;
    padding: 1rem 0 1rem 1.2rem;
    flex-grow: 1;
    position: relative; }
    @media (max-width: 768px) {
      .mypage-subnavi a {
        padding: .5rem 0 .5rem 1.4rem;
        border-top: none; } }
    .mypage-subnavi a:before {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 1px #1E1E1E;
      border-right: solid 1px #1E1E1E;
      position: absolute;
      right: 15px;
      top: calc(50% - 5px); }
    .mypage-subnavi a:hover {
      border-top: 1px solid #2f2f2f;
      border-right: 1px solid #2f2f2f;
      border-bottom: 1px solid #2f2f2f;
      background: #66b348;
      color: #fff; }
      @media (max-width: 768px) {
        .mypage-subnavi a:hover {
          border-top: none; } }
      .mypage-subnavi a:hover:before {
        content: '';
        border-top: solid 1px #fff;
        border-right: solid 1px #fff; }
    .mypage-subnavi a.arrow-right:before {
      transform: rotate(45deg); }

.regist-table dl {
  display: table;
  width: 100%;
  margin: 0; }
  .regist-table dl:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      .regist-table dl:nth-of-type(odd) {
        background: #fff; } }
  @media (max-width: 991px) {
    .regist-table dl {
      display: block; } }
  .regist-table dl dt, .regist-table dl dd {
    display: table-cell;
    padding: .75rem;
    border-top: 1px solid #dee2e6; }
    @media (max-width: 991px) {
      .regist-table dl dt, .regist-table dl dd {
        display: block; } }
  .regist-table dl dt {
    width: 10rem; }
    @media (max-width: 991px) {
      .regist-table dl dt {
        width: auto;
        background: rgba(0, 0, 0, 0.05); } }
  .regist-table dl dd {
    margin: 0; }
@media (min-width: 992px) {
  .regist-table dl.type2 dt {
    width: 20rem; } }

.item th, .cart th {
  width: 8.5rem; }

#new_address {
  border: 1px solid #1E1E1E;
  padding: .5rem;
  margin-bottom: 1.5rem; }
  #new_address h3 {
    background: #1E1E1E;
    color: #fff;
    padding: .5em;
    font-size: 1rem; }

.cart_in {
  margin-bottom: 3rem; }
  .cart_in-box {
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: .5rem 1rem 1rem 1rem; }
    @media (max-width: 991px) {
      .cart_in-box {
        padding: 0;
        background: none;
        margin-bottom: 2rem;
        border: none; } }
  .cart_in-table {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 90%; }
    .cart_in-table .red {
      color: #E53030; }
    .cart_in-table th, .cart_in-table td {
      padding: 0; }
    .cart_in-table .subtotal {
      font-weight: bold;
      font-size: 1.2rem; }
      .cart_in-table .subtotal th {
        padding-top: .5rem; }
      .cart_in-table .subtotal td {
        color: #E53030;
        padding-top: .5rem; }
    .cart_in-table .carttotal {
      border-top: 1px solid rgba(0, 0, 0, 0.125);
      font-weight: bold;
      font-size: 1.2rem; }
      .cart_in-table .carttotal th {
        padding-top: .5rem; }
      .cart_in-table .carttotal td {
        color: #E53030;
        padding-top: .5rem; }
    .cart_in-table td {
      text-align: right; }
  .cart_in h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media (max-width: 575px) {
      .cart_in h2 {
        font-size: 1.1rem; } }

.payment_title {
  font-size: 1.1rem;
  border-bottom: 1px solid #1E1E1E;
  font-weight: bold;
  padding-bottom: .2rem;
  margin-bottom: .5rem; }

ul.payment_list li {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: .5rem; }

ol.payment_list li {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: .5rem; }

.error-attention {
  margin-top: 2rem;
  background: #f3f3f3;
  padding: 1.5rem; }
  @media (max-width: 575px) {
    .error-attention {
      padding: 1rem; } }
  .error-attention h3 {
    font-weight: bold;
    font-size: 1.1rem; }
    @media (max-width: 575px) {
      .error-attention h3 {
        font-size: 1rem; } }
  .error-attention p {
    font-size: 90%;
    margin-bottom: 0; }

.order-confirmation {
  font-size: .85rem;
  padding: 1rem 0 0 0;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media (max-width: 991px) {
    .order-confirmation {
      margin-bottom: 1rem;
      border: none; } }

.btn-fix {
  padding: 0;
  color: #358720;
  font-size: .9rem; }

.contact-attntion {
  background: #f3f3f3;
  padding: 1rem;
  font-size: 90%; }
  .contact-attntion h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .5rem; }
    @media (max-width: 575px) {
      .contact-attntion h3 {
        font-size: 1rem; } }
  .contact-attntion ul li {
    list-style: disc;
    margin-left: 1rem;
    margin-bottom: .5rem; }

.qa #p01, .qa #p02, .qa #p03 {
  margin-top: -100px;
  padding-top: 100px; }
.qa-index {
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  margin-bottom: 3rem;
  display: inline-block; }
  .qa-index li {
    list-style: decimal;
    margin-left: 1rem; }
@media (max-width: 575px) {
  .qa .card-header {
    padding: .5rem; } }
.qa .btn {
  padding: .2rem 0;
  text-align: left;
  width: 100%; }
  @media (max-width: 575px) {
    .qa .btn {
      display: flex; } }
  @media (max-width: 575px) {
    .qa .btn {
      font-size: .9rem; } }
  .qa .btn:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f2c4";
    color: #358720;
    margin-right: .8rem;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-top: -.1rem; }
.qa-table thead {
  background: #FEFFEA; }
.qa-table th, .qa-table td {
  text-align: center;
  white-space: nowrap; }
.qa-banner {
  display: flex;
  padding: .5rem;
  border: 1px solid #358720;
  position: relative;
  align-items: center;
  height: 110px;
  position: relative; }
  @media (max-width: 575px) {
    .qa-banner {
      height: 50px; } }
  .qa-banner:after {
    content: "";
    position: absolute;
    top: calc( 50% - 7px);
    right: 1rem;
    border-top: 2px solid #358720;
    border-right: 2px solid #358720;
    transform: translateX(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    display: block; }
  .qa-banner:hover {
    text-decoration: none;
    background: #FEFFEA; }
  .qa-banner figure {
    width: 60px;
    margin: 0;
    text-align: center; }
    @media (max-width: 575px) {
      .qa-banner figure {
        width: 45px; } }
    .qa-banner figure i {
      font-size: 2rem; }
  .qa-banner div {
    padding-left: .8rem; }
    .qa-banner div h2 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .qa-banner div h2 {
          font-size: 1rem; } }
.qa .card td {
  background: #fff; }

.guide .row .guide-nav .guide-banner {
  display: flex;
  padding: 1rem .5rem;
  border: 1px solid #358720;
  position: relative;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .guide .row .guide-nav .guide-banner {
      border-bottom: none; } }
  .guide .row .guide-nav .guide-banner:after {
    content: "";
    position: absolute;
    top: calc( 50% - 7px);
    right: 1rem;
    border-top: 2px solid #358720;
    border-right: 2px solid #358720;
    transform: translateX(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    display: block; }
  .guide .row .guide-nav .guide-banner:hover {
    text-decoration: none;
    background: #FEFFEA; }
  .guide .row .guide-nav .guide-banner i {
    font-size: 2.4rem;
    width: 50px;
    text-align: center; }
    @media (max-width: 575px) {
      .guide .row .guide-nav .guide-banner i {
        font-size: 2rem;
        width: 40px; } }
  .guide .row .guide-nav .guide-banner div {
    padding-left: .8rem; }
    .guide .row .guide-nav .guide-banner div h2 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .guide .row .guide-nav .guide-banner div h2 {
          font-size: 1rem; } }
    .guide .row .guide-nav .guide-banner div p {
      margin-bottom: 0;
      font-size: 90%; }
.guide .row .guide-nav:last-of-type .guide-banner {
  border-bottom: 1px solid #358720; }
  .guide .row .guide-nav:last-of-type .guide-banner:after {
    content: "";
    position: absolute;
    top: calc( 50% - 7px);
    right: 1rem;
    border-top: 2px solid #358720;
    border-right: 2px solid #358720;
    transform: translateX(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    display: block; }
.guide .cardimg {
  text-align: center; }
  .guide .cardimg img {
    width: 400px; }
    @media (max-width: 575px) {
      .guide .cardimg img {
        width: 300px; } }

@media (max-width: 991px) {
  .first-mainimg {
    margin: 0 -15px; } }
.first-mainimg h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem 0; }
  @media (max-width: 991px) {
    .first-mainimg h1 {
      font-size: 1.2rem;
      margin: 1.5rem 0 1rem 0; } }
.first-tokutentitle {
  background: #358720;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: .8rem 0;
  font-size: 1.3rem;
  font-weight: bold; }
  @media (max-width: 575px) {
    .first-tokutentitle {
      font-size: 1.1rem; } }
.first-tokuten {
  border-right: 1px solid #358720;
  border-bottom: 1px solid #358720;
  border-left: 1px solid #358720;
  padding-top: 1.5rem; }
  .first-tokuten dl {
    text-align: center; }
    .first-tokuten dl i {
      font-size: 2.5rem;
      color: #358720; }
    .first-tokuten dl dt {
      color: #358720;
      font-size: 1.1rem;
      font-weight: bold;
      margin-top: .5rem;
      margin-bottom: .5rem; }
      @media (max-width: 575px) {
        .first-tokuten dl dt {
          font-size: 1rem; } }
    .first-tokuten dl dd {
      font-size: .9rem;
      line-height: 1.3;
      text-align: left; }
.first-list-box {
  padding: .3rem 0;
  text-align: center;
  position: relative; }
  .first-list-box .circle {
    border: 4px double #358720;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .first-list-box .circle {
        width: 165px;
        height: 165px; } }
    @media (max-width: 350px) {
      .first-list-box .circle {
        width: 150px;
        height: 150px; } }
    .first-list-box .circle .inner h2 {
      font-size: 1.1rem;
      font-weight: bold;
      color: #358720; }
      @media (max-width: 575px) {
        .first-list-box .circle .inner h2 {
          font-size: .9rem;
          margin-bottom: .2rem; } }
      .first-list-box .circle .inner h2 i {
        font-size: 2.5rem;
        display: block;
        margin-bottom: .8rem;
        color: #358720; }
        @media (max-width: 575px) {
          .first-list-box .circle .inner h2 i {
            font-size: 2.5rem;
            margin-bottom: .5rem; } }
    .first-list-box .circle .inner p {
      font-size: 90%;
      line-height: 1.3;
      margin: 0; }
      @media (max-width: 575px) {
        .first-list-box .circle .inner p {
          font-size: .7rem; } }

.purchase-history th {
  min-width: 6.5rem; }

.countdown {
  text-align: center;
  padding: 0 0 3rem 0;
  font-size: 1rem;
  line-height: 1.4; }
  .countdown .icon-timer {
    width: 50px;
    display: inline-block;
    margin-bottom: .5rem; }
  .countdown #result {
    font-weight: bold;
    font-size: 1.5rem;
    color: #c60e05; }

/*-----AMAZPNPAY--------*/
#amazon_area {
  margin: 2rem 0 !important; }

.amazonpaybox {
  border: 1px solid #f2c75f;
  padding: 1rem;
  text-align: center;
  border-radius: 5px;
  margin: 1.5rem 0;
  letter-spacing: 0; }
  @media (max-width: 575px) {
    .amazonpaybox {
      padding: 1rem .5rem; } }
  @media (max-width: 575px) {
    .amazonpaybox p {
      font-size: .85rem; } }

.btn-delete input {
  border: none;
  background: none;
  padding: 0; }

button#amazon_order {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 1rem 0 !important;
  line-height: 1.5rem !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #a88734 #9c7e31 #846a29 !important;
  color: #111 !important;
  border-radius: 3px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  background: #f4d078 !important;
  background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b) !important;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset !important; }

/*----決済　入力内容確認ポップアップ-----*/
.floatBox {
  top: 7% !important;
  z-index: 99999 !important; }

/*---upsell---*/
.upsell {
  background: #f6ffce;
  padding: 1rem;
  margin: 0 auto;
  border: 1px dotted #66b348; }
  @media (max-width: 575px) {
    .upsell {
      width: auto !important;
      margin-right: -15px;
      margin-left: -15px;
      border: none; } }
  .upsell .media img {
    width: 200px; }
    @media (max-width: 575px) {
      .upsell .media img {
        width: 100px; } }
  .upsell h2 {
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
    padding: .7rem;
    border: 2px solid #66b348;
    margin-bottom: 1rem;
    color: #66b348;
    font-weight: bold; }
    @media (max-width: 575px) {
      .upsell h2 {
        font-size: 1.2rem;
        padding: .7rem .5rem; } }
    @media (max-width: 320px) {
      .upsell h2 {
        font-size: 1rem; } }
    .upsell h2 span {
      display: block;
      text-align: center;
      font-size: 80%;
      margin-bottom: .5rem; }
  .upsell h3 {
    font-size: 1.3rem; }
    @media (max-width: 575px) {
      .upsell h3 {
        font-size: 1rem; } }
  .upsell .change {
    background: #66b348;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem; }
    @media (max-width: 575px) {
      .upsell .change {
        font-size: .95rem; } }
    .upsell .change:hover {
      text-decoration: none; }
    .upsell .change span {
      padding: .375rem 1.5rem .375rem 2rem;
      display: block;
      position: relative; }
      .upsell .change span:before {
        display: block;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        margin-right: .5rem;
        font-weight: 600;
        animation: upsell 2s ease -1s infinite; }
  .upsell .price {
    font-size: .8rem;
    color: #dc3545;
    font-weight: bold; }
    @media (max-width: 575px) {
      .upsell .price {
        font-size: .7rem; } }
    .upsell .price span {
      font-size: 1.8rem; }
      @media (max-width: 575px) {
        .upsell .price span {
          font-size: 1.5rem; } }
      @media (max-width: 320px) {
        .upsell .price span {
          font-size: 1.4rem; } }
    .upsell .price small {
      font-size: .8rem; }
      @media (max-width: 575px) {
        .upsell .price small {
          letter-spacing: -1px;
          font-size: .7rem; } }
  .upsell p {
    font-size: 90%;
    line-height: 1.4;
    margin-top: .5rem; }
  .upsell ul {
    margin-bottom: 0; }
    .upsell ul li {
      font-weight: bold;
      font-size: 1.1rem;
      position: relative; }
      @media (max-width: 575px) {
        .upsell ul li {
          font-size: .9rem; } }
  .upsell table th {
    width: 5rem;
    background: none !important; }
    @media (max-width: 575px) {
      .upsell table th {
        width: 4.5rem; } }
  .upsell table th.now {
    font-size: 90%; }
    @media (max-width: 575px) {
      .upsell table th.now {
        font-size: 80%; } }
    .upsell table th.now span {
      font-weight: normal;
      padding: .3rem .6rem;
      border: 1px solid #1E1E1E;
      border-radius: 5px; }
  .upsell table th.after {
    font-size: .9rem; }
    @media (max-width: 575px) {
      .upsell table th.after {
        font-size: .8rem; } }
    .upsell table th.after span {
      background: #E53030;
      color: #fff;
      padding: .3rem .4rem;
      border-radius: 5px; }

@keyframes upsell {
  0% {
    left: .2rem;
    opacity: 0; }
  50% {
    left: .5rem;
    opacity: 1; }
  100% {
    left: 1.2rem;
    opacity: 0; } }
.item-info {
  background: #66b348;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .item-info {
      padding: .7rem 0; } }
  @media (min-width: 768px) {
    .item-info div:after {
      content: "";
      clear: both;
      display: inline-block; } }
  .item-info a {
    background: #286618;
    color: #fff;
    padding: .3rem 2rem;
    text-align: center;
    width: 150px;
    font-size: 85%; }
    .item-info a:hover {
      color: #fff; }

.product-listbox {
  margin-bottom: 5rem; }
  .product-listbox a {
    font-size: .95rem; }
    .product-listbox a:hover {
      text-decoration: none; }
      .product-listbox a:hover .product-name {
        text-decoration: underline; }
    @media (max-width: 767px) {
      .product-listbox a {
        line-height: 1.5; } }
  .product-listbox li {
    border-top: 1px solid #cfe3c5;
    border-bottom: 1px solid #cfe3c5;
    border-left: 1px solid #cfe3c5;
    padding: 1.5rem; }
    .product-listbox li:last-of-type {
      border-right: 1px solid #cfe3c5; }
    @media (max-width: 1200px) {
      .product-listbox li {
        padding: 1rem;
        border-top: none;
        border-right: 1px solid #cfe3c5;
        border-bottom: 1px solid #cfe3c5;
        border-left: none; }
        .product-listbox li:nth-of-type(1) {
          border-top: 1px solid #cfe3c5; }
        .product-listbox li:nth-of-type(2) {
          border-top: 1px solid #cfe3c5; }
        .product-listbox li:nth-of-type(even) {
          border-right: none; } }
.product-thum {
  text-align: center;
  margin-bottom: 1rem; }
.product-price {
  color: #1E1E1E; }

.campainimg {
  text-align: center; }
  @media (min-width: 992px) {
    .campainimg img {
      max-width: 600px; } }

.news-list li {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #cfe3c5; }
  .news-list li time {
    margin-right: 2rem; }
    @media (max-width: 991px) {
      .news-list li time {
        display: block; } }

.concept {
  display: flex;
  font-size: 1.3rem;
  padding: 0 0 2.5rem 0; }
  @media (max-width: 575px) {
    .concept {
      font-size: .9rem; } }
  .concept:before {
    content: "";
    display: block;
    width: 4rem;
    margin-top: 1rem;
    margin-right: 1.5rem;
    height: 1px;
    background: #1E1E1E; }
    @media (max-width: 575px) {
      .concept:before {
        width: 2rem;
        margin-top: .5rem;
        margin-right: .5rem; } }
  .concept a {
    font-size: .9rem; }

.sidenavi {
  padding: 1.5rem 0 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 2rem; }
  .sidenavi h2 {
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 1rem; }
  .sidenavi .media {
    margin-bottom: .5rem; }
  .sidenavi a {
    font-weight: 400;
    line-height: 1.2;
    display: inline-block; }
  .sidenavi img {
    width: 60px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.itemdetail h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .itemdetail h1 {
      font-size: 1.3rem; } }
.itemdetail h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem; }
  @media (max-width: 575px) {
    .itemdetail h3 {
      font-size: 1rem;
      margin-bottom: 1rem; } }
.itemdetail .badge {
  font-size: 85%; }
.itemdetail-discount {
  font-weight: 600;
  border: 2px dashed #c0e76e;
  padding: .3rem;
  margin-bottom: .5rem;
  background: #fff; }
.itemdetail-delicost {
  padding: .2rem .5rem;
  border: 1px solid #1E1E1E;
  font-weight: bold; }
  @media (max-width: 575px) {
    .itemdetail-delicost {
      font-size: .8rem;
      padding: .2rem .4rem; } }
.itemdetail .number {
  width: 3rem; }
.itemdetail-subtitle {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem; }
  @media (max-width: 575px) {
    .itemdetail-subtitle {
      font-size: 1rem; } }
.itemdetail-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem; }
  @media (max-width: 575px) {
    .itemdetail-name {
      font-size: 1.2rem; } }
.itemdetail-price {
  font-weight: 600; }
  .itemdetail-price span {
    font-size: 1.4rem;
    color: #E53030; }
    @media (max-width: 575px) {
      .itemdetail-price span {
        font-size: 1.4rem; } }
.itemdetail-price2 {
  font-size: 90%; }
.itemdetail-teiki {
  border: 4px solid #e7e06e;
  background: #FEFFEA;
  padding: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .itemdetail-teiki {
      margin-right: -15px;
      margin-left: -15px;
      border-top: 4px solid #e7e06e;
      border-right: none;
      border-bottom: 4px solid #e7e06e;
      border-left: none; } }
  .itemdetail-teiki-title {
    text-align: center;
    font-size: 1.2rem;
    color: #bc9700;
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #bc9700; }
    @media (max-width: 575px) {
      .itemdetail-teiki-title {
        padding-bottom: .5rem; } }
  .itemdetail-teiki-discount {
    padding: 0 1rem; }
    .itemdetail-teiki-discount span {
      color: #E53030; }
.itemdetail .itembox {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem; }
.itemdetail .itembox2 {
  margin-bottom: 1rem;
  border: 4px solid #e7e06e;
  background: #FEFFEA;
  padding: 1rem; }
  @media (max-width: 575px) {
    .itemdetail .itembox2 {
      margin-right: -15px;
      margin-left: -15px;
      border-top: 4px solid #e7e06e;
      border-right: none;
      border-bottom: 4px solid #e7e06e;
      border-left: none; } }

/*---葉酸商品詳細----*/
.yosan1-1 {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/img-yosan1.jpg) no-repeat right bottom;
  position: relative;
  min-height: 500px;
  padding: 4rem 1.5rem; }
  @media (max-width: 767px) {
    .yosan1-1 {
      margin-left: -15px;
      margin-right: -15px;
      background-size: 570px 713px;
      min-height: auto; } }
  .yosan1-1 h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ff829c; }
    @media (max-width: 767px) {
      .yosan1-1 h2 {
        font-size: 1.3rem; } }
  .yosan1-1 ul li {
    font-size: .9rem;
    line-height: 1.3;
    text-align: center;
    padding: .2rem;
    color: #66b348; }
    @media (max-width: 767px) {
      .yosan1-1 ul li {
        font-size: .75rem;
        padding: .1rem; } }
    .yosan1-1 ul li span {
      padding: .5rem;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #66b348;
      display: block;
      border-radius: .5rem; }
      @media (max-width: 767px) {
        .yosan1-1 ul li span {
          padding: .5rem .3rem; } }

.chapter {
  text-align: center;
  margin-bottom: 2rem; }
  .chapter .box {
    display: inline-block;
    border: 3px solid #1E1E1E;
    padding: 1rem;
    font-weight: bold;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .chapter .box {
        font-size: .8rem;
        padding: .7rem; } }
    .chapter .box span {
      font-size: 3rem;
      display: block;
      text-align: center;
      line-height: 1; }
      @media (max-width: 767px) {
        .chapter .box span {
          font-size: 2.5rem; } }
  .chapter + h2 {
    font-weight: bold;
    text-align: center;
    font-size: 　1 0.8rem;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .chapter + h2 {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .chapter + h2 {
        font-size: 1.35rem;
        margin-bottom: 2rem; } }

.yosan1-2 {
  padding-top: 4rem; }
  @media (max-width: 767px) {
    .yosan1-2 {
      padding-top: 2rem; } }
  .yosan1-2 h2 + p {
    text-align: center;
    padding-bottom: 2rem; }
    @media (max-width: 767px) {
      .yosan1-2 h2 + p {
        text-align: left; } }
  .yosan1-2 .featurebox {
    background: #fff;
    padding-bottom: .2rem; }
    .yosan1-2 .featurebox h3 {
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 1rem;
      padding: 3rem 1rem 1rem 1rem;
      background: #66b348;
      color: #fff;
      position: relative; }
      @media (max-width: 767px) {
        .yosan1-2 .featurebox h3 {
          font-size: 1.2rem; } }
      .yosan1-2 .featurebox h3 .icon {
        background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/icon-feature.svg) no-repeat;
        background-size: 90px 90px;
        width: 90px;
        height: 90px;
        margin: auto;
        padding: 1.6rem 1rem .5rem 1rem;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: -45px;
        left: calc(50% - 45px);
        font-size: .75rem;
        letter-spacing: 0; }
        .yosan1-2 .featurebox h3 .icon span {
          font-size: 250%;
          display: block;
          text-align: center;
          line-height: 1;
          letter-spacing: -3px; }
    .yosan1-2 .featurebox .text {
      padding: 1rem; }
    .yosan1-2 .featurebox figure {
      margin-bottom: 0; }
  .yosan1-2 h4 {
    font-weight: bold;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .yosan1-2 h4 {
        font-size: .9rem; } }
    .yosan1-2 h4 + p {
      font-size: .9rem; }
  @media (max-width: 767px) {
    .yosan1-2 .usdaimg {
      width: 150px;
      margin-bottom: 1rem; } }
  .yosan1-2 .mycompany {
    min-width: 15em;
    background: #66b348;
    color: #fff; }
    @media screen and (min-width: 991px) {
      .yosan1-2 .mycompany {
        width: 30%; } }
  .yosan1-2 .mycompany_bg2 {
    background: #dffbd8; }
  .yosan1-2 .othercompany {
    min-width: 10em;
    max-width: 15em;
    background: #5a5a5a;
    color: #fff; }
    @media screen and (min-width: 991px) {
      .yosan1-2 .othercompany {
        width: 25%; } }
  .yosan1-2 .bgcolor {
    background: #e9faeb;
    border: 2px solid #fff;
    padding: 1rem; }
  .yosan1-2 .table-bg {
    background: #f9f9f9; }
  .yosan1-2 td, .yosan1-2 th {
    border: 1px solid #e6b2b2; }
  .yosan1-2 thead th {
    border-bottom: 1px solid #e6b2b2; }

.yosan1-3 {
  padding-top: 4rem; }
  @media (max-width: 767px) {
    .yosan1-3 {
      padding-top: 2rem; } }
  .yosan1-3 h2 + p {
    text-align: center;
    padding-bottom: 2rem; }
    @media (max-width: 767px) {
      .yosan1-3 h2 + p {
        text-align: left; } }
  .yosan1-3 h3 {
    font-size: 1.1rem;
    font-weight: bold; }
    @media (max-width: 575px) {
      .yosan1-3 h3 {
        font-size: 1rem; } }
  .yosan1-3 .table-responsive > .table {
    width: 100%;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      .yosan1-3 .table-responsive > .table {
        white-space: nowrap; } }
  .yosan1-3 .raw_materials .flag {
    width: 32px; }
  .yosan1-3 .media img {
    width: 130px; }
    @media (max-width: 575px) {
      .yosan1-3 .media img {
        width: 80px; } }

.yosan1-4 {
  padding-top: 4rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .yosan1-4 {
      padding-top: 2rem; } }
  .yosan1-4 h2 + p {
    text-align: center;
    padding-bottom: 2rem; }
    @media (max-width: 767px) {
      .yosan1-4 h2 + p {
        text-align: left; } }
  .yosan1-4 figcaption {
    background: #e3867c;
    padding: .3rem;
    color: #fff;
    text-align: center;
    font-size: .85rem; }
    @media (max-width: 767px) {
      .yosan1-4 figcaption {
        font-size: .65rem;
        letter-spacing: 0; } }
    .yosan1-4 figcaption span {
      display: block;
      text-align: center;
      font-size: 1rem;
      font-weight: bold; }
  .yosan1-4 .bg {
    background: #dffbd8;
    padding: 1rem; }
  .yosan1-4 h3 {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px dotted #1E1E1E;
    margin-bottom: .5rem;
    padding-bottom: .3rem; }
    @media (max-width: 767px) {
      .yosan1-4 h3 {
        font-size: .9rem; } }

.yosan2-1 {
  background: #e8f1cd;
  padding: 1rem .5rem .5rem .5rem; }
  .yosan2-1 h4 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 575px) {
      .yosan2-1 h4 {
        font-size: 1rem; } }
    .yosan2-1 h4.tennen {
      background: #3f9838;
      color: #fff;
      text-align: center;
      padding: .5rem; }
    .yosan2-1 h4.gosei {
      background: #359b7e;
      color: #fff;
      text-align: center;
      padding: .5rem; }
  .yosan2-1 h5 {
    color: #f6a900;
    background: #fffac0;
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
    padding: .5rem; }
  .yosan2-1 figure {
    text-align: center; }
    .yosan2-1 figure img {
      width: 150px; }
    .yosan2-1 figure figcaption {
      font-size: .6rem; }
  .yosan2-1 table {
    font-size: 85%;
    border-color: #fff; }
    .yosan2-1 table td, .yosan2-1 table th {
      border-color: #fff; }
    .yosan2-1 table th {
      width: 100px; }
  .yosan2-1 .memo {
    padding: 1rem;
    font-size: 90%;
    border: 1px solid #fff; }
    .yosan2-1 .memo h3 {
      text-align: left;
      font-size: 1rem; }
    .yosan2-1 .memo p {
      margin-bottom: 0; }

.yosan2-2 h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .yosan2-2 h3 {
      font-size: 1.1rem; } }
.yosan2-2-img {
  text-align: center; }
  .yosan2-2-img img {
    height: 180px; }
    @media (max-width: 575px) {
      .yosan2-2-img img {
        height: auto;
        max-height: 167px; } }

.yosan2-3 {
  padding: 0 0 .5rem 0;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .yosan2-3 {
      padding-top: 2rem; } }
  .yosan2-3 .innerbox {
    background: #fff;
    border-radius: 1rem; }
  .yosan2-3 .innerbox2 {
    background: #fff;
    border-radius: 1rem; }
    @media (max-width: 991px) {
      .yosan2-3 .innerbox2 {
        background: none; } }
  .yosan2-3 h3 {
    font-weight: bold;
    font-size: 1.1rem;
    color: #517e46;
    border-bottom: 2px dotted #517e46;
    padding-bottom: .4rem; }
    @media (max-width: 575px) {
      .yosan2-3 h3 {
        font-size: 1rem; } }

.about_ferritin {
  background: #fff3db;
  padding: 1rem; }
  .about_ferritin h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .5rem; }
    @media (max-width: 991px) {
      .about_ferritin h4 {
        text-align: center; } }
  .about_ferritin p {
    margin: 0; }
  @media (max-width: 991px) {
    .about_ferritin figure img {
      max-width: 20%; } }
  @media (max-width: 575px) {
    .about_ferritin figure img {
      max-width: 25%; } }

.nextpage-nav a {
  background: #ecf7f0;
  padding: .5rem 3rem;
  display: inline-block; }
  .nextpage-nav a:hover {
    text-decoration: none; }

.collapse-btn span:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  margin-right: .5rem;
  display: inline-block;
  font-weight: 600; }
.collapse-btn.iconplus span:before {
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  margin-right: .5rem;
  display: inline-block;
  font-weight: 600; }

.searchlist li {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.125); }
.searchlist-name {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: .5rem; }
  @media (max-width: 575px) {
    .searchlist-name {
      font-size: 1.1rem; } }
  .searchlist-name + p {
    font-size: 95%; }
.searchlist-price span {
  font-weight: bold; }
.searchlist-thum {
  display: block;
  text-align: center; }
  @media (max-width: 575px) {
    .searchlist-thum img {
      max-width: 250px; } }

.cart-table .total {
  vertical-align: middle;
  font-weight: bold;
  font-size: 120%; }

.product-caution {
  font-size: .8rem;
  color: #E53030; }

.iron1-1 {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1.jpg) no-repeat top right;
  position: relative;
  background-size: cover;
  min-height: 450px;
  padding: 4rem 2rem; }
  @media (max-width: 991px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-md.jpg) no-repeat center;
      background-size: 100% auto;
      padding: 2rem 2rem;
      height: 550px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 991px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-md.jpg) no-repeat center top;
      background-size: 100% auto;
      padding: 2rem 2rem 0 2rem;
      height: auto;
      min-height: 510px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-md.jpg) no-repeat center top;
      background-size: 100% auto;
      padding: 2rem 2rem 0 2rem;
      height: auto;
      min-height: 385px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 415px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-sp.jpg) no-repeat center top;
      background-size: 100% auto;
      min-height: 430px;
      padding: 3rem 1rem 0 1rem; } }
  @media (max-width: 380px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-sp.jpg) no-repeat center top;
      background-size: 100% auto;
      min-height: 410px;
      padding: 3rem 1rem 0 1rem; } }
  @media (max-width: 320px) {
    .iron1-1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron_bg1-sp.jpg) no-repeat center top;
      background-size: 100% auto;
      min-height: 350px;
      padding: 3rem 1rem 0 1rem; } }
  .iron1-1 h2 {
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 1200px) {
      .iron1-1 h2 {
        font-size: 1.8rem;
        padding-top: 1rem; } }
    @media (max-width: 991px) {
      .iron1-1 h2 {
        padding-top: 1rem;
        text-align: center; } }
    @media (max-width: 767px) {
      .iron1-1 h2 {
        font-size: 1.3rem;
        padding-top: .5rem;
        text-align: center; } }
    @media (max-width: 320px) {
      .iron1-1 h2 {
        font-size: 1.1rem;
        padding-top: 0; } }
  .iron1-1 ul li {
    font-size: .9rem;
    line-height: 1.3;
    text-align: center;
    padding: .2rem;
    color: #66b348; }
    @media (max-width: 767px) {
      .iron1-1 ul li {
        font-size: .75rem;
        padding: .1rem; } }
    .iron1-1 ul li span {
      padding: .5rem;
      border: 1px solid #66b348;
      display: block;
      border-radius: .5rem; }
      @media (max-width: 767px) {
        .iron1-1 ul li span {
          padding: .5rem .3rem; } }

.iron1-2 {
  padding: 4rem 0 2rem 0; }
  @media (max-width: 767px) {
    .iron1-2 {
      padding-top: 2rem; } }
  @media (max-width: 320px) {
    .iron1-2 h2 {
      font-size: 1.1rem; } }
  .iron1-2 h2 + p {
    text-align: center;
    padding-bottom: 2rem; }
    @media (max-width: 767px) {
      .iron1-2 h2 + p {
        text-align: left; } }
  .iron1-2 .feature-title1 {
    font-weight: bold;
    font-size: 1.3rem; }
    @media (max-width: 991px) {
      .iron1-2 .feature-title1 {
        text-align: center; } }
    @media (max-width: 767px) {
      .iron1-2 .feature-title1 {
        font-size: 1.1rem; } }
  .iron1-2 .featurebox {
    padding-bottom: 0;
    margin-bottom: 2rem;
    background: #fff; }
    @media (max-width: 991px) {
      .iron1-2 .featurebox {
        margin-top: 2rem;
        margin-bottom: 0; } }
    .iron1-2 .featurebox h3 {
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 3rem 1rem 1.5rem 1rem;
      background: #b69a65;
      color: #fff;
      position: relative; }
      @media (max-width: 767px) {
        .iron1-2 .featurebox h3 {
          font-size: 1.2rem; } }
      .iron1-2 .featurebox h3 .icon {
        background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/icon-feature2.svg) no-repeat;
        background-size: 90px 90px;
        width: 90px;
        height: 90px;
        margin: auto;
        padding: 1.6rem 1rem .5rem 1rem;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: -45px;
        left: calc(50% - 45px);
        font-size: .75rem;
        letter-spacing: 0; }
        .iron1-2 .featurebox h3 .icon span {
          font-size: 250%;
          display: block;
          text-align: center;
          line-height: 1;
          letter-spacing: -3px; }
    .iron1-2 .featurebox .text {
      padding: 1rem 0; }
  .iron1-2 figure {
    text-align: center; }
    @media (max-width: 991px) {
      .iron1-2 figure.itemimg img {
        max-width: 60%; } }
  .iron1-2 .rec {
    padding: 2rem 0;
    display: block;
    text-align: center; }
  .iron1-2 .arrangement1 {
    padding: 2rem 0;
    display: block;
    text-align: center; }
    @media (max-width: 991px) {
      .iron1-2 .arrangement1 {
        padding: 2rem 1rem 0 1rem; } }
    @media (max-width: 1200px) {
      .iron1-2 .arrangement1 img {
        width: 100%; } }
  .iron1-2 .agabe {
    padding: 1rem;
    background: #fff3db;
    margin-bottom: 4rem; }
    @media (max-width: 320px) {
      .iron1-2 .agabe {
        display: block; }
        .iron1-2 .agabe img {
          display: block;
          margin-bottom: .5rem;
          width: 100% !important; } }
    .iron1-2 .agabe h5 {
      font-size: 1rem;
      font-weight: bold; }
    .iron1-2 .agabe p {
      font-size: .8rem;
      line-height: 1.4; }
    .iron1-2 .agabe img {
      width: 80px; }
      @media (max-width: 575px) {
        .iron1-2 .agabe img {
          width: 80px; } }

.iron-problem-bg {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron-problem-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding: 4rem 1.5rem 3rem 1.5rem;
  color: #949494; }
  @media (max-width: 767px) {
    .iron-problem-bg {
      background-size: cover; } }
  .iron-problem-bg .ironsup {
    text-align: center; }
    .iron-problem-bg .ironsup img {
      width: 170px; }
  .iron-problem-bg h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2rem; }
  .iron-problem-bg h5 {
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: .3rem;
    border-bottom: 1px solid #949494; }

.iron-problem-bg2 {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron-problem-bg2.jpg) no-repeat;
  background-size: 100% auto;
  padding: 4rem 1.5rem 3rem 1.5rem; }
  @media (max-width: 767px) {
    .iron-problem-bg2 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/iron-problem-bg2.jpg) repeat-y;
      background-size: 100% auto; } }
  .iron-problem-bg2 .ironsup {
    text-align: center; }
    .iron-problem-bg2 .ironsup img {
      width: 200px; }
  .iron-problem-bg2 .merit img {
    width: 80px; }
  .iron-problem-bg2 .merit figcaption {
    color: #ffae00;
    font-weight: bold; }
  .iron-problem-bg2 h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .iron-problem-bg2 h4 {
        font-size: 1.4rem; } }
    @media (max-width: 320px) {
      .iron-problem-bg2 h4 {
        font-size: 1.2rem; } }
  .iron-problem-bg2 h5 {
    font-size: 1.2rem;
    margin-bottom: .7rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0; }
    @media (max-width: 320px) {
      .iron-problem-bg2 h5 {
        font-size: 1.1rem; } }
    .iron-problem-bg2 h5 + p {
      font-size: .9rem;
      line-height: 1.4; }
  .iron-problem-bg2 .copy {
    text-align: center;
    font-size: 1.2rem; }
    @media (max-width: 575px) {
      .iron-problem-bg2 .copy {
        font-size: 1rem; } }
    .iron-problem-bg2 .copy span {
      font-weight: bold; }

@media (max-width: 767px) {
  .iron1-3 {
    padding-top: 2rem; } }
.iron1-3 h3 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .iron1-3 h3 {
      font-size: 1rem; } }
  .iron1-3 h3 span {
    padding: .5rem 1rem;
    border: 1px solid #1E1E1E;
    display: inline-block; }
  .iron1-3 h3 + p {
    text-align: center;
    margin-bottom: 2rem; }
.iron1-3 .table-responsive > .table {
  width: 100%;
  word-wrap: break-word; }
  @media (max-width: 767px) {
    .iron1-3 .table-responsive > .table {
      white-space: nowrap; } }
.iron1-3 .raw_materials .flag {
  width: 32px; }
.iron1-3 .media {
  margin-top: 1.5rem;
  align-items: center; }
  @media (max-width: 575px) {
    .iron1-3 .media {
      align-items: flex-start; } }
  .iron1-3 .media img {
    width: 130px; }
    @media (max-width: 575px) {
      .iron1-3 .media img {
        width: 80px; } }
  .iron1-3 .media h4 {
    font-weight: bold;
    font-size: 1rem; }

.iron1-4 {
  padding-top: 3rem; }

.iron2-1 {
  margin-bottom: 3rem; }
  .iron2-1 h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    border-left: 6px solid #6e1e19;
    padding-left: .8rem; }
    @media (max-width: 575px) {
      .iron2-1 h3 {
        font-size: 1.1rem; } }
  .iron2-1 .graph {
    background: #6e1e19;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    padding: .5rem;
    margin-bottom: 0; }
    .iron2-1 .graph + div {
      border: 1px solid #6e1e19;
      padding: 1rem; }
      .iron2-1 .graph + div h5 {
        text-align: center;
        font-size: 1rem;
        background: #b69a65;
        padding: .4rem;
        color: #fff; }
        @media (max-width: 575px) {
          .iron2-1 .graph + div h5 {
            font-size: .9rem; } }
  .iron2-1 figcaption {
    font-size: .8rem;
    text-align: center; }
  .iron2-1 .check li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-right: .5rem; }
  .iron2-1 .type h4 {
    text-align: center;
    font-size: 1rem;
    background: #b69a65;
    padding: .4rem;
    color: #fff; }
    @media (max-width: 575px) {
      .iron2-1 .type h4 {
        font-size: .9rem; } }
  .iron2-1 .type h5 {
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: .2rem; }
  .iron2-1 .kaizen {
    background: #fff3db;
    padding: 1rem;
    font-size: .9rem; }
    .iron2-1 .kaizen h4 {
      font-size: 1rem;
      font-weight: bold; }
    .iron2-1 .kaizen p {
      margin: 0; }
  .iron2-1 .hiwa {
    background: #fff3db;
    padding: 1rem;
    font-size: .9rem; }
    .iron2-1 .hiwa h4 {
      text-align: center;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .iron2-1 .hiwa h4 {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .iron2-1 .hiwa h4 img {
          width: 400px; } }
      @media (max-width: 575px) {
        .iron2-1 .hiwa h4 img {
          width: 300px; } }
    .iron2-1 .hiwa p {
      margin: 0; }

.subtitle1 {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: .5rem;
  margin: 2rem 0 .5rem 0; }
  @media (max-width: 575px) {
    .subtitle1 {
      font-size: 1rem; } }

.foryou .bg1 {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/lemon_img1_pc.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 25rem;
  padding-top: 80px;
  font-size: 1rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .foryou .bg1 {
      font-size: 1.2rem; } }
  @media (max-width: 991px) {
    .foryou .bg1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/lemon_img1_pc.jpg) no-repeat bottom;
      font-size: 1rem;
      background-size: cover;
      padding-top: 50px;
      padding-right: 1rem;
      padding-bottom: 330px;
      font-size: 0.8rem;
      background-position-x: 0; } }
  @media (max-width: 767px) {
    .foryou .bg1 {
      background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/lemon_img1_sp.jpg) no-repeat bottom;
      background-size: cover;
      margin-right: -15px;
      margin-left: -15px; } }
  .foryou .bg1 h2 {
    text-align: right;
    color: #6F8412;
    letter-spacing: 1px;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-right: .5rem; }
    @media (max-width: 991px) {
      .foryou .bg1 h2 {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .foryou .bg1 h2 {
        font-size: 1.5rem; } }
  .foryou .bg1 p {
    text-align: right;
    color: #6F8412;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .foryou .bg1 p {
        letter-spacing: 0; } }
.foryou .bg1_sp {
  background: url(https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/bg.jpg) repeat;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.mission1 figure {
  text-align: center; }
  @media (max-width: 767px) {
    .mission1 figure img {
      width: 100px; } }
.mission1 h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .mission1 h3 {
      font-size: 1rem; } }

.philosophy1 {
  margin-bottom: 3rem; }
  .philosophy1 h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold; }
    @media (max-width: 575px) {
      .philosophy1 h3 {
        font-size: 1rem; } }
  .philosophy1 p.en_title {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .philosophy1 p.en_title {
        font-size: 1rem; } }
  .philosophy1 h3 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .philosophy1 h3 {
        font-size: 1.6rem; } }

.philosophy2 {
  margin-bottom: 3rem; }
  .philosophy2 p.en_title {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .philosophy2 p.en_title {
        font-size: 1rem; } }
  .philosophy2 figure {
    text-align: center; }
    .philosophy2 figure img {
      width: 300px; }
  .philosophy2 h3 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .philosophy2 h3 {
        font-size: 1.6rem; } }

.news_list {
  margin-bottom: 4rem; }
  .news_list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: .5rem;
    padding-bottom: .5rem; }

.table-type1 {
  font-size: .85rem;
  white-space: nowrap; }
  .table-type1 th, .table-type1 td {
    padding: .5rem; }

.itemtable th {
  width: 30%; }

.input-stock {
  background: none;
  border: none; }

.coffee h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }
  @media (max-width: 575px) {
    .coffee h2 {
      font-size: 1.2rem; } }
.coffee h3 {
  font-size: 1.15rem;
  color: #302825;
  border-bottom: 1px solid #302825;
  font-weight: bold;
  margin-bottom: .5rem;
  padding-bottom: .5rem; }
  @media (max-width: 575px) {
    .coffee h3 {
      font-size: 1.05rem; } }
.coffee-title3 {
  border-left: 6px solid #1e1e1e;
  padding-left: .5rem;
  font-size: 1rem;
  margin-bottom: .5rem;
  font-weight: bold; }

.coffee_table {
  font-size: .8rem;
  background: #f6f3ef; }
  .coffee_table th {
    width: 7rem;
    background: #7f6a4f;
    color: #fff;
    border-bottom: 1px solid #a48662; }
  .coffee_table td {
    border-bottom: 1px solid #d9d4cc; }

.coffee-barista h4 {
  color: #df9219;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem; }
.coffee-barista figure {
  text-align: center; }
  .coffee-barista figure img {
    border-radius: 50%; }
.coffee-barista p {
  font-size: .9rem;
  background: #fff0dd;
  border-radius: 30px;
  padding: 1.2rem;
  position: relative; }
  .coffee-barista p:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #fff0dd;
    right: 100%;
    top: 20%; }
    @media (max-width: 575px) {
      .coffee-barista p:after {
        top: 15%; } }

.coffee_rec {
  background: url("https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/coffee/coffee_bg1.jpg") repeat;
  padding: 3rem 2rem 0 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  @media (max-width: 575px) {
    .coffee_rec {
      background-size: 400px auto; } }
  @media (max-width: 575px) {
    .coffee_rec {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 575px) {
    .coffee_rec h2 {
      font-size: 1.4rem; } }
  .coffee_rec:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-right: -2rem;
    margin-left: -2rem;
    background: url("https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/coffee/rec_bg1.gif") no-repeat;
    background-size: 100% auto;
    top: 0; }
  .coffee_rec:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    margin-right: -2rem;
    margin-left: -2rem;
    background: url("https://ec-force.s3.amazonaws.com/lepeelorganicsjp/uploads/images/coffee/rec_bg1.gif") no-repeat bottom;
    background-size: 100% auto; }
  .coffee_rec h2 {
    text-align: center;
    margin-bottom: 3rem; }
  .coffee_rec-logo {
    text-align: center; }
    .coffee_rec-logo img {
      width: 100px; }

.save {
  background: #f6f3ef;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 1.5rem; }
  @media (max-width: 575px) {
    .save {
      margin-right: -15px;
      margin-left: -15px; } }
  .save table {
    background: #fff;
    text-align: center; }
  .save p {
    font-size: .9rem; }

.top-report-img {
  width: 618px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .top-report-img {
      width: 544px; } }
  @media (max-width: 991px) {
    .top-report-img {
      width: auto; } }

.report-point {
  padding: 1rem;
  background: #fff3db;
  margin-bottom: 4rem; }
  .report-point .report-point-title {
    font-weight: bold;
    font-size: 1rem; }
  .report-point p {
    margin-bottom: 0;
    font-size: 90%; }

/*-----MYPAGE　招待クーポン------*/
#copyMessage {
  visibility: hidden;
  color: green;
  margin-top: 5px; }

.mycoupon-title01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center; }
  @media (max-width: 575px) {
    .mycoupon-title01 {
      font-size: 1.2rem; } }
  .mycoupon-title01 + p {
    font-size: 1rem; }
    @media (max-width: 575px) {
      .mycoupon-title01 + p {
        font-size: .85rem; } }
.mycoupon-title02 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 575px) {
    .mycoupon-title02 {
      font-size: 1rem; } }
  .mycoupon-title02 span {
    border-bottom: 1px solid #212529;
    padding-bottom: .5rem; }
  .mycoupon-title02 + p {
    font-size: 1.5rem; }
    @media (max-width: 575px) {
      .mycoupon-title02 + p {
        font-size: 1.3rem; } }
.mycoupon-box {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: 3rem 2rem 1rem 2rem;
  background: #f7f7f7;
  border: 2px solid #ccc; }
  .mycoupon-box .urlbox {
    font-size: 1.4rem;
    background: #f9ffd5;
    border: 3px solid #e0e6bb;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1.5rem; }
    @media (max-width: 575px) {
      .mycoupon-box .urlbox {
        font-size: 1.2rem; } }
  .mycoupon-box .urlbtn {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    background: #faa01e;
    padding: 1rem 0;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 40px; }
    @media (max-width: 575px) {
      .mycoupon-box .urlbtn {
        font-size: 1.1rem;
        padding: .8rem 0; } }
