@charset "UTF-8";
/*!
Theme Name: bunnygrade
Author: 
since: 1.0
version: 1.0
*/
/**
 * mixins and functions
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
/**
 * 基本カラー定義
 */
/**
 * body設定
 */
/**
 * リンク設定
 */
/**
 * 基本フォント設定
 */
/**
 * サイズ系定義
 */
/**
 * ブレークポイント
 */
/**
 * アニメーション用
 */
/**
 * ブレークポイント
 */
/**
 * Retina
 */
/**
 * クリアフィックス
 */
/**
 * placeholder
 */
/**
 * 汎用パーツ:marker
 */
/**
 * 汎用パーツ:button
 */
/**
 * 汎用パーツ:点線上
 * TODO:サイズ可変にする
 */
/**
 * 汎用パーツ:点線下
 * TODO:サイズ可変にする
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * ベース設定
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
*, *:after, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

a {
  color: #3E3A39;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

/*!
Theme Name: bunnygrade
Author: 
since: 1.0
version: 1.0
*/
/*!
Theme Name: bunnygrade
Author: 
since: 1.0
version: 1.0
*/
/**
 * フッター
 */
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .footer__sns {
    height: 182px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns {
    height: 152px;
  }
}
.footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .footer__sns-list {
    gap: 47px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-list {
    gap: 13px;
  }
}
@media screen and (min-width: 769px) {
  .footer__sns-item {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-item {
    width: 45px;
    height: 45px;
  }
}
.footer__sns-link:hover {
  opacity: 0.8;
}
.footer__inner {
  background-color: #F8F8F8;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 300px;
    height: 56px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 220px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__list {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__list:first-child {
    border-right: 1px solid #dbdbdb;
  }
}
.footer__item {
  font-size: 1.6rem;
  background-image: url(./assets/images/background/footer__item.svg);
  background-size: 10px 16px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .footer__item {
    padding: 5px 10px 5px 18px;
    margin-right: 2em;
    background-position: 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__item {
    margin-right: 0;
    padding: 10px 10px 10px 35px;
    border-top: 1px solid #bfbfbf;
    text-align: left;
    background-position: 15px 50%;
  }
}
.footer__link {
  text-decoration: none;
}
.footer__copy {
  height: 56px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #992E2C;
}
@media screen and (min-width: 769px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.header {
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 1380px;
    height: 100px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 114px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 299px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 225px;
  }
}
.firstview {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .firstview {
    aspect-ratio: 1500/378;
    background-image: url(../images/trace/background/firstview.jpg);
  }
}
@media screen and (max-width: 768px) {
  .firstview {
    aspect-ratio: 375/213;
    background-image: url(../images/trace/background/firstview_sp.jpg);
  }
}
.firstview__title {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 14px #308816, -4px 4px 14px #308816, -4px -4px 14px #308816, 4px -4px 14px #308816, 4px 0px 14px #308816, 0px 4px 14px #308816, -4px 0px 14px #308816, 0px -4px 14px #308816;
}
@media screen and (min-width: 769px) {
  .firstview__title {
    line-height: 1.2340425532;
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview__title {
    line-height: 1.3214285714;
    font-size: 2.8rem;
    padding-bottom: 35px;
  }
}

.main {
  display: block;
}
.product {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
}
@media screen and (min-width: 769px) {
  .product {
    max-width: 1238px;
    padding-bottom: 142px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding-bottom: 109px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .product__item {
    width: 47.7382875606%;
  }
}
@media screen and (max-width: 768px) {
  .product__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .product__item:first-child {
    width: 100%;
  }
}
.trace {
  background-color: #F1EAD9;
}
.trace__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .trace__inner {
    max-width: 1238px;
    -webkit-transform: translateY(-58px);
            transform: translateY(-58px);
  }
}
@media screen and (max-width: 768px) {
  .trace__inner {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}
@media screen and (min-width: 769px) {
  .trace__head {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .trace__head {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 769px) {
  .trace__title {
    width: 650px;
    margin: 0 auto;
  }
}
.trace__lead {
  text-align: center;
  -webkit-transform: traslateY(-10px);
          transform: traslateY(-10px);
}
@media screen and (min-width: 769px) {
  .trace__lead {
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .trace__lead {
    line-height: 2;
    font-size: 1.7rem;
    margin: 0 auto;
  }
}
.trace__strong {
  color: #318917;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .trace__strong {
    line-height: 1.36;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .trace__strong {
    line-height: 1.7;
    font-size: 2rem;
  }
}
.trace__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .trace__list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .trace__list {
    width: 86.6666666667%;
    margin: 0 auto;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .trace__item {
    height: 337px;
    padding: 0 63px 0 107px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    background: url(../images/trace/background/trace__item.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .trace__item {
    padding: 40px 20px;
    background-image: url(../images/trace/background/trace__item01_sp.png), url(../images/trace/background/trace__item02_sp.png), url(../images/trace/background/trace__item03_sp.png);
    background-position: 0 0, 0 100%, 0 0;
    background-size: 100%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, repeat-y;
  }
}
.trace__title02 {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 0.1em;
  text-shadow: 4px 4px 14px #308816, -4px 4px 14px #308816, -4px -4px 14px #308816, 4px -4px 14px #308816, 4px 0px 14px #308816, 0px 4px 14px #308816, -4px 0px 14px #308816, 0px -4px 14px #308816;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .trace__title02 {
    line-height: 1.0322580645;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .trace__title02 {
    line-height: 1.04;
    font-size: 2.5rem;
    text-align: center;
  }
}
.trace__text {
  line-height: 1.6666666667;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .trace__text {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .trace__text {
    margin-bottom: 21px;
  }
}
.trace__bold {
  line-height: 1.4285714286;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .trace__img {
    max-width: 476px;
    max-height: 267px;
  }
}
@media screen and (min-width: 769px) {
  .brand {
    padding: 71px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .brand {
    padding: 50px 0 0;
  }
}
.brand__link {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .brand__link {
    width: 831px;
  }
}
@media screen and (max-width: 768px) {
  .brand__link {
    width: 86.6666666667%;
  }
}