@charset "UTF-8";

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
figure,
input,
textarea,
p,
blockquote,
th,
td,
tr {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  min-height: 100vh;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

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

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#pageWrapBg {
  background: #ebf9cc;
  background: linear-gradient(180deg, rgb(245, 255, 223) 0%, rgb(223, 255, 240) 10%);
}

#pageWrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000;
  font-size: 100%;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#pageWrap .sp_v {
  display: none;
}

#pageWrap img {
  max-width: 100%;
  height: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sponly {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sponly {
    display: block;
  }
}

/*----------------------------------------------------
	Header
----------------------------------------------------*/
#pageWrap h1 {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1095px;
  margin: 0 auto;
  padding: 7% 0;
}
#pageWrap header {
  position: relative;
  background-image: url(../images/headBack.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow: hidden;
}

@media only screen and (max-width: 1920px) {
  #pageWrap h1 {
    padding: 7% 0;
  }
}

/*----------------------------------------------------
	.about
----------------------------------------------------*/
#pageWrap .about {
  max-width: 1000px;
  margin: 0 auto 30px;

  font-size: clamp(0.8rem, 2.5vw, 1.2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#pageWrap .about p {
  text-align: center;
  line-height: 1.9;
  padding: 20px;
}
#pageWrap .fontsizL {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
}
#pageWrap .fontsizeXL {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
}
#pageWrap .colorRed {
  color: #e50011;
}

/*----------------------------------------------------
	#mainContents
----------------------------------------------------*/
#pageWrap #mainContents {
  background-image: url(../images/back.png);
  background-repeat: repeat;
  background-position: bottom left;
  padding: 80px 0;
}

#pageWrap #mainContents .shopArea {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 60px;
  padding: 50px;
  border-radius: 30px;
  border: 3px solid #e50011;
  background-color: #fff;
}
#pageWrap #mainContents .shopArea .title {
  position: absolute;
  top: -40px;
  left: 0;
}
#pageWrap #mainContents .shopArea .flexblock {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
}
#pageWrap #mainContents .shopArea .flexblock figure {
  width: 50%;
}
#pageWrap #mainContents .shopArea .flexblock figure img {
  border-radius: 15px;
}
#pageWrap #mainContents .shopArea .flexblock .txt {
  font-size: clamp(1.3rem, 3.5vw, 2.2rem);
  font-weight: 800;
  padding: 0 0 0 30px;
  width: 50%;
  line-height: 1.3;
}
#pageWrap #mainContents .shopArea .flexblock .txt span {
  display: inline-block;
  font-size: clamp(0.8rem, 3.5vw, 1.5rem);
  line-height: 1.4;
}

#pageWrap #mainContents .shopArea .infoArea {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
}
#pageWrap #mainContents .shopArea .infoArea .leftArea {
  width: 60%;
}
#pageWrap #mainContents .shopArea .infoArea figure {
  padding: 0 0 20px 20px;
  width: 35%;
}
#pageWrap #mainContents .shopArea .infoArea figure img {
  border-radius: 15px;
  /* border: 1px solid #ccc; */
}
#pageWrap #mainContents .shopArea .infoArea .Introduction {
  padding: 30px 0;
}
#pageWrap #mainContents .shopArea .infoArea .shopinfo {
  border-left: 5px solid #000;
  padding-left: 20px;
  line-height: 2;
  font-size: clamp(1rem, 3.5vw, 1.3rem);
  font-weight: 800;
}

@media only screen and (max-width: 750px) {
  #pageWrap #mainContents {
    padding: 40px 0;
  }
  #pageWrap #mainContents .shopArea {
    margin: 3% auto 7%;
    padding: 6% 5%;
    border-radius: 30px;
    border: 3px solid #e50011;
    background-color: #fff;
  }
  #pageWrap #mainContents .shopArea .title {
    width: 70%;
    top: -27px;
  }
  #pageWrap #mainContents .shopArea .flexblock {
    padding: 3% 0 0;
  }

  #pageWrap #mainContents .shopArea .infoArea {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    font-size: clamp(0.8rem, 2.5vw, 1rem);
  }
  #pageWrap #mainContents .shopArea .infoArea .leftArea {
    width: auto;
  }
  #pageWrap #mainContents .shopArea .infoArea figure {
    text-align: center;
    width: 120px;
    margin: 10px auto 0;
    padding: 0;
  }
  #pageWrap #mainContents .shopArea .infoArea .shopinfo {
    padding-left: 10px;
    font-size: clamp(0.85rem, 2.5vw, 1.1rem);
  }
  #pageWrap #mainContents .shopArea .infoArea .Introduction {
    padding: 0 0 20px 0;
  }
  #pageWrap #mainContents .shopArea .flexblock .txt {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  #pageWrap #mainContents .shopArea .title {
    width: 80%;
    top: -20px;
  }
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/
#pageWrap a:link {
  color: #fc6233;
}

#pageWrap a:visited {
  color: #e13627;
}

#pageWrap a:hover {
  color: #e13627;
  text-decoration: underline;
}

#pageWrap a:active {
  color: #e13627;
}

#animated-image {
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.2s ease-out;
}
#animated-image.is-loaded {
  opacity: 1;
  transform: translateX(0);
}

#lowAnime {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 1.2s ease-out,
    transform 1.2s ease-out;
}
#lowAnime.is-loaded {
  opacity: 1;
  transform: translateX(0);
}
