@charset "UTF-8";

/* Creative-Ash http://creative-ash.com/ CSS Standard 2017-01-11 N.K */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HTML CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */

html {
  font-family:
    "Hiragino Kaku Gothic ProN",
    YuGothic,"Yu Gothic",
    Meiryo,
    sans-serif;
  line-height: 1;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CONTROL ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

*,
*::before,*::after {
  box-sizing: border-box;
}
html,body,a,
h1,h2,h3,h4,h5,h6,
p,div,span,iframe,
address,small,
ol,ul,li,dl,dt,dd,
table,thead,tbody,tfoot,tr,th,td,caption,
details,figure,figcaption,img,audio,canvas,video,
b,em,strong,blockquote,q,
form,fieldset {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
article,aside,main,section,
header,footer,menu,nav,
details,figure,figcaption,img {
  display: block;
}
ol,ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote::before,blockquote::after,
q::before,q::after {
  content: none;
}
hr {
  height: 1px;
  display: block;
  border: 0;
  background: #ddd;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}
iframe {
  vertical-align: bottom;
}
strong {
  font-weight: inherit;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TABLE CONTROL ->                      */
/* =====>=====>=====>=====>=====>=====>===== */

table,th,td,
caption {
  text-align: left;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th,td {
  vertical-align: middle;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FORM CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */

input,select,textarea {
  vertical-align: middle;
}
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ANCHOR CONTROL ->                     */
/* =====>=====>=====>=====>=====>=====>===== */

a {
  line-height: 1;
  text-decoration: none;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TEXT-INDENT CONTROL ->                */
/* =====>=====>=====>=====>=====>=====>===== */

.ti {
  margin-left: -.6em;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HIDE CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */

.hide,
.hidePC {
  display: none;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SPECIAL DECO CONTROL ->               */
/* =====>=====>=====>=====>=====>=====>===== */

/*===== { alpha } =====*/
.alpha,
.alpha img {
  transition: .5s ease-in-out;
}
.alpha:hover,
.alpha:hover img {
  opacity: .6;
  cursor: pointer;
}
