@charset "UTF-8";
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 0;
  padding-left: 1.5em;
}

ol {
  margin: 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

article,
section {
  margin: 80px auto;
}

article section,
section section {
  margin: 60px auto;
}

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

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/
p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:last-child, article:last-child,
section:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  position: relative;
  margin: auto;
}

.top-hero, .site-footer__textarea, .product-list ul {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media print, screen and (min-width: 960px) {
  .top-hero, .site-footer__textarea, .product-list ul {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Header
--------------------------------*/
.site-header {
  background-image: url(images/bg-top.jpg);
}

.site-header-content {
  width: 100%;
  padding: 0 3.125vw;
}

@media print, screen and (min-width: 768px) {
  .site-header-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.site-header-logo {
  padding-top: 15px;
}

.top-hero {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .top-hero {
    flex-direction: row;
    align-items: center;
  }
}

.top-hero__text {
  width: 100%;
  text-align: center;
  font-family: SkipStd-E;
}

@media print, screen and (min-width: 768px) {
  .top-hero__text {
    width: 45%;
    text-align: left;
  }
}

.top-hero__img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-hero__img {
    width: 55%;
  }
}

.top-hero__btn {
  margin: 1em 0;
}

@media print, screen and (min-width: 768px) {
  .top-hero__btn {
    margin: 10px 0 30px;
  }
}

.top-hero01 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

@media print, screen and (min-width: 768px) {
  .top-hero01 {
    font-size: 1.750em;
  }
}

.top-hero02 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  text-indent: -0.5em;
}

@media print, screen and (min-width: 768px) {
  .top-hero02 {
    font-size: 2.438em;
  }
}

.top-hero03 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  text-indent: -0.5em;
}

@media print, screen and (min-width: 768px) {
  .top-hero03 {
    font-size: 2.438em;
  }
}

.top-hero03 [data-ruby] {
  position: relative;
  text-indent: 0;
}

.top-hero03 [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1em;
  color: #C83700;
}

.top-hero04 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.top-hero04 span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .top-hero04 {
    font-size: 1.5em;
  }
}

.hr-shadow {
  width: 100%;
  margin: 0 auto;
  height: 15px;
  border: 0;
  box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .hr-shadow {
    max-width: 1200px;
  }
}

.top-nav-content {
  width: 100%;
  margin: -15px auto 0;
  padding: 1em 3.125vw 1.5em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  font-family: SeuratPro-B;
}

@media print, screen and (min-width: 768px) {
  .top-nav-content {
    max-width: 1200px;
    padding: 35px 3.125vw 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .top-nav-content {
    padding: 35px 0 40px;
  }
}

.top-nav-content__head {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .top-nav-content__head {
    display: inherit;
    text-align: center;
    margin-bottom: 1.5em;
    vertical-align: middle;
    font-size: 1.5em;
  }
}

.top-nav-content__head img {
  margin-right: 0.5em;
}

.top-nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.top-nav__item {
  width: 100%;
  margin-bottom: 1em;
}

.top-nav__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .top-nav__item {
    width: calc(100%/3.2);
    margin-bottom: 0;
  }
}

.top-nav__item a {
  padding: 1em 3.125vw;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-nav__item a {
    padding: 15px 0 15px 20px;
  }
}

.top-nav__item__general a {
  background: #83D269 url(images/nav-general.png) bottom -2px right 45px no-repeat;
  color: #1D4B1D;
  box-shadow: 0 3px 0 #46A446;
}

.top-nav__item__shop a {
  background: #FF9898 url(images/nav-shop.png) bottom -2px right 0 no-repeat;
  color: #4B2D2D;
  box-shadow: 0 3px 0 #D17575;
}

.top-nav__item__breeder a {
  background: #FFE044 url(images/nav-breeder.png) bottom -2px right 40px no-repeat;
  color: #6A4D14;
  box-shadow: 0 3px 0 #CB9833;
}

.item-title {
  display: block;
  font-size: 1.375em;
}

.item-login {
  display: block;
  font-size: 1em;
}

.item-arrow {
  position: absolute;
  right: 10px;
  top: 45%;
  bottom: 0;
  margin: auto 0;
}

.item-arrow::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: 4px 0 0 0;
  display: block;
  height: 3px;
  width: 20px;
  position: absolute;
  background-color: #000;
}

.item-arrow::after {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 3px;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  transform: rotate(45deg);
}

.item-arrow__general::before {
  background-color: #46A446;
}

.item-arrow__general::after {
  border-color: #46A446;
}

.item-arrow__shop::before {
  background-color: #D17575;
}

.item-arrow__shop::after {
  border-color: #D17575;
}

.item-arrow__breeder::before {
  background-color: #CB9833;
}

.item-arrow__breeder::after {
  border-color: #CB9833;
}

.common-header {
  padding: 10px 3.125vw 0;
}

@media print, screen and (min-width: 768px) {
  .common-header {
    padding: 15px;
  }
}

.common-header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.common-header__general {
  background-color: #83D269;
}

.common-header__shop {
  background-color: #FF9898;
}

.common-header__breeder {
  background-color: #FFE044;
}

.common-header-content {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .common-header-content {
    text-align: left;
  }
}

.common-header__logo {
  margin: 0 0 0 10px;
}

@media print, screen and (min-width: 768px) {
  .common-header__logo {
    width: auto;
  }
}

.common-header__type {
  width: inherit;
  text-align: center;
  font-family: SkipStd-E;
  margin: 0 0 1em 0;
}

@media print, screen and (min-width: 768px) {
  .common-header__type {
    width: inherit;
    max-width: 470px;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.common-header__type span {
  padding: 1px 10px;
  border: solid 1px #0070BE;
  color: #0070BE;
  border-radius: 3px;
}

#main_column {
  margin: 0;
  padding: 0;
  background: none;
}

.btn-create-account {
  text-align: center;
  padding: 0 3.125vw;
}

.btn-create-account a {
  display: block;
  padding: 10px 0;
  background-color: #3A89FF;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #216FCB;
}

.news {
    border: 3px solid #ddd;
    padding:10px 20px;
}

/* Footer
--------------------------------*/
.contact-area {
  padding: 10px 3.125vw;
  background-color: #C5C5C5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .contact-area {
    padding: 30px 20px;
  }
}

.contact-area-btn {
  display: block;
  padding: 10px 3.125vw;
  border-radius: 6px;
  background-color: #fff;
  color: #0070BE;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 2px 0px #0070BE;
  font-family: RodinPro-B;
}

@media print, screen and (min-width: 768px) {
  .contact-area-btn {
    display: inline-block;
    padding: 15px 35px;
  }
}

.contact-area-btn span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .contact-area-btn span {
    display: inline-block;
  }
}

.site-footer-cotent {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  padding: 30px 3.125vw 50px;
  background-color: #0070BE;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .site-footer-cotent {
    padding: 55px 20px 60px;
  }
}

.site-footer__head {
  text-align: center;
  font-size: 1.188em;
  margin-bottom: 30px;
  line-height: 1.75;
}

.site-footer__head span {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .site-footer__head {
    font-size: 1.313em;
  }
}

.site-footer__text {
  margin-bottom: 30px;
  margin-left: 1.5em;
  font-size: 1em;
  position: relative;
}

.site-footer__text::before {
  content: "●";
  margin-left: -1.5em;
  position: absolute;
}

.copyright {
  padding: 30px 3.125vw 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 15px 20px;
    font-size: 0.750em;
  }
}

.organization {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .organization {
    display: inline-block;
  }
}

/* Site Content
--------------------------------*/
.mypage-login {
  padding: 1em 3.125vw 2em;
}

@media print, screen and (min-width: 768px) {
  .mypage-login {
    padding: 0 0 50px;
  }
}

.mypage-login__general {
/*  background-color: #83D269;*/
}

.mypage-login__shop {
  background-color: #FF9898;
}

.mypage-login__breeder {
  background-color: #FFE044;
}

.login-area {
  padding: 1em 0;
}

.forgot {
  color: #3A89FF;
}

.login-text {
  margin-top: 1.5em;
}

.login-text__head {
  margin: 0;
  line-height: 1em;
  font-size: 150%;
  font-weight: bold;
}

.row {
  margin: 0;
}

#undercolumn {
  width: auto;
  height: auto;
  margin: 0 auto;
}

#undercolumn_cart {
  margin-top: 20px;
}

#undercolumn_contact {
  margin-top: 20px;
}

#undercolumn_entry {
  margin-top: 20px;
}

#undercolumn_login {
  max-width: 470px;
  margin: 0 auto;
  background-color: #373F44;
}

#detailarea {
    margin-top: 20px;
}

.login-img {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .login-img {
    display: block;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
  }
}

.login-img__left {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.login-img__right {
  position: absolute;
  right: 0;
  bottom: -80px;
}

.common-title {
  text-align: center;
  margin: 1em auto;
  position: relative;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: normal;
}

@media print, screen and (min-width: 960px) {
  .common-title {
    margin: 30px auto;
  }
}

.common-title[data-en]::before {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.5em;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
}

.common-title[data-en]::after {
  display: block;
  width: 75%;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto 10px;
  border-bottom: solid 2px #000;
  position: absolute;
  content: "";
  background-color: #fff;
  z-index: 1;
}

@media print, screen and (min-width: 960px) {
  .common-title[data-en]::after {
    width: 300px;
  }
}

.common-title span {
  padding: 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.top-content {
  margin: 2em 0 3em;
}

@media print, screen and (min-width: 960px) {
  .top-content {
    margin: 40px 0 60px;
  }
}

.product-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
  margin: 0 3.125vw 2em;
  padding: 0;
}

@media print, screen and (min-width: 960px) {
  .product-list ul {
    justify-content: flex-start;
    margin: 0 auto 60px;
    padding: 40px 0 0 0;
  }
}

.product-list li {
  width: calc(100%/2.1);
  border: solid 1px #c5c5c5;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 960px) {
  .product-list li {
    width: calc(100%/3.2);
    margin-bottom: 20px;
    margin-left: calc(100%/100);
    margin-right: calc(100%/100);
  }
}

.product-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
}

@media print, screen and (min-width: 960px) {
  .product-list a {
    padding: 20px;
  }
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure {
    page-break-inside: avoid;
  }
}

/* 20210609 sp header
--------------------------------*/
@media screen and (max-width:959px) {
	.header-sp {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		padding-bottom: 10px;
	}
	.header-sp img {
		width: 160px;
	}
	.header-sp .visible-xs {
		margin-bottom: 0;
	}
	.header-sp .btn-default {
		width: 120px;
	}
	
	.container-sp {
		margin-top: 60px;
	}
}