<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*
*
reset
*
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-size: 16px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

a:hover {
  color: #575757;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
*
*
static var
*
*
*/
/* size
--------------------------------------------------------- */
/* text setting
--------------------------------------------------------- */
/* color setting
--------------------------------------------------------- */
/* breakpoint
--------------------------------------------------------- */
/*
*
*
global settings
*
*
*/
body {
  background-image: url("../img/backGroundColor.png");
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  letter-spacing: 0.1em !important;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 820px) {
  body {
    letter-spacing: 0.1em;
  }
}

main {
  background-color: #ffffff;
}

.left {
  float: left;
}

@media screen and (max-width: 820px) {
  .left {
    float: none;
  }
}

.right {
  float: right;
}

@media screen and (max-width: 820px) {
  .right {
    float: none;
  }
}

.cartBtn {
  width: 269px;
  margin: 0 auto;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 820px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 820px) {
  .sp_only {
    display: block !important;
  }
}

br.sp_only {
  line-height: initial;
  top: -210px;
  padding: 0;
}

/*
*
*
common
*
*
*/
/* =========================================================
common obj
========================================================= */
/* =========================================================
header
========================================================= */
header {
  max-width: 1024px;
  border-bottom: 1px solid #b9b9ba;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  padding-top: 30px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 820px) {
  header {
    height: 70px;
  }
}

.header__backColor {
	position: absolute;
	pointer-events: none;
	width: 1024px;
}

@media screen and (max-width: 820px) {
  .header__backColor {
    top: 70px;
  }
}

.header__spMenuBtn {
  display: none;
}

@media screen and (max-width: 820px) {
  .header__spMenuBtn {
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
  }
  .header__spMenuBtn img {
    width: 24px;
  }
}

.headerBtn-wrapper {
  width: 130px;
  float: right;
  margin-right: 10px;
  margin-top: -15px;
}
 

@media screen and (max-width: 820px) {
  .headerBtn-wrapper {
    margin-top: -8px;
  }
}

.headerBtn {
  display: flex;
  justify-content: space-between;
}

.headerBtn--jp img {
  width: 50px;
}

.headerBtn--login img {
  width: 30px;
}
.headerBtn--cart img {
  width: 30px;
}


.globalMenu-wrapper {
  max-width: 900px;
  margin: 48px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 820px) {
  .globalMenu-wrapper {
    display: none;
  }
}

.globalMenu {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

.globalMenu li {
  max-width: 180px;
  line-height: 1.3;
  text-align: center;
}

.globalMenu li a {
  font-weight: bold;
}

.globalMenu .purchaseBtn-wrapper {
  width: 90px;
  position: relative;
}
.globalMenu .purchaseBtn-jppage {
  width: 1250px;
  position: relative;
}

.globalMenu .purchaseBtn {
  padding: 7px 5px;
  background-color: #eda2a2;
  color: #ffffff;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  top: -7px;
}

.corpLogo {
  width: 94px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 820px) {
  .corpLogo {
    width: 64px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
  }
}

.corpLogo h1 img {
  width: 100%;
}

.spMenu {
  display: none;
  margin-top: 70px;
}

@media screen and (max-width: 820px) {
  .spMenu {
    display: block;
    position: fixed;
    background-color: #ffffff;
    z-index: 5;
    width: 100%;
    top: -260px;
  }
}

.spMenu li {
  height: 50px;
  border-bottom: 1px solid #575757;
  text-align: center;
  line-height: 50px;
  font-size: 1.6rem;
}

/* =========================================================
top
========================================================= */
/*
*
*
main
*
*
*/
main {
  background-image: url("../img/topBackColor.png");
  /*height: 1000px;*/
  background-repeat: repeat-x;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 188px;
}

@media screen and (max-width: 820px) {
  main {
    height: auto;
    padding-top: 70px;
  }
}

.mainVisualWrapper {
  background-color: #ffffff;
  height: 800px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .mainVisualWrapper {
    height: auto;
  }
}

.mainVisual-backImg {
  position: absolute;
  z-index: 1;
  top: 450px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .mainVisual-backImg {
    top: 640px;
  }
  
}

.mainVisual {
  z-index: 2;
  width: 710px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 820px) {
  .mainVisual {
    padding-top: 40px;
    width: 100%;
  }
}

.mainVisual--title {
  width: 340px;
  position: absolute;
}

@media screen and (max-width: 820px) {
  .mainVisual--title {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }
}

.mainVisual--product {
  position: absolute;
  top: 240px;
}

@media screen and (max-width: 820px) {
  .mainVisual--product {
    position: relative;
    top: 0;
    left: -30px;
    width: 365px;
    margin: auto;
  }
}

.mainVisual--subTitle {
  width: 130px;
  position: absolute;
  left: 220px;
  top: 280px;
}

@media screen and (max-width: 820px) {
  .mainVisual--subTitle {
    left: 100px;
    top: -180px;
    position: relative;
    margin: 0 auto;
  }
}

.mainVisual--text {
  position: absolute;
  top: 550px;
  left: 70px;
  color: #6b6b6b;
}

@media screen and (max-width: 820px) {
  .mainVisual--text {
    text-align: center;
  }
}

.mainVisual--text p {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .mainVisual--text p {
    font-size: 1.6rem;
    color: #4e4e4e;
  }
}

@media screen and (max-width: 820px) {
  .mainVisual--text {
    position: relative;
    left: 0;
    right: 0;
    top: -90px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    max-width: 700px;
  }
  .mainVisual--text p {
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.mainVisual__slider-wrapper {
  position: absolute;
  width: 320px;
  left: 400px;
  top: 120px;
}

@media screen and (max-width: 820px) {
  .mainVisual__slider-wrapper {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 40px;
  }
}

.mainVisual .mainVisual__slider img {
  border-radius: 300px;
}

.content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.content__title {
  margin: 0 auto;
}

.content__subTitle {
  margin: 0 auto;
}

/*///////////////
//
about
//
///////////////*/
.about {
  padding-top: 40px;
  background-color: #ffffff;
  padding-bottom: 250px;
}

.about__title {
  width: 508px;
}

.about__title img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .about__title {
    width: 360px;
    margin: 0 auto;
  }
}

.about__content {
  position: relative;
  height: 800px;
  background-color: #ffffff;
}

@media screen and (max-width: 820px) {
  .about__content {
    height: 600px;
  }
}

.about__content__item {
  position: absolute;
  left: 150px;
  top: 100px;
  z-index: 4;
}

@media screen and (max-width: 820px) {
  .about__content__item {
    position: relative;
    left: -50px;
    top: 0;
    right: 0;
    width: 250px;
    margin: 40px auto 0 auto;
  }
  .about__content__item img {
    width: 100%;
  }
}

.about__content__subTitle {
  position: absolute;
  width: 114px;
}

@media screen and (max-width: 820px) {
  .about__content__subTitle {
    position: relative;
    width: 80px;
  }
}

.about__content__subTitle--st1 {
  left: 530px;
  top: 220px;
  z-index: 4;
}

@media screen and (max-width: 820px) {
  .about__content__subTitle--st1 {
    left: 80px;
    right: 0;
    top: -230px;
    margin: auto;
  }
}

.about__content__subTitle--st2 {
  left: 620px;
  top: 100px;
  z-index: 4;
}

@media screen and (max-width: 820px) {
  .about__content__subTitle--st2 {
    left: 30px;
    top: -240px;
    right: 0;
    margin: auto;
  }
}

.about__content__subTitle--st3 {
  left: 720px;
  top: 220px;
  z-index: 4;
}

@media screen and (max-width: 820px) {
  .about__content__subTitle--st3 {
    left: 130px;
    right: 0;
    top: -320px;
    margin: auto;
  }
}

.about__content__middleImg {
  position: absolute;
  top: 300px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .about__content__middleImg {
    position: relative;
    top: -360px;
  }
}

.about__content__text {
  width: 700px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  z-index: 5;
}

.about__content__text p {
  font-size: 1.4rem;
  margin-bottom: 7px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #6b6b6b;
}

@media screen and (max-width: 820px) {
  .about__content__text p {
    font-size: 1.6rem;
    color: #4e4e4e;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 820px) {
  .about__content__text {
    position: relative;
    top: -800px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    max-width: 700px;
    width: auto;
  }
  .about__content__text p {
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.about__subContent {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}

.about__subContent .about__subTitle1 {
  width: 428px;
}

@media screen and (max-width: 820px) {
  .about__subContent .about__subTitle1 {
    width: 350px;
    margin: 0 auto;
  }
}

.about__subContent .about__subTitle2 {
  width: 448px;
}

@media screen and (max-width: 820px) {
  .about__subContent .about__subTitle2 {
    width: 350px;
    margin: 0 auto;
  }
}

.about__subContent__text {
  max-width: 700px;
  margin: 56px auto 140px auto;
  font-size: 1.5rem;
}

.about__subContent__text p {
  font-size: 1.4rem;
  margin-bottom: 7px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #6b6b6b;
}

@media screen and (max-width: 820px) {
  .about__subContent__text p {
    font-size: 1.6rem;
    color: #4e4e4e;
  }
}

@media screen and (max-width: 820px) {
  .about__subContent__text {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 700px;
    margin-bottom: 100px;
    width: auto;
  }
  .about__subContent__text p {
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.about__subContent__bottomImg {
  position: absolute;
  top: 390px;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.about__subContent__productionProcess {
  max-width: 700px;
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 820px) {
  .about__subContent__productionProcess {
    text-align: center;
    margin-top: 30px;
  }
}

.about__subContent__productionProcess__text {
  width: 350px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .about__subContent__productionProcess__text {
    margin: 0 auto;
  }
}

.about__subContent__productionProcess__text--content {
  width: 280px;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 7px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .about__subContent__productionProcess__text--content {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    font-size: 1.6rem;
    color: #4e4e4e;
  }
}

.about__subContent__productionProcess__text--content2 {
  margin-left: 30px;
}

@media screen and (max-width: 820px) {
  .about__subContent__productionProcess__text--content2 {
    margin-left: 0;
  }
}

.about__subContent__productionProcess__text--backCounter {
  position: absolute;
  width: 120px;
  top: -20px;
}

@media screen and (max-width: 820px) {
  .about__subContent__productionProcess__text--backCounter {
    display: none;
  }
}

.about__people-wrapper {
  width: 700px;
  border: 2px solid #9dc675;
  margin: 57px auto 0 auto;
  padding: 10px;
}

@media screen and (max-width: 820px) {
  .about__people-wrapper {
    width: 90%;
    max-width: 400px;
    margin: 40px auto 0 auto;
  }
}

.about__people {
  border: 1px solid #9dc675;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #6b6b6b;
}

@media screen and (max-width: 820px) {
  .about__people {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
}

.about__people__content {
  text-align: center;
  margin-bottom: 30px;
}

.about__people__content--pic {
  margin-bottom: 26px;
}

@media screen and (max-width: 820px) {
  .about__people__content--pic {
    margin-bottom: 10px;
  }
}

.about__people__content--text {
  color: #848687;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .about__people__content--text {
    font-size: 1.6rem;
    color: #4e4e4e;
  }
}

.about__caution {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 820px) {
  .about__caution {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 20px;
  }
}

.about__btn {
  margin-top: 60px;
}

/*///////////////
//
voice
//
///////////////*/
.voice {
  background-color: #ffffff;
  width: 100%;
  height: 990px;
  background-image: url("../img/voice_backImg.png");
}

@media screen and (max-width: 820px) {
  .voice {
    height: auto;
    background-image: url("../img/voice_backImg_sp.png");
  }
}

.voice__title {
  width: 533px;
  margin-bottom: 120px;
}

@media screen and (max-width: 820px) {
  .voice__title {
    width: 350px;
    margin: 0 auto;
  }
}

.voice__content-wrapper {
  width: 700px;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .voice__content-wrapper {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
}

.voice__content {
  width: 216px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .voice__content {
    margin: 0 auto 50px auto;
  }
}

.voice__content--name {
  width: 120px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #96c2cc;
  border-radius: 20px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.voice__content--icon--w img {
  width: 53px;
}

.voice__content--icon--m img {
  width: 53px;
}

.voice__content--text--arrowTop {
  width: 16px;
  margin: 0 auto;
}

.voice__content--text--arrowTop img {
  width: 100%;
}

.voice__content--text--fukidasi {
  text-align: left;
  background-color: #ffffff;
  font-size: 1.5rem;
  border-radius: 15px;
  padding: 18px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 820px) {
  .voice__content--text--fukidasi {
    font-size: 1.6rem;
    color: #4e4e4e;
  }
}

.voice__content--text--fukidasiTop {
  margin-top: -3px;
}

.voice__caution {
  max-width: 700px;
  margin: 0 auto;
}

.voice__caution p {
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 10px;
}

@media screen and (max-width: 820px) {
  .voice__caution {
    width: 80%;
    margin: auto;
    line-height: 20px;
    text-align: left;
    margin-bottom: 100px;
  }
  .voice__caution p {
    font-size: 1.5rem;
  }
}

/*///////////////
//
use
//
///////////////*/
.use {
  background-image: url("../img/use_backImg.png");
  height: 1243px;
  background-color: #ffffff;
}

@media screen and (max-width: 820px) {
  .use {
    height: auto;
    background-image: url("../img/use_backImg_sp.png");
    padding-bottom: 50px;
  }
}

.use__content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .use__content-wrapper {
    width: 100%;
  }
}

.use__title {
  width: 413px;
  padding-top: 120px;
  margin-bottom: 85px;
}

@media screen and (max-width: 820px) {
  .use__title {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.use__item {
  position: relative;
  margin-left: -20px;
}

@media screen and (max-width: 820px) {
  .use__item {
    margin: auto;
    left: -10px;
    right: 0;
    width: 400px;
  }
  .use__item img {
    width: 100%;
  }
}

.use__subTitle {
  width: 90px;
  position: absolute;
}

@media screen and (max-width: 820px) {
  .use__subTitle {
    position: relative;
    margin: auto;
    width: 80px;
  }
}

.use__subTitle1 {
  left: 460px;
  top: 260px;
}

@media screen and (max-width: 820px) {
  .use__subTitle1 {
    left: 90px;
    top: -280px;
  }
}

.use__subTitle2 {
  left: 535px;
  top: 350px;
}

@media screen and (max-width: 820px) {
  .use__subTitle2 {
    left: 93px;
    top: -270px;
    margin: auto;
  }
}

.use__name {
  width: 150px;
  position: absolute;
  top: 300px;
  left: 670px;
}

@media screen and (max-width: 820px) {
  .use__name {
    position: relative;
    top: -180px;
    left: 0;
    margin: auto;
    width: 120px;
  }
}

.use__about-wrapper {
  display: flex;
  justify-content: center;
  max-width: 515px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .use__about-wrapper {
    margin-top: -120px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
  }
}

.use__arrow {
  margin: 70px 25px 0 25px;
}

.use__arrow img {
  width: 28px;
}

@media screen and (max-width: 820px) {
  .use__arrow {
    margin: 70px auto 0 auto;
  }
}

.use__about {
  text-align: center;
}

@media screen and (max-width: 820px) {
  .use__about {
    width: 150px;
  }
}

.use__about--pic {
  margin-bottom: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .use__about--pic {
    width: 120px;
  }
  .use__about--pic img {
    width: 100%;
  }
}

.use__about--text {
  color: #848687;
}

.use__about--text p {
  margin-top: 10px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 820px) {
  .use__about--text p {
    font-size: 1.3rem;
    color: #1e1e1e;
  }
}

.use__about--text span {
  font-size: 1.2rem;
}

.use__caution-wrapper {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .use__caution-wrapper {
    display: block;
  }
}

.use__caution {
  width: 222px;
  background-color: #a7d28d;
  color: #ffffff;
  margin-top: 56px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 20px;
  padding: 18px;
}

@media screen and (max-width: 820px) {
  .use__caution {
    margin: 20px auto 0 auto;
    font-size: 1.5rem;
  }
}

/*///////////////
//
Q&amp;A
//
///////////////*/
.q-a {
  background-color: #ffffff;
}

.q-a__title {
  width: 413px;
  padding-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 820px) {
  .q-a__title {
    width: 350px;
    margin: 0 auto 90px auto;
  }
}

.q-a__content {
  background-color: #ffffff;
}

.q-a .q-a__content {
  max-width: 895px;
  margin: 0 auto 100px auto;
}

.q-a .q-a__content__q {
  border-bottom: 1px solid #6c6c6c;
  height: 65px;
  margin-bottom: 20px;
  cursor: pointer;
}

.q-a .q-a__content__q--text {
  margin-left: 42px;
  padding-top: 12px;
  float: left;
  font-size: 1.9rem;
  color: #4c4c4c;
}

@media screen and (max-width: 820px) {
  .q-a .q-a__content__q--text {
    margin-left: 12px;
    width: 280px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #4e4e4e;
    padding-top: 5px;
  }
}

.q-a .q-a__content__q--icon {
  width: 51px;
  float: left;
}

@media screen and (max-width: 820px) {
  .q-a .q-a__content__q--icon {
    width: 30px;
    margin-top: 7px;
    margin-left: 5px;
  }
}

.q-a .q-a__content__q--btn {
  width: 33px;
  float: right;
}

@media screen and (max-width: 820px) {
  .q-a .q-a__content__q--btn {
    width: 25px;
    margin-top: 10px;
    margin-right: 7px;
  }
}

.q-a .q-a__content__a {
  margin-top: 35px;
  padding-bottom: 80px;
  display: none;
}

.q-a .q-a__content__a--icon {
  width: 51px;
  float: left;
}

@media screen and (max-width: 820px) {
  .q-a .q-a__content__a--icon {
    width: 30px;
    margin-top: 7px;
    margin-left: 5px;
  }
}

.q-a .q-a__content__a--text {
  margin-left: 42px;
  padding-top: 12px;
  float: left;
  font-size: 1.6rem;
  color: #848484;
  max-width: 800px;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .q-a .q-a__content__a--text {
    max-width: 320px;
    margin-left: 12px;
  }
  .q-a .q-a__content__a--text p {
    font-size: 1.6rem;
    color: #575757;
  }
}

.q-a .q-a__content__a--text--img {
  margin-top: 50px;
}

.q-a .q-a__content__a--text--img img {
  width: 100%;
}

/*///////////////
//
buy
//
///////////////*/
.buy {
  background-image: url("../img/buy_backImg.png");
  height: 1330px;
}

@media screen and (max-width: 820px) {
  .buy {
    height: auto;
    background-image: url("../img/buy_backImg_sp.png");
  }
}

.buy__content__name {
  width: 147px;
  margin: 0 auto;
  padding-top: 85px;
}

.buy__content__subtitle-wrapper {
  display: flex;
  justify-content: space-between;
  width: 336px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .buy__content__subtitle-wrapper {
    width: 290px;
  }
}

.buy__content__subtitle {
  width: 90px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.buy__content__subtitle img {
  width: 100%;
}

.buy__content__type {
  width: 167px;
  margin: 0 auto;
}

.buy__content__description {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  margin-top: 55px;
  color: #777777;
}

@media screen and (max-width: 820px) {
  .buy__content__description {
    width: 80%;
    margin: 20px auto 0 auto;
    text-align: left;
    color: #4e4e4e;
  }
}

.buy__content__item-wrapper {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 33px auto 0 auto;
}

@media screen and (max-width: 820px) {
  .buy__content__item-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}

.buy__content__item {
  width: 270px;
}

@media screen and (max-width: 820px) {
  .buy__content__item {
    margin: 0 auto 100px auto;
    position: relative;
  }
}

.buy__content__item--img--set {
  margin-left: -40px;
}

@media screen and (max-width: 820px) {
  .buy__content__item--img--set {
    width: 270px;
    margin: 0 auto;
  }
}

.buy__content__item--count {
  font-weight: bold;
  font-size: 1.9rem;
  color: #5f6b54;
  text-align: center;
  margin-top: 25px;
  position: relative;
}

.buy__content__item--count .count {
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: normal;
}

.buy__content__item--count .sticker {
  position: absolute;
  top: -20px;
  left: 43px;
  width: 41px;
  height: 41px;
}

.buy__content__item--price {
  text-align: center;
  margin-top: 55px;
  color: #565656;
}

@media screen and (max-width: 820px) {
  .buy__content__item--price {
    margin-top: 10px;
  }
}

.buy__content__item--price .number {
  font-size: 3.2rem;
  font-weight: bold;
}

.buy__content__item--price .yen {
  font-size: 2.1rem;
  font-weight: bold;
}

.buy__content__item--price .zei {
  font-size: 1.1rem;
}

.buy__content__item--btn {
  margin-top: 42px;
}

@media screen and (max-width: 820px) {
  .buy__content__item--btn {
    margin-top: 20px;
  }
}

.buy__content__item--about {
  font-size: 1.2rem;
  color: #939393;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 60px;
  margin-left: 20px;
}

@media screen and (max-width: 820px) {
  .buy__content__item--about {
    margin-top: 20px;
  }
}

/*///////////////
//
footer
//
///////////////*/
footer {
  height: 140px;
  width: 100%;
  background-color: #808080;
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}

footer a {
  color: #ffffff;
}

footer .footer__footerNavi {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  footer .footer__footerNavi {
    margin: 0 auto 20px auto;
  }
}

footer .footer__footerNavi ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding-top: 32px;
}

footer .footer__footerNavi ul li {
  max-width: 210px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  footer .footer__footerNavi ul {
    text-align: center;
    display: block;
    padding-top: 0;
  }
  footer .footer__footerNavi ul li {
    margin-bottom: 8px;
  }
}

footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  footer .copyright {
    background-color: #808080;
    margin-top: 0;
  }
}

/*///////////////
//
footer caution
//
///////////////*/
.footer_caution {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 80px;
  color: #761c19;
  text-align: center;
}

.footer_caution__title {
  margin-bottom: 20px;
}

.footer_caution__content {
  font-size: 1.6rem;
  text-align: left;
}
.mainVisual-backImg1 {
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 100%;
  overflow: hidden;
}
.margintop
{
	margin-top:180px;
	    padding: 0px 40px;
		letter-spacing: 1px;
}
b
{
	font-weight:700
}
/*.headerBtn--jp {
  width: 50px;
  position: absolute;
  top: 5px;
  left: 10px;
}

.headerBtn--jp img {
  width: 100%;
}*/
.second-logo-top
{
	position: absolute;
    width: 140px;
    left: 80px;
}
.icon-list
{
	clear: both;
    float: left;
    margin: 3px 10px 7px 0;
    padding: 1px;
    border: 0px solid rgb(150,150,150);
}

.container { 
	margin-top:100px;
	padding: 0px 50px;
    width:1025px; 
    display:inline-block; 
    height:100px; 
 
    
}


.left { 
   
    vertical-align:middle; 
    width:120px; 
    margin:0; 
    padding:0;   
    height:80px; 
    background-image:url(URL); 
    background-size:100%; 
	right: 80px;
}

.right {
	vertical-align: middle;
	width: 470px;
	padding: 0px 10px;
	font-size: 1rem;
	letter-spacing: 0;
	color: #F60;
}

.container1 { 
	margin-top:20px;
	padding: 0px 50px;
    width:1025px; 
    display:inline-block; 
    height:100px; 
 
    
}


.left { 
   
    vertical-align:middle; 
    width:120px; 
    margin:0; 
    padding:0;   
    height:80px; 
    background-image:url(URL); 
    background-size:100%; 
	right: 80px;
}

.right {
	vertical-align: middle;
	width: 670px;
	padding: 0px 80px;
	height:80px;
	font-size: 1rem;
	letter-spacing: 0;
	color: #F60;
}
</pre></body></html>