﻿@charset "utf-8";

/*====================================================================================================

  Reset CSS

====================================================================================================*/

/*-------------------------------------------------------------------------------
  フォント
-------------------------------------------------------------------------------*/

@font-face {
  font-family:"mplus-1c";
  font-weight:900;
  src:url("../fonts/rounded-mplus-1c-black.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-black.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-black.ttf") format("truetype");
}

@font-face {
  font-family:"mplus-1c";
  font-weight:800;
  src:url("../fonts/rounded-mplus-1c-heavy.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-heavy.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-heavy.ttf") format("truetype");
}

@font-face {
  font-family:"mplus-1c";
  font-weight:700;
  src:url("../fonts/rounded-mplus-1c-bold.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-bold.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-bold.ttf") format("truetype");
}

@font-face {
  font-family:"mplus-1c";
  font-weight:500;
  src:url("../fonts/rounded-mplus-1c-medium.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-medium.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-medium.ttf") format("truetype");
}

@font-face {
  font-family:"mplus-1c";
  font-weight:400;
  src:url("../fonts/rounded-mplus-1c-regular.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-regular.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-regular.ttf") format("truetype");
}

@font-face {
  font-family:"mplus-1c";
  font-weight:300;
  src:url("../fonts/rounded-mplus-1c-light.woff2") format("woff2"),
      url("../fonts/rounded-mplus-1c-light.woff") format("woff"),
      url("../fonts/rounded-mplus-1c-light.ttf") format("truetype");
}

body {
  font-family:'mplus-1c', 'Zen Maru Gothic', sans-serif;
  font-weight:400;
}


/*-------------------------------------------------------------------------------
  normalize.css v3.0.2
-------------------------------------------------------------------------------*/

