@charset "utf-8"; 
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 {
    min-height: 100vh;
    scroll-behavior: smooth;
}

body {
    line-height:1;
    /* max-width: 375px; */
    min-height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
}

ins {
    color:#000;
    text-decoration:none;
}

mark {
    color:#000;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #303030;
    margin: 30px 0;
}

input, select {
    vertical-align:middle;
} 

/* ここから作成 */
html {
  scroll-behavior: smooth;
  background-color: #fbf5da;
}
html, body{
  height: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none;
}

body {
  display: flex;
  justify-content: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
  position: relative;
}

html::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: none;
}

.displaynone {
    display: none;
}

.container {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

img {
  max-width: 100%;
}
*{
  box-sizing: border-box;
}

.wrapper{   /* 基本固定 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fv_img {
    width: 100%;
}

.firstview {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}  

.sp_top {
    width: 100%;
}

.sec02img {
    position: relative;
}

.snslink {
    width: 100%;
    font-family:"M PLUS Rounded 1c", sans-serif; font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 29%;
}


.sns {
    width: fit-content;
    margin: 4px auto;
    padding: 4px 12px;
    background-color: #04b31d;
    border-radius: 100px;
    color: #fff; font-size: 16px;
}

.snstxt {
    height: 30px;
    margin-bottom: 16px;
    margin-left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snstxt:last-child {
    margin-bottom: 0;
}

.snstxt img {
    width: 8%;
    height: auto;
}

.snstxt span {
    font-size: 16px;
    margin-left: 12px;
    color: #04b31d;
    font-weight: 800;
    text-decoration: underline;
    transition: 0.2s all;
}

.snstxt span:hover {
    opacity: 0.7;
}

.sec03 {
    background: repeating-linear-gradient(-45deg, #96ecfe, #96ecfe 12px, #81e6fa 0, #81e6fa 24px);
    position: relative;
}

.sec03img {
    margin-top: 30px;
    position: relative;
}

.sec03rule {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.rule {
    width: 64%;
    height: 71%;
    overflow-y: scroll;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1rem;
    color: #42210b;
    position: absolute;
    margin: auto;
    top: 16%;
    right: 0;
    bottom: 0;
    left: 0;
}

.linkbtn {
    width: 100%;
    padding: 20px 13px 20px 0;
    display: flex;
    justify-content: center;
    transition: 0.2s all;
}

.linkbtn:hover {
    transform: translateY(-2px);
}

.topbtn {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 20px auto 80px;
    transform: translateY(0);
    transition: 0.2s all;
}

.topbtn:hover {
    transform: translateY(-2px);
}

footer {
    margin-top: -60px;
}

.footerimg  {
    display: flex;
    justify-content: center;
    margin-bottom: -70px;
    width: 100%;
    position: relative;
}

.footerimg img {
    width: 100%;
    height: 100%;
}


.footer_all {
    padding: 80px 30px 30px;
    background-color: #42210b;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding-bottom: 150px;
}
.contact {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 1.5rem;
    margin: 10px auto;
}

.contact_details {
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
}

.copy {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
}


/* 追従CTAバー */
.cta_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  padding: 24px 20px 24px;
  background: linear-gradient(to bottom, transparent, #ff6d00 24%);
  text-align: center;
  pointer-events: none;
}


.cta_bar {
  display: block;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
  pointer-events: auto;
  margin-top: 12px;
  transition: 0.2s;
}

.cta_bar:hover {
    font-size: 25px;
    transition: 0.2s;
}

/* @media screen and (max-width: 480px) {
  .rule {
    top: 80px;
    width: 248px;
    height: 330px;
  }
    
} */