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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
fieldset,
form,
label,
figcaption,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #3C2618;
}

ol,
ul {
  list-style: none;
}

body,
textarea,
button,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
tr,
td,
pre,
figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}
ul {
  list-style-type: none;
}
ul li {
  text-decoration: none;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

@media (max-width: 550px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}
html {
  scroll-behavior: smooth;
}
#home{
	font-size:25px;
}
/* universal ended  */
/* universal ended  */
/* universal ended  */
/* universal ended  */

.contact-form-section input[type="submit"] {
    background-color: #4b2010 !important;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}


.header {
  background-color: #310304;
  width: 100%;
  padding: 32px 0;
}

.containers {
  max-width: 1100px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.logo {
  width: 280px;
  height: 75px;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: 300;
}

/* banner */

.banner {
  position: relative;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  display: block;
}
.banner img{
  display: block;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-out;
}
@media(min-width:1200px){
 .banner img {
  transform: translateY(-50px);
}

}
.content {
  height: 2000px; /* To create enough scroll space */
  padding: 20px;
}
/* .banner img {
  position: absolute;
  top: 73%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
} */

/* way to use */
.way-to-use{
  padding-top: 40px;
  text-align: center;
}
.way-to-use .way-to-use-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 60px;
  padding-bottom: 41px;
}
.way-to-use .way-to-use-wrapper img{
  max-width: 285px;
}
.way-to-use .way-to-use-wrapper dl{
  background: #FFFFFF;
  border-radius: 0px 30px;
  padding: 20px 51px 25px 51px;
  text-align: left;
}
.way-to-use .way-to-use-wrapper dl dt{
font-weight: bold;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 16px;
}
.way-to-use .way-to-use-wrapper dl dd{
 line-height: 24px;
 font-size: 14px;
}
.way-to-use .way-to-use-wrapper dl dd span{
padding-left: 15px;
}
.background{
  background: #F4F4F4;
}

/* number 01 to 06 */

.all-steps{
  display: flex;
  flex-wrap: wrap;
  padding-top: 66px;
  row-gap: 50px;
  padding-left: 86px;
  padding-right: 86px;
  align-items: flex-start;
}
.all-steps ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 33.33%;
  align-items: center;
  row-gap: 17px;
}
.all-steps ul  li:nth-child(2) img {
width: 230px;
}
.all-steps ul  li:nth-child(3) p {
width: 238px;
font-size: 14px;
line-height: 24px;
}
/* chyue layout */
.container-to-be-take-care {
  width: 1000px;
  margin: 0 auto;
  padding: 43px 1px 64px 1px;
  background-color: #fff;
  border-radius: 10px;
}

.notice-section{
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.info-section {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  gap: 60px;
}
.notice-section {
  display: flex;
  align-items: center;
  padding: 20px;
}

.notice-section h2 {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.notice-section p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.info-section ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.info-section ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.info-section ul li:nth-child(1) span{
margin-left: 40px;
}
.info-section ul li:nth-child(2) span{
margin-left: 27px;
}
.info-section ul li:nth-child(3) span{
margin-left: 55px;
}

.info-section p{
  font-size: 14px;
  line-height:24px;
  letter-spacing: 1.4px;
}

.info-section ul li::before {
  content: '●';
  color: #000;
  margin-right: 10px;
  font-size: 1.2em;
}

.rules-to-consider{
  background-color: #F4F4F4;
  padding-bottom: 75px;
}
.before-use dl{
  background: #FFFFFF;
  border-radius: 0px 50px;
    padding: 33px 55px 37px 51px;
    text-align: left;
}
.before-use > img{
margin-top: 54px;
margin-bottom: 27px;
}
.before-use {
text-align: center;
}
.before-use dl dt{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
}
.before-use dl{
  max-width: 746px;
  margin: 0 auto;
}
.before-use dl dd{
  font-size: 14px;
  line-height: 24px;
 }
 /* .rules-to-consider div:nth-child(1){
  border: 1px solid rgb(14, 13, 13);
 }
 .rules-to-consider div:nth-child(2){
  border: 1px solid rgb(14, 13, 13);
 } */
 .rules-to-consider div:nth-child(3) dl dt,.rules-to-consider div:nth-child(4) dl dt{
  border: 1px solid rgb(14, 13, 13);
display: none;
padding: 38px 55px 25px 51px;
 }
/* Apply margin to all images except the first one */
.before-use:not(:first-of-type) > img {
  margin-top: 38px;
  margin-bottom: 27px;
}

/* footer */

.footer{
  background: #310304;
  text-align: center;
  padding: 54px 0 72px 0;
}
.footer p{
margin-top: 45px;
color: white;
}

	
	@media(min-width: 551px){
		.pc-logo {
    display: block; /* Ensure it's displayed by default */
}

.sp-logo {
    display: none; /* Hide by default */
}
	}
	

