﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');


/*=======================
基本スタイル
=======================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  background-color:#F8F5EF;
  overflow-x: hidden;
  width:100%;
  height:100%;
  margin: 0px;
  padding: 0px;
}
@media(max-width:640px){
body {
  font-size: 15px;
  line-height: 1.7;
}
.spnone {
  display:none;
  }
}

b {
  font-weight:bold;
}
strong {
  font-weight:bold;
}

.centerfix {
  text-align:center;
}
.rightfix {
  text-align:right;
}
img {
  max-width: 100%;
  height: auto;
  width /***/:auto;
  vertical-align:middle;
  border:none;
  -ms-interpolation-mode: bicubic;
}
a.nohover:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}
/*画像リンクhover無効*/
a.nohover:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}

a {
  color:#D87A53;
  text-decoration:underline;
  font-weight: bold;
}
a:hover,
a:active {
  text-decoration:none;
}
a:hover img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition:all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border:0;
  font-size:100%;
  font-weight:normal;
}
nav, section, article, aside, span, figure, figcaption {
  width: 100%;
  margin:0 auto;
  padding:0;
}
p {
  margin:0;
  padding:0;
  font-size:100%;
  text-decoration:none;
}
sup {
  font-size: 60%;
  vertical-align: super;
}
sub {
  font-size: 60%;
  vertical-align: sub;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol	{
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*インデント*/
.indent {
  padding: 0 0 0 1em;
}

/*箇条書き*/
.kajo {
  padding: 0;
}
.kajo p {
  margin-left:1em;
  text-indent:-1em;
  margin-bottom: 2px;
  line-height: 1.7;
}

/* 画像デバイス切り替え */
.pc {
  display:block;
}
.sp {
  display:none;
}
@media(max-width:640px){
.pc {
  display:none;
  }
.sp {
  display:block;
  }
}

/* 中央寄せ */
.pccenter {
  text-align: center;
}
@media(max-width:767px){
.pccenter {
  text-align: left;
  }
}
@media(max-width:767px){
.spcenter {
  text-align: center;
  }
}

/* 改行制御 */
.pcbr {
  display:block;
}
@media(max-width:767px){
.pcbr {
  display:none;
  }
}
.spbr {
  display:none;
}
.spbr480 {
  display:none;
}
@media(max-width:767px){
.spbr {
  display:block;
  }
}
@media(max-width:480px){
.spbr480 {
  display:block;
  }
}

/*画像余白*/
.imgspace {
  margin: 20px 0 20px;
}
.imgspace_bt {
  margin: 0 0 20px;
}
.imgspace_up {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
.imgspace {
  margin: 15px 0 15px;
  }
.imgspace_bt {
  margin: 0 0 15px;
  }
.imgspace_up {
  margin: 15px 0 0;
  }
}

/* アンカーリンク位置調整 */
a.anchor{
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
a.anchor{
  display: block;
  padding-top: 84px;
  margin-top: -84px;
  }
}
@media screen and (max-width: 640px) {
a.anchor{
  display: block;
  padding-top: 64px;
  margin-top: -64px;
  }
}


/*=======================
全体レイアウト
=======================*/
#wrapper {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
main {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
.content640 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.content840 {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
.content1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
main {
  padding: 40px 0 46px;
  }
section {
  padding: 0 24px;
  }
.content1240 {
  padding: 0 24px;
  }
}


/*=======================
共通ナビゲーション
=======================*/
nav {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 999;
  top: 0;
}
#navwrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.nav_title {
  width:100%;
  padding: 15px 20px;
}
.nav_title h1{
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  font-weight: 600;
  color: #615953;
  margin-top: 5px;
}
.nav_title h2{
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  font-weight: 500;
  color: #615953;
  font-size: 0.8em;
}
.nav_menu {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  display:flex;
  justify-content:flex-end;
}
.menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items:center;
}
.menu li {
  width: 100px;
  box-sizing: border-box;
  margin-left: 10px;
}
.menu li:last-child{
  background: #625954;
  width: 200px;
  text-align: center;
}
#nav-open{
  line-height: 100px;
  display: block;
  cursor: pointer;
  padding: 0 5px;
}
@media(max-width:1000px){
nav {
  height: 84px;
  }
#nav-open{
  line-height: 84px;
  }
#navwrap {
  flex-direction: column;
  display:block;
  }
.nav_title {
  display: none;
  }
.menu li {
  width: 20%;
  max-width:20%;
  width: calc(100% / 5);
  margin-left: 0;
  text-align: center;
	}
.menu li img {
  width: 100%;
  max-width: 84px;
  }
}
@media(max-width:640px){
nav {
  height: 64px;
  }
#nav-open{
  line-height: 64px;
  padding: 0 8px;
  }
.menu li:last-child{
  width: 124px;
  max-width: 124px;
  }
.menu li img {
  max-width:64px;
  }
}

/*-------------------------
ドロワーメニュー
--------------------------*/
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  max-width: 100px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 75%;
  max-width: 340px;
  height: 100%;
  background: #FFF;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  padding: 25px;
  text-align: center;
}

/* ご購入はこちらボタン */
.navbtn_buy {
  display: block;
  position: relative;
  background: #D97C55;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px 10px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  transition: all .3s;
  margin: 10px 0 12px;
}
.navbtn_buy:hover{
  background: #B75328;
}
.navbtn_buy:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.navbtn_buy:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
.navbtn_buy {
  font-size: 1.05em;
  max-width: 300px;
  }
.navbtn_buy:before {
  width: 12px;
  }
.navbtn_buy:after {
  width: 12px;
  }
}

/* ご購入はこちらボタン(他ショップ) */
.navbtn_buy_other {
  width: 100%;
  max-width: 240px;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.85em;
  cursor: pointer;
  padding: 0.6em 1em;
  text-decoration: none;
  color: #333;
  border: 1px solid #444;
  text-align: center;
  font-weight: normal;
  line-height: 100%;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  margin:0 0 6px;
  display: inline-block;
  transition: all .3s;
}
@media screen and (max-width: 640px) {
.navbtn_buy_other {
  max-width: 200px;
  font-size:0.8em;
  }
}

/*-------------------------
プロベット追加分ここから
--------------------------*/
/* 犬用フード購入はこちら */
.navbtn_buy_dog {
  display: block;
  position: relative;
  background: #8F7434;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px 4px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  transition: all .3s;
  margin: 12px 0 5px;
}
.navbtn_buy_dog:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin: 0.3em 0.6em 0 0;
  background: url("../img/btn_dog.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.navbtn_buy_dog:hover{
  background: #C09F52;
}
@media screen and (max-width: 640px) {
.navbtn_buy_dog {
  font-size: 1.05em;
  padding: 6px 12px 4px;
  max-width: 300px;
  }
}
/* 犬用フード他ショップ */
.navbtn_buy_other_dog {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.8em;
  cursor: pointer;
  padding: 0.5em 0.8em;
  text-decoration: none;
  color: #8F7434;
  border: 1px solid #8F7434;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin:0;
  display: inline-block;
  transition: all .3s;
}

/* 猫用フード購入はこちら */
.navbtn_buy_cat {
  display: block;
  position: relative;
  background: #637A69;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px 4px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  transition: all .3s;
  margin: 12px 0 5px;
}
.navbtn_buy_cat:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin: 0.3em 0.6em 0 0;
  background: url("../img/btn_cat.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.navbtn_buy_cat:hover{
  background: #92A797;
}
@media screen and (max-width: 640px) {
.navbtn_buy_cat {
  font-size: 1.05em;
  padding: 6px 12px 4px;
  max-width: 300px;
  }
}
/* 猫用フード他ショップ */
.navbtn_buy_other_cat {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.8em;
  cursor: pointer;
  padding: 0.5em 0.8em;
  text-decoration: none;
  color: #637A69;
  border: 1px solid #637A69;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin:0;
  display: inline-block;
  transition: all .3s;
}
/*-------------------------
プロベット追加分ここまで
--------------------------*/


/*=======================
共通フッター
=======================*/
footer{
  width: 100%;
  padding: 50px 32px 20px;
  background: #FFF;
  box-shadow: 0 -5px 5px rgba(0,0,0,0.2);
}
footer a {
  color: #333;
  text-decoration: none;
}
.copyright {
  font-size: 0.7em;
  line-height: 1.4;
  color: #888;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
footer{
  padding: 40px 24px 15px;
  }
}

