@charset "UTF-8";
/*init*/
/*
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, main {
  display: block; }

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; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
img {
  vertical-align: bottom; }

.pci {
  display: inline !important; }
  @media only screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.cr {
  cursor: default; }

.fade {
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
#contents_area .andmoreBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  text-indent: -99999px;
  background: url(/dog/img/top_btn_1_03.png) center center no-repeat;
  background-size: 100px auto;
  border: 1px solid #b1b2b3; }
  #contents_area .andmoreBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .searchBtn, #contents_area .mailBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    #contents_area .searchBtn, #contents_area .mailBtn {
      font-size: 13px; } }
  #contents_area .searchBtn--A {
    background: #1bbecc; }
  #contents_area .searchBtn--B {
    background: #504f4e; }
  #contents_area .searchBtn:before, #contents_area .mailBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .mailBtn {
  background: #1bbecc; }
  @media only screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

#contents_area {
  background: none; }

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 810px;
  margin: 16px auto 42px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .goods-list {
      width: 90.78125%;
      margin: 0 auto; } }
  .goods-list-section {
    margin: 15px auto 0;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .goods-list-section {
        margin: 1.5625% auto 0; } }
  @media only screen and (max-width: 768px) {
    .goods-list__wrap {
      height: auto;
      width: 100%; } }
  .goods-list__wrap__list {
    height: 100px;
    border-bottom: 1px solid #ece7da;
    box-sizing: border-box;
    padding-top: 13px; }
    @media only screen and (max-width: 768px) {
      .goods-list__wrap__list {
        height: auto; } }
    .goods-list__wrap__list-02 {
      height: 128px; }
      @media only screen and (max-width: 768px) {
        .goods-list__wrap__list-02 {
          height: auto; } }
    .goods-list__wrap__list__ttl {
      color: #1e1e1e;
      font-size: 18px;
      font-weight: bold;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .goods-list__wrap__list__ttl {
          font-size: 16px; } }
      .goods-list__wrap__list__ttl span {
        background: linear-gradient(transparent 60%, #B8DDE1 0%); }
    .goods-list__wrap__list__txt {
      width: 392px;
      color: #1e1e1e;
      padding-top: 9px;
      font-size: 14px;
      line-height: 22.706px; }
      .goods-list__wrap__list__txt a {
        color: #2e3192 !important;
        text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        .goods-list__wrap__list__txt {
          width: auto;
          padding: 3.28125% 0 5.9375%;
          font-size: 14px;
          line-height: 1.8; } }

.goods02-txt {
  width: 818px;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 66px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 22.706px; }
  @media only screen and (max-width: 768px) {
    .goods02-txt {
      width: 91.25%;
      font-size: 14px;
      padding-bottom: 12.5%; } }

.section1 {
  width: 980px;
  margin: 0 auto 110px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section1 {
      width: 100%;
      margin: 0 auto 18.90625%; }
      .section1 img {
        width: 100%; } }
  .section1__kv {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section1__kv {
        margin-bottom: 9.375%; } }
  .section1__ttl {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .section1__ttl {
        margin-bottom: 35px;
        width: 79.84375%;
        margin: 0 auto; } }
  .section1__txt {
    text-align: center;
    line-height: 29.965px;
    color: #1e1e1e;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .section1__txt {
        margin: 9.375% auto 0;
        font-size: 14px;
        line-height: 1.7;
        width: 90.625%;
        text-align: left; } }

.section2 {
  padding: 84px 0 40px;
  background-color: #f9f7ee;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section2 {
      padding: 16.25% 0 10.9375%; } }
  .section2__ttl {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }
    @media only screen and (max-width: 768px) {
      .section2__ttl {
        width: 82.34375%; }
        .section2__ttl img {
          width: 100%; } }
  .section2__sub-ttl {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section2__sub-ttl {
        width: 90.625%;
        margin: 0 auto; } }
  .section2__img {
    margin: 0 auto;
    width: 416px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .section2__img {
        width: 81.5625%;
        margin: 9.6875% auto 0; }
        .section2__img img {
          width: 100%; } }
  .section2__illust {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .section2__illust img {
      width: 100%; }

.section-goods-right {
  background-color: #f9f7ee; }
  @media only screen and (max-width: 768px) {
    .section-goods-right__wrap {
      width: 95%;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-goods-right__wrap__left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .section-goods-right__wrap__left-02 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.section-goods__wrap {
  padding: 30px 0 0;
  width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .section-goods__wrap {
      width: 95%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    .section-goods__wrap__right-02 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.section-goods__check {
  text-align: center;
  width: 83px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section-goods__check {
      width: 31.25%; } }

.section-goods__txtarea {
  padding-top: 26px;
  text-align: center;
  color: #1e1e1e; }
  @media only screen and (max-width: 768px) {
    .section-goods__txtarea {
      padding-top: 6.40625%; } }
  .section-goods__txtarea__ttl {
    font-size: 32px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section-goods__txtarea__ttl {
        font-size: 18px; } }
  .section-goods__txtarea__txt {
    padding-top: 45px;
    font-size: 18px;
    line-height: 32.552px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section-goods__txtarea__txt {
        padding-top: 6.25%;
        font-size: 14px;
        line-height: 1.7; } }
  .section-goods__txtarea__link {
    text-align: center;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section-goods__txtarea__link {
        padding-top: 8.28125%; } }

.section-goods__img {
  width: 362px; }
  @media only screen and (max-width: 768px) {
    .section-goods__img {
      width: 81.5625%;
      margin: 7.8125% auto 0; } }

.section-goods__line {
  text-align: center;
  padding: 43px 0 0; }
  @media only screen and (max-width: 768px) {
    .section-goods__line {
      padding-top: 6.25%;
      width: 90.625%;
      margin: 0 auto; } }

.btnArea__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 718px;
  margin: 65px auto 95px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .btnArea__wrap {
      width: 76.5625%;
      margin: 8.75% auto 18.4375%; } }
  .btnArea__wrap__btn-01 {
    width: 86px; }
    @media only screen and (max-width: 768px) {
      .btnArea__wrap__btn-01 {
        width: 24.4898%; }
        .btnArea__wrap__btn-01-prv {
          margin-left: 15.5102%; }
        .btnArea__wrap__btn-01-nxt {
          margin-right: 15.5102%; }
        .btnArea__wrap__btn-01 img {
          width: 100%; } }
  .btnArea__wrap__btn-02 {
    width: 351px; }
    @media only screen and (max-width: 768px) {
      .btnArea__wrap__btn-02 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        padding-top: 8.75%;
        text-align: center; } }

.section5 {
  width: 980px;
  margin: 0 auto 116px;
  border-bottom: 1px solid #b3b3b3; }
  @media only screen and (max-width: 768px) {
    .section5 {
      width: 90.625%;
      margin: 0 auto 40px; } }
  .section5__txt {
    width: 822px;
    margin: 0 auto;
    margin-bottom: 37px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      .section5__txt {
        width: 100%;
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 0.015em;
        margin-bottom: 35px; } }
  .section5__dog {
    text-align: center;
    margin-bottom: 78px; }
    @media only screen and (max-width: 768px) {
      .section5__dog {
        margin-bottom: 42px; } }
    .section5__dog img {
      width: 400px; }
      @media only screen and (max-width: 768px) {
        .section5__dog img {
          width: 81.03448%; } }
  .section5__cont5BoxWrap {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .section5__cont5BoxWrap {
        margin-bottom: 40px; } }

.noLink {
  background: #ccc;
  opacity: 0.3; }

@media screen and (max-width: 768px) {
  #contents_area {
    background: none; } }