html {
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

body {
  margin:0;
}

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

audio,
canvas,
progress,
video {
  display:inline-block;
  vertical-align:baseline;
}

audio:not([controls]) {
  display:none;
  height:0;
}

[hidden],
template {
  display:none;
}

a {
  background-color:transparent;
}

a:active,
a:hover {
  outline:0;
}

abbr[title] {
  border-bottom:1px dotted;
}

b,
strong {
  font-weight:bold;
}

dfn {
  font-style:italic;
}

mark {
  background:#ff0;
  color:#000;
}

small {
  font-size:80%;
}

sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup {
  top:-0.5em;
}

sub {
  bottom:-0.25em;
}

img {
  border:0;
}

svg:not(:root) {
  overflow:hidden;
}

figure {
  margin:1em 40px;
}

hr {
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
}

pre {
  overflow:auto;
}

code,
kbd,
pre,
samp {
  font-family:monospace, monospace;
  font-size:1em;
}

button,
input,
optgroup,
select,
textarea {
  color:inherit;
  font:inherit;
  margin:0;
}

button {
  overflow:visible;
}

button,
select {
  text-transform:none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance:button;
  cursor:pointer;
}

button[disabled],
html input[disabled] {
  cursor:default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}

input {
  line-height:normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing:border-box;
  padding:0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height:auto;
}

input[type="search"] {
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

fieldset {
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}

legend {
  border:0;
  padding:0;
}

textarea {
  overflow:auto;
}

optgroup {
  font-weight:bold;
}

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

td,
th {
  padding:0;
}


/* 追加 */
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;
}

address {
  font-style:normal;
}


/*====================================================================================================

  Base

====================================================================================================*/

* {
  margin:0;
  padding:0;
}

*,
::before,
::after {
  background-repeat:no-repeat;
  box-sizing:border-box;
}

body {
  min-width:320px;
  line-height:1.8;
  word-wrap:break-word;
  text-align:center;
}

@media print,screen and (min-width:641px) {
  html { min-width:1000px; }
  .pc-none { display:none; }
}
@media screen and (max-width:640px) {
  html { min-width:320px; }
  .sp-none { display:none; }
}

.js__rpsTable,
.js__rpsBlock { overflow:hidden; }

.js__linkBox { cursor:pointer; }

.clear:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.f-nowrap { display:inline-block; }

.f-spaceL { margin-left:0.25em; }
.f-spaceR { margin-right:0.25em; }
.f-spaceLR { margin-left:0.25em; margin-right:0.25em; }

.f-line1  { line-height:1; }
.f-lineSS { line-height:1.4; }
.f-lineS  { line-height:1.6; }
.f-lineL  { line-height:2; }

.f-hide {
  display:block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

.fw-200 { font-weight:200; }
.fw-300 { font-weight:300; }
.fw-400 { font-weight:400; }
.fw-500,b { font-weight:500; }
.fw-600 { font-weight:600; }
.fw-700 { font-weight:700; }
.fw-800 { font-weight:800; }
.fw-900 { font-weight:900; }


/*--------------------------------------------------------------------------------
  font-size
--------------------------------------------------------------------------------*/

html { font-size:62.5%; }
body { font-size:1.75rem; }

.fs-max { font-size:2.22em; }
.fs-4l  { font-size:1.88em; }
.fs-3l  { font-size:1.66em; }
.fs-2l  { font-size:1.44em; }
.fs-l   { font-size:1.22em; }
.fs-m   { font-size:1.11em; }
.fs-s   { font-size:0.88em; }
.fs-ss  { font-size:0.77em; }
.fs-min { font-size:0.72em; }

@media screen and (max-width:640px) {
  html { font-size:58%; }
  .fs-max { font-size:2em; }
  .fs-4l  { font-size:1.77em; }
  .fs-3l  { font-size:1.55em; }
  .fs-2l  { font-size:1.33em; }
}

@media screen and (max-width:480px) {
  .fs-max { font-size:1.88em; }
  .fs-4l  { font-size:1.66em; }
  .fs-3l  { font-size:1.44em; }
  .fs-2l  { font-size:1.22em; }
}

@media screen and (min-width:1015px) and (max-width:1100px) {
  html {
    font-size:-webkit-calc(0.45em + 0.25vw);
    font-size:calc(0.45em + 0.25vw);
  }
}

@media screen and (min-width:561px) and (max-width:1014px) {
  html {
    font-size:60%;
  }
}

@media screen and (max-width:560px) {
  html {
    font-size:-webkit-calc(0.42em + 0.5vw);
    font-size:calc(0.42em + 0.5vw);
  }
}

@media screen and (max-width:320px) {
  html { font-size:52%; }
}


/*-----------------------------------------------------------------------------------
  font-color
-----------------------------------------------------------------------------------*/

body { color:#373c41; }

.fc-lgreen { color:#9bcd5f; }
.fc-green  { color:#55a555; }
.fc-dgreen { color:#268652; }
.fc-brown  { color:#9b6e50; }
.fc-dbrown { color:#694b37; }
.fc-orange { color:#ff942c; }
.fc-red { color:#f55041; }
.fc-white  { color:#fff; }


/*-----------------------------------------------------------------------------------
  img
-----------------------------------------------------------------------------------*/

img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
  -webkit-backface-visibility:hidden;
}

img[src$=".svg"] {
  width:100%;
  height:auto;
}

.ua-pc img.img-hv,
.ua-pc a.img-hv img {
  transition:opacity 0.3s ease-out;
}
  
.ua-pc img.img-hv:hover,
.ua-pc a.img-hv:hover img {
  opacity:0.7;
}


/*-----------------------------------------------------------------------------------
  link
-----------------------------------------------------------------------------------*/

a { outline:none; }
a,
a:visited,
a:hover { color:#55a555; text-decoration:underline; }
.ua-pc a:hover,
.ua-pc .js__linkBox:hover a { color:#9bcd5f; text-decoration:none; }

a[link="uline"] { text-decoration:underline; }
a[link="uline"]:hover { text-decoration:none; }

.ua-pc a {
  transition:color 0.15s ease-out, opacity 0.15s ease-out;
}


/* TELリンク無効 */
.ua-pc a[href^="tel:"] {
  pointer-events:none;
  cursor:default;
  color:inherit;
}

a[href^="tel:"],
a[href^="tel:"]:visited,
a[href^="tel:"]:hover {
  text-decoration:none;
}

.ua-tab a[href^="tel:"][link="uline"],
.ua-sp a[href^="tel:"][link="uline"] {
  text-decoration:underline;
}