/*-------------------------
案内＆バナー枠
--------------------------*/
.information {
  width: auto;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  margin-bottom: 30px;
}
.information li {
  margin: 0 20px;
}
.telimg {
  min-width: 200px;
}
@media screen and (max-width: 640px) {
.information {
  flex-direction: column;
  display:block;
  text-align: center;
  margin-bottom: 20px;
  }
.information li {
  margin: 0 0 20px;
  }
.telimg {
  max-width: 180px;
  }
}

/*-------------------------
関連リンクバナー
--------------------------*/
.linkbanner {
  width:100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
}
.linkbanner li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 6px;
  box-sizing: border-box;
}
.linkbanner img {
  width:100%;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
.linkbanner li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:5px 5px;
  box-sizing: border-box;
  text-align: center;
  }
}

/*-------------------------
フッターナビ
--------------------------*/
.footlink {
  line-height: 2em !important;
  text-align: center;
  margin: 30px 0 20px;
}
.footlink li {
	display:inline;
	list-style-type:none;
	padding-right:10px;
	padding-left:10px;
}
.footlink li:first-of-type {
	padding-left:0;
}
.footlink li+li {
	border-left:1px solid #999;
}
.footlink a {
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.footlink a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
.footlink {
  line-height: 2em !important;
  text-align: center;
  margin: 20px 0 15px;
  }
.footlink li {
	padding-right:6px;
	padding-left:6px;
  }
.footlink a {
  font-size: 0.9em;
  }
}


/*=======================
ナビ＆フッターお問い合わせ先
=======================*/
.teltext{
  font-family: 'Quicksand', sans-serif;
  line-height:100%;
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
  text-decoration: none;
  display: block;
}
.mailtext{
  font-family: 'Quicksand', sans-serif;
  line-height:100%;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  display: block;
}

