<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#main {
  padding: 0;
}

section p {
  font-size: 1.6rem;
  line-height: 1.562;
}

.inner {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}


#main .rGreen li {

    padding: 7px 9px 5px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background-color: #8FC320;
    border-radius: 2px;
}





@media screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}



/*------------------------------------------------------------
	トップページ SP
------------------------------------------------------------*/

.pcOnly{
	display: none;
}
.spOnly{
	display: block;	
}
.header__block {
  display: block;
  width: 100%;
  margin-top: 17px;
}

.section {
  margin-top: 72px;
  padding-bottom: 13px;
    background: #fff5ef;
}

.section__copy {
  display: inline-block;
  padding: 0 20px 10px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #87592E;
  white-space: nowrap;
  position: relative;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__copy small {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.section__copy::before, .section__copy::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #87592E;
  position: absolute;
  bottom: 0;
}

.section__copy::before {
  left: 0;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.section__copy::after {
  right: 0;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.section__headline {
  display: block;
  padding-bottom: 28px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #87592E;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background: url(../img/lp2020spr/line_sp.png) no-repeat center bottom/contain;
}

.section__ribbon {
  display: block;
  width: calc(100% - 24px);
  height: 45px;
  margin: 30px 12px 0;
  background: url(../img/lp2020spr/caption_bg_sp.png) no-repeat center/contain;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 45px;
  color: #FFFFFF;
  text-align: center;
}

.section__text {
  display: block;
  width: calc(100% - 70px);
  margin: 16px 35px 23px;
  font-size: 1.75rem;
  color: #87592E;
}

.item__block {
  margin-bottom: 62px;
}

.item__block .flex{
	display: flex;
	align-items: center;
}
.item__block .flex .rGreen{
	margin-right: 1rem;
}

.item__cell {
  display: block;
  width: calc(100% - 24px);
  margin: 0 12px 20px;
  padding: 32px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 3px;
  position: relative;
}

.item__balloon {
  display: block;
  width: 155px;
  position: absolute;
  top: -6px;
  left: -6px;
}

.item__image {
  margin-bottom: 21px;
}

.item__name {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.item__price {
  display: block;
  margin-bottom: 13px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: right;
}

.item__price .accent {
  display: inline-block;
  margin: 0 0.3rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #FF8006;
  letter-spacing: -0.1rem;
}

.item__price .tax__included {
  display: inline-block;
  margin: 0 0.3rem;
  letter-spacing: -0.05rem;
}

.item__text {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.item__button {
  display: block;
  width:100%;
  max-width: 255px;
  height: 55px;
  margin: 18px auto 0;
  border: 1px solid #FF8006;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FF8006;
  line-height: 55px;
  text-align: center;
}

.item__button__add:nth-of-type(1) {
  margin-bottom: 18px;
}

.item__button a, .item__button a:hover, .item__button :active, .item__button a:visited {
  display: block;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.item__gray {
  border: 1px solid #7C7C7C;
  color: #7C7C7C;
}

.item__gray a:hover, .item__gray a:active, .item__gray a:visited {
  color: #7C7C7C;
}

.item_block.type_col2{
	margin-bottom: 60px;
}
.item_block.type_col2 .item__cell{
    padding: 35px 26px 30px;
}

.item_block.type_col2 .one_block:first-child{
	margin-bottom: 40px;
}

.item_block.type_col2 .flex{
	display: block;
	justify-content: space-between;
	width: 100%;
}


.item__block .flex {
    display: block;
    align-items: center;
}
.item__block.type02 .item__cell.item__wide{
	margin-bottom: 0
}
.item__block.type02 .flex.type02{
    width: calc(100% - 24px);
    margin: 0 auto;
    background: #fff;
    padding: 0px 28px 32px;
    box-sizing: border-box;
}
.item__block.type02 .flex.type02 &gt; div:first-child{
    margin-bottom: 30px;
}





/* width 375px */
@media screen and (min-width: 375px) {
  .section__copy {
    font-size: 2.3rem;
	top: -40px
  }
  .section__headline {
    font-size: 2.2rem;
  }
  .section__ribbon {
    font-size: 2.0rem;
  }
  .item__balloon {
    width: 185px;
  }
  .item__button {
	height: 55px;
    font-size: 2rem;
    line-height: 55px;
  }
  .item__name {
    font-size: 2.2rem;
  }
}

/* width 400px */
@media screen and (min-width: 400px) {
  .section__copy {
    font-size: 2.5rem;
  }
  .section__copy small {
    font-size: 1.7rem;
  }
}

/*------------------------------------------------------------
	トップページ PC
------------------------------------------------------------*/
@media screen and (min-width: 768px) {

.pcOnly{
	display: block;
}
.spOnly{
	display: none;	
}


  .header__block {
    margin-top: 48px;
    padding: 14px 0;
    background: url(../img3/2021autumn/bg_autumn.jpg) no-repeat center/cover;
  }
  .header__inner {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section {
    margin-top: 180px;
    padding-bottom: 13px;
  }
  .section__copy {
    padding: 0 90px;
    font-size: 4rem;
    font-weight: 400;
    top: -60px;
  }
  .section__copy small {
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
  }
  .section__copy::before, .section__copy::after {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background: #87592E;
    position: absolute;
  }
  .section__copy::before {
    left: 0;
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  .section__copy::after {
    right: 0;
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  .section__headline {
    padding-bottom: 10px;
    margin-bottom: 32px;
    font-size: 2.5rem;
    background: url(../img/lp2020spr/line.png) no-repeat center bottom/contain;
  }
  .section__ribbon {
    display: block;
    width: 100%;
    height: 60px;
    margin: 48px 0 0;
    background: url(../img/lp2020spr/caption_bg.png) no-repeat center/contain;
    font-size: 2.0rem;
    line-height: 60px;
  }
  .section__text {
    display: block;
    margin: 25px auto 32px;
    font-size: 2rem;
    line-height: 35px;
    text-align: center;
  }
  .item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
  }
  .item__block.type02{
	  display: block;
	  background: #fff;
  }
  .item__block.type02 &gt; .flex{
    display: flex;
  }
  
  .item__block.type02 &gt; .flex  .item__cell.item__wide{
    padding-bottom: 10px;
  }
  
  .item__block.type02 &gt; .flex.type02{
    padding: 0px 23px 30px;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .item__block.type02 &gt; .flex.type02 &gt; div{
    width: 50%;
    padding: 0 2%;
  }


  .item__cell {
    display: block;
    width: 100%;
    max-width: 432px;
    margin: 0;
    padding: 25px 22px 30px;
    border-radius: 4px;
    position: relative;
  }
  .item__wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
  }
  .item__wide .item__text {
    height: auto;
  }
  .item__balloon {
    display: block;
    width: 218px;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  .item__image {
    max-width: 440px;
    margin-bottom: 18px;
  }
  .item__details {
    display: block;
    width: 100%;
    max-width: 395px;
    padding-left: 20px;
  }
  .item__name {
    font-size: 2.5rem;
  }
  .item__price {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.75;
    -webkit-transform: translateX(0.15em);
            transform: translateX(0.15em);
  }
  .item__price .accent {
    margin: 0 0.5rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .item__price .tax__included {
    margin: 0 0.5rem;
  }
  .item__text {
    display: block;
    height: 72px;
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .item__button {
    width: 236px;
    height: 51px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 51px;
  }

  .item__button__add {
    margin: 0 0 18px auto;
  }

  .item__button__add:nth-of-type(2) {
    margin: 0 0 0 auto;
  }
.item_block.type_col2{
	margin-bottom: 60px;
}
.item_block.type_col2 .item__cell{
    padding: 35px 62px 30px;
}

.item_block.type_col2 .flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.item_block.type_col2 .one_block:first-child{
	margin-bottom: 0;
}

.sec_link{
	padding-top: 5rem;
}
.sec_link .flex{
    display: flex;
    justify-content: space-around;

}
.sec_link .flex a{
	display: block;

}

/*
#link01,
#link02,
#link03,
#link04 {
   margin-top:-100px;
  padding-top:100px;
}
*/


}


/* IE9 only */
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .section {
    clear: both;
  }
  .section__ribbon {
    clear: both;
  }
  .item__block {
    display: block;
    overflow: hidden;
  }
  .item__cell:nth-of-type(1) {
    float: left;
  }
  .item__cell:nth-of-type(2) {
    float: right;
  }
  .item__wide .item__image {
    float: left;
  }
  .item__details {
    float: right;
  }
}

@media (max-width: 767px){

.sec_link{
	padding: 30px 10px 10px;
}
.sec_link .flex{
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
.sec_link .flex a{
	display: block;
	width: 48%;
	margin-bottom: 12px;
}
.sec_link .flex a img{
	
}

}</pre></body></html>