﻿@charset "utf-8";

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

  Reset CSS

====================================================================================================*/
/*-------------------------------------------------------------------------------
  ress.css v2.0.1
-------------------------------------------------------------------------------*/

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;
}

html {
  box-sizing:border-box;
  -webkit-text-size-adjust:100%;
  word-break:break-word;
  -moz-tab-size:4;
  tab-size:4;
}

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

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

* {
  padding:0;
  margin:0;
}

address {
  font-style:normal;
}

hr {
  overflow:visible;
  height:0;
}

details,
main {
  display:block;
}

summary {
  display:list-item;
}

small {
  font-size:80%;
}

[hidden] {
  display:none;
}

abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted;
}

a {
  background-color:transparent;
}

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

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

pre {
  font-size:1em;
}

b,
strong {
  font-weight:bolder;
}

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

sub {
  bottom:-0.25em;
}

sup {
  top:-0.5em;
}

input {
  border-radius:0;
}

[disabled] {
  cursor:default;
}

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

[type="search"] {
  -webkit-appearance:textfield;
  outline-offset:-2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

textarea {
  overflow:auto;
  resize:vertical;
}

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

optgroup {
  font-weight:bold;
}

button {
  overflow:visible;
}

button,
select {
  text-transform:none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor:pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style:none;
  padding:0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline:1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color:transparent;
  border-style:none;
}

select {
  -moz-appearance:none;
  -webkit-appearance:none;
}

select::-ms-expand {
  display:none;
}

select::-ms-value {
  color:currentColor;
}

legend {
  border:0;
  color:inherit;
  display:table;
  max-width:100%;
  white-space:normal;
  max-width:100%;
}

::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit;
}

img {
  border-style:none;
}

progress {
  vertical-align:baseline;
}

svg:not([fill]) {
  fill:currentColor;
}

@media screen {
  [hidden~="screen"] {
  display:inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
  position:absolute !important;
  clip:rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor:progress;
}

[aria-controls] {
  cursor:pointer;
}

[aria-disabled] {
  cursor:default;
}


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

  Base

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

html,
body {
  height:100%;
}

body {
  font-family:'Noto Sans JP', sans-serif;
  font-weight:300;
  text-align:center;
  min-width:320px;
  line-height:1.8;
  word-wrap:break-word;
}

@media print,screen and (min-width:641px) {
  body { min-width:1000px; }
}

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

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

.f-tsume {
  letter-spacing:-0.2em;
}

.f-none {
  display:none;
}

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

.ff-min { font-family:'Noto Serif JP', serif; font-style:normal; font-weight:400; letter-spacing:0.08em; }
.ff-en { font-family:'Lora', serif; font-style:normal; font-weight:400; }

.fw-300 { font-weight:300; }
.fw-400 { font-weight:400; }
.fw-500 { 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.8rem; }

.fs-max { font-size:2.66em; }  /* 48 */
.fs-4l  { font-size:2.11em; }  /* 38 */
.fs-3l  { font-size:1.66em; }  /* 30 */
.fs-2l  { font-size:1.44em; }  /* 26 */
.fs-l   { font-size:1.22em; }  /* 22 */
.fs-m   { font-size:1.1em; }   /* 20 */
.fs-s   { font-size:0.88em; }  /* 16 */
.fs-ss  { font-size:0.77em; }  /* 14 */
.fs-min { font-size:0.72em; }  /* 13 */

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

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

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

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


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

body { color:#141414; }


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

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

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

.ua-pc img.img-hv,
.ua-pc a.img-hv img {
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s 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:#141414; text-decoration:none; }
.ua-pc a:hover { color:#666; text-decoration:underline; }

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

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


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

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;
}
