@charset "utf-8";

/* *******************************************************************
 RESET ELEMENTS
******************************************************************* */

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,embed,figure,figcaption,footer,header,hgroup,
menu, nav, output, ruby, section, summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}

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

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

fieldset,img{ 
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
  font: inherit;
}

del,ins{
  text-decoration: none;
}

ol,ul{
  list-style: none;
}

caption,th{
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

abbr,acronym {
  border: 0;
  font-variant:normal;
}

sup{
  vertical-align: baseline;
}

sub{
  vertical-align: baseline;
}

hr,legend{
  display: none;
}

input,select{
  vertical-align: middle;
}




/* *******************************************************************
 RESET FONT_SIZE
******************************************************************* */

html {
  font: 10px/1.231 arial,helvetica,clean,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-size: 100%;
}

select,input,button,textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}




/* *******************************************************************
 BASE SETTINGS
******************************************************************* */

/* ==============================================
 HTML & BODY
============================================== */

html {
  overflow-y: scroll;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
  text-align: center;
}


/* ==============================================
 IMG
============================================== */

img::selection {
  background: none;
}


/* ==============================================
 ANCHOR
============================================== */

a {
  color: #086dbd;
  text-decoration: none;
  outline:none;
}

a:link {}

a:visited {}

a:hover {
  text-decoration: underline;
}

a:active {}


/* ==============================================
 FORM
============================================== */

/*
textarea {
  resize: none;
  resize: both;
  resize: horizontal;
  resize: vertical;
}
*/

/*
input:-moz-placeholder, textarea:-moz-placeholder {
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
}
*/

input[type="text"], textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==============================================
 OTHERS
============================================== */

audio, canvas, img, video {
  vertical-align: top;
}
.parts-sp {
	display: none !important;
}
@media screen and (min-width: 0) and (max-width:640px) {
	.parts-pc {
		display: none !important;
	}
	.parts-sp {
		display: block !important;
	}
}

.badge {
    position: absolute;
    top: 10px;
    right: -60px;
}

@media screen and (min-width: 0) and (max-width:640px) {
    .badge {
        position: absolute;
        top: 44vw;
        right: 1vw;
        width: 35vw;
    }   
}