@charset "UTF-8";

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body,input,button {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Droid Sans", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin:0;
}


article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}


textarea:hover, textarea:focus {
  outline: none;
}

textarea:hover {
  opacity: 0.7;
}

textarea:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input:focus {
  outline: none;
  /*border-color: #707070;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/* general
========================================================================== */

#wrapper a {
  display: inline-block;
  opacity: 1;
  color:#0042ff;
  text-decoration: none;
  transition: all 0.5s;
}
#wrapper a:hover {
  opacity: .7;
  transition: all 0.5s;
}


.p-box {
  position: relative;
  z-index: 10;
}
#wrapper section picture {
  max-width: 100%;
  display: block;
  vertical-align: top;
  width: auto;
  overflow-y: hidden;
}

.TaC {
  text-align: center!important;
}


#wrapper section a,
h1,h2,h3,h4,ol,ul,li,dl,dt,dd {
  font-size: 0;
  line-height: 0;
}

#form h1,h2,h3,h4,ol,ul,li,dl,dt,dd {
  font-size: inherit;
  line-height: inherit;
}

.slick-slide:focus {
 outline: none;
}

/* content
========================================================================== */


.pce {
  display: block;
}

.spe {
  display: none;
}

.mb0 {
  margin-bottom: 0!important;
}

.mt15 {
  margin-top: 1.5rem;
}

.mb50 {
  margin-bottom: 5rem!important;
}

.ml0{
  margin-left: 0!important;
}

.lsneg {
  letter-spacing: -0.2rem;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  22.5% { transform:translateY(0) }
  25% { transform:translateY(-7px) }
  30% { transform:translateY(0) }
  35% { transform:translateY(-7px) }
  40% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/* media
========================================================================== */
@media (max-width: 750px) {
.pce {
  display: none;
}

.spe {
  display: block;
}

  #wrapper {
  max-width: 750px;
  min-width: inherit;
  width: 100%;
  margin: 0 auto;
  position: relative;

  }
  html
  {font-size: calc( 1000vw / 750 );}
#wrapper section p{
  /*font-size: 3.2vw;*/
  text-align: justify;
}

}