/* お電話によるご注文 */
.contact_telbuy{
  width: auto;
  padding: 0;
  margin: 12px 0 5px;
  display: inline-block;
  color: #D97C55;
  text-decoration: none;
  font-weight: bold;
  font-size:1em;
  line-height: 100%;
}
.contact_telbuy:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.3em 0 0;
  background: url("../img/common/icon_tel.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* 商品相談ダイヤル */
.contact_teltalk{
  width: auto;
  padding: 0;
  margin: 12px 0 5px;
  display: inline-block;
  color: #D97C55;
  text-decoration: none;
  font-weight: bold;
  font-size:1em;
  line-height: 100%;
}
.contact_teltalk:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.4em 0 0;
  background: url("../img/common/icon_talk.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
/* メールでのお問い合わせ */
.contact_mail{
  width: auto;
  padding: 0;
  margin: 12px 0 5px;
  display: inline-block;
  color: #D97C55;
  text-decoration: none;
  font-weight: bold;
  font-size:1em;
  line-height: 100%;
}
.contact_mail:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  background: url("../img/common/icon_mail.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
}


/*=======================
ページ上部へジャンプ
=======================*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
  z-index: 33;
}
.jumpbtn {
  width:4em;
  height:3.6em;
  cursor:pointer;
  cursor:pointer;
  background:#625954;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.4em;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
.jumpbtn {
  width: 3.2em;
  height: 2.8em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.1em;
  width: 1em;
  height: 1em;
  }
}


/*=======================
ボタン
=======================*/
.btn {
  display: block;
  position: relative;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 340px;
  padding: 15px 12px 18px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  transition: all .3s;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.btn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
.btn {
  font-size: 1.2em;
  max-width: 300px;
  }
.btn:before {
  width: 12px;
  }
.btn:after {
  width: 12px;
  }
}

/*-------------------------
プロベット追加分ここから
--------------------------*/
.btn_dog {background: #8F7434;}
.btn_dog:hover{background: #C09F52;}

.btn_cat {background: #637A69;}
.btn_cat:hover{background: #92A797;}
/*-------------------------
プロベット追加分ここまで
--------------------------*/


/*=======================
画像装飾・リサイズ
=======================*/
.imgframe {
  border: 1px solid #AAA;
}
.photoframe {
  border:1px solid #AAA;
  padding:5px;
  background-color:#FFF;
  box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px) {
.photoframe {
  padding:2px;
  }
}
.photoradius{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.photocircle{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/*画像サイズ調整*/
.resize640{
  width:100%;
  max-width:640px;
}
.resize480{
  width:100%;
  max-width:480px;
}
.resize420{
  width:100%;
  max-width:420px;
}
.resize360{
  width:100%;
  max-width:360px;
}
.resize320{
  width:100%;
  max-width:320px;
}
.resize240{
  width:100%;
  max-width:240px;
}

/*スマホでの画像サイズ調整*/
@media screen and (max-width: 640px) {
.spresize240{
  width:100%;
  max-width:240px;
  }
.spresize200{
  width:100%;
  max-width:200px;
  }
.spresize160{
  width:100%;
  max-width:160px;
  }
}


/*=======================
フォント指定
=======================*/
.b {
  font-weight:bold;
}
.normal {
  font-weight:normal !important;
}
.exb {
  font-weight:900;
}
.underline {
  text-decoration: underline;
}
.wideline {
  line-height:2.0;
}
.narrowline {
  line-height:1.5;
}
.fontspace {
  letter-spacing: 2px;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
.quicksand {
  font-family: 'Quicksand', sans-serif;
}
.monst {
  font-family: "Montserrat", sans-serif;
}

/*フォントカラー*/
.orange {
  color:#FF6600;
}
.red {
  color:#CC3300;
}
.gray {
  color:#999;
}
.white {
  color: #FFF;
}
.black {
  color: #000;
}
.brown {
  color: #57301A;
}

/*マーカー*/
.mk_yellow {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FEFCA0 0%) repeat scroll 0 0;
  padding: 0 2px;
}

/*光彩アウトライン*/
.glow{
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}

/*フォントサイズ*/
.SS {
  font-size:0.75em;
  line-height: 1.5;
}
.S {
  font-size:0.9em;
  line-height: 1.7;
}
.M {
  font-size:1.1em;
}
.L {
  font-size:1.2em;
}
.LL {
  font-size:1.4em;
  line-height: 1.6;
}
.LLL {
  font-size:1.8em;
  line-height: 1.5;
}
.LLLL {
  font-size:2em;
  line-height: 1.4;
}
.huge {
  font-size:2.5em;
  line-height: 1.2;
}
@media(max-width:640px){
.S {
  font-size:0.9em;
  }
.M {
  font-size:1.05em;
  }
.L {
  font-size:1.15em;
  }
.LL {
  font-size:1.3em;
  }
.LLL {
  font-size:1.6em;
  }
.LLLL {
  font-size:1.8em;
  }
.huge {
  font-size:2.2em;
  }
}


/*=======================
スペーサー
=======================*/
/*html記述 <div class="spacer"><!—-></div>*/
.spacer {
  clear: both;
  width: auto;
  height: 30px;
}
.sectionspace {
  clear: both;
  width: auto;
  height: 60px;
}
.period {
  clear: both;
  width: auto;
  height: 12px;
}
@media(max-width:640px){
.spacer {
  height: 25px;
  }
.sectionspace {
  height: 40px;
  }
.period {
  height: 10px;
  }
}

.spacer60 {
  clear: both;
  width: auto;
  height: 60px;
}
.spacer50 {
  clear: both;
  width: auto;
  height: 50px;
}
.spacer40 {
  clear: both;
  width: auto;
  height: 40px;
}
.spacer30 {
  clear: both;
  width: auto;
  height: 30px;
}
.spacer25 {
  clear: both;
  width: auto;
  height: 25px;
}
.spacer20 {
  clear: both;
  width: auto;
  height: 20px;
}
.spacer15 {
  clear: both;
  width: auto;
  height: 15px;
}
.spacer12 {
  clear: both;
  width: auto;
  height: 12px;
}
.spacer10 {
  clear: both;
  width: auto;
  height: 10px;
}
.spacer8 {
  clear: both;
  width: auto;
  height: 8px;
}
.spacer5 {
  clear: both;
  width: auto;
  height: 5px;
}