@charset "UTF-8";
/* Normalize
--------------------------------*/
html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  font-size: 1em;
  font-family: TsukuARdGothicStd-B, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

article,
section {
  margin: 80px auto;
}

article section,
section section {
  margin: 60px auto;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

body {
  background-color: #cd7b1e;
}

/* Remove Margin
--------------------------------*/
p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p:last-child, article:last-child,
section:last-child {
  margin-bottom: 0;
}

/* site Header
--------------------------------*/
.site-header {
  min-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(images/site_back.png);
  background-position: bottom;
  background-repeat: repeat;
}

.site-header--logo {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

.site-header--logo img {
  width: 128px;
  height: 64px;
}

.site-header .google_translate {
  margin-right: 20px;
}

/* contents
--------------------------------*/
main > section:nth-child(1) {
  min-width: 820px;
  margin-bottom: 0;
  padding: 0px 0px 52px 0px;
  background-image: url(images/bg_wave01.svg), url(images/site_back.png);
  background-position: bottom,top;
  background-repeat: repeat-x,repeat;
  background-size: 250px 22px,auto;
}

main > section:nth-child(2) {
  min-width: 820px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0 80px;
  background-color: #461c23;
  background-image: url(images/site_back.png);
  background-position: center;
  background-repeat: repeat;
}

main > section:nth-child(3) {
  min-width: 820px;
  margin-top: 0;
  padding-top: 62px;
  padding-bottom: 80px;
  background-image: url(images/bg_wave02.svg), url(images/site_back.png);
  background-position: top,center;
  background-repeat: repeat-x,repeat;
  background-size: 250px 22px,auto;
}

main > section .container {
  width: 800px;
  margin: 0 auto;
}

/* section01 */
.mainimage h1 {
  text-align: center;
  margin: 0;
}

.mainimage--area {
  background-color: #461c23;
  border-radius: 120px;
  border: solid 10px #cbba8d;
  padding: 15px;
}

.mainimage--box {
  padding: 20px 50px;
  background-color: #f7931e;
  border-radius: 100px;
  border: solid 5px #cbba8d;
  -webkit-box-shadow: 0px 0px 0px 2px #461c23 inset;
  box-shadow: 0px 0px 0px 2px #461c23 inset;
}

.mainimage--imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mainimage--balloon {
  width: 250px;
  height: 80%;
  position: relative;
  background: #fff;
  border: 5px solid #804f21;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  font-size: 30px;
  color: #461c23;
}

.mainimage--balloon span {
  display: block;
  width: 100%;
  text-align: center;
}

.mainimage--balloon::after, .mainimage--balloon::before {
  left: 100%;
  top: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.mainimage--balloon::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.mainimage--balloon::before {
  border-color: rgba(128, 79, 33, 0);
  border-left-color: #804f21;
  border-width: 28px;
  margin-top: -28px;
}

.mainimage--image {
  padding-left: 40px;
  padding-bottom: 20px;
}

.mainimage--image img {
  width: 372px;
  height: 225px;
}

.mainimage--ic {
  position: absolute;
  right: 0;
  top: 0;
  margin: -80px -90px 0 0;
}

.mainimage--band {
  margin: 0px -80px;
  padding: 5px 0 10px;
  border-bottom: solid 5px #cbba8d;
  border-top: solid 5px #cbba8d;
  background-color: #461c23;
  text-align: center;
  color: #fff;
  font-size: 1.313em;
}

.mainimage--text {
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;
}

.mainimage--text span {
  display: block;
}

.mainimage--bottom-text {
  margin-top: 20px;
  text-align: center;
  color: #461c23;
  font-family: 'Lusitana', serif;
  font-size: 2.5em;
  font-weight: bold;
}

/* section02 */
.gem--headtext {
  margin: 0 auto 50px;
  padding: 10px 0 10px 10px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  color: #461c23;
  font-size: 1.625em;
}

.gem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 80px;
  background-image: url(images/gem_mainback.png);
  background-position: bottom left 50px;
  background-repeat: no-repeat;
}

.gem .gem--main {
  width: 100%;
}

.gem .gem--main-tag {
  display: block;
  width: 120px;
  padding: 4px 0 6px;
  background-color: #fb7a3b;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.563rem;
}

.gem .gem--main-tag::after {
  content: '';
  position: absolute;
  top: 0;
  right: -23px;
  margin: 0 0 0 0;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 23px solid #fb7a3b;
  border-bottom: 23px solid transparent;
}

.gem .gem--main-title-or {
  margin-left: 12px;
  color: #fb7a3b;
  font-size: 2.2rem;
}

.gem .gem--main-text {
  color: #fff;
  width: 60%;
  padding-left: 10px;
}

.gem .gem--main-text h2 {
  margin-bottom: -10px;
  font-size: 1.48em;
}

.gem .gem--main-text ul {
  list-style-type: none;
  padding-left: 12px;
}

.gem .gem--main-text li {
  padding: 10px 0;
  border-bottom: solid 2px #fff;
  font-size: 1.375em;
}

.gem .gem--main-text li span {
  color: #fb7a3b;
}

.gem .gem--main-text li:first-child {
  border-top: solid 2px #fff;
}

.gem .gem--main-img {
  width: 40%;
  text-align: right;
}

.gem .gem--main-img img {
  width: 288px;
  height: 307px;
}

.gem-logoarea {
  width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #461c23;
  border-radius: 30px;
  background-color: #fbb03b;
  font-size: 1.25em;
}

.gem-logoarea img {
  width: 200px;
  height: 35px;
  padding-bottom: 3px;
}

.gem-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 182px;
  margin: 0 auto 30px;
  color: #fbb03b;
  text-align: center;
  background-image: url(images/gem_copy_left.png), url(images/gem_copy_right.png), url(images/gem_copy_bottom.png);
  background-position: left,right,bottom;
  background-repeat: no-repeat;
}

.gem-copy span {
  display: block;
  width: 100%;
  font-size: 1.875em;
  font-weight: bold;
}

.gem-copy span:nth-child(2) {
  letter-spacing: 0.15em;
}

/* section03 */
.beloved--container {
  text-align: center;
}

.beloved--title01 {
  padding-top: 60px;
  padding-bottom: 55px;
  margin-bottom: 10px;
  background-image: url(images/beloved_title_ic.svg), url(images/beloved_title_boder01.svg);
  background-position: top,bottom;
  background-repeat: no-repeat;
  background-size: 49px 51px,414px 49px;
  color: #fff;
  font-size: 1.875em;
}

.beloved--title02 {
  padding-bottom: 10px;
  margin-bottom: 50px;
  background-image: url(images/beloved_title_boder02.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 678px 5px;
  color: #fff;
  font-size: 3em;
}

.beloved--list01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px 0;
  list-style-type: none;
  color: #fff;
  font-size: 1.375em;
  line-height: 0;
}

.beloved--list02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0;
  list-style-type: none;
  color: #461c23;
}

.beloved--list02 p {
  margin: 10px auto 0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.125em;
}

.chocolat--back {
  padding: 50px 0 60px;
  border-radius: 50px;
  background-color: #461c23;
  background-image: url(images/chocolat_back.png);
  background-position: right 10px bottom;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2em;
}

.chocolat--back span {
  display: block;
}

.chocolat--bottom {
  margin-bottom: 60px;
}

.chocolat--bottom span {
  display: block;
  color: #461c23;
  font-size: 1.250em;
}

.chocolat--sozai {
  margin-bottom: 30px;
  color: #461c23;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  background-image: url(images/chocolat_sozai_back.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.chocolat--sozai p:nth-child(1) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: url(images/beloved_title_boder02.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 590px 4px;
  font-size: 1.688em;
}

.chocolat--sozai p:nth-child(1)::before {
  content: '＜';
}

.chocolat--sozai p:nth-child(1)::after {
  content: '＞';
}

.chocolat--sozai p:nth-child(2) {
  margin-top: 10px;
  font-size: 1.875em;
}

.chocolat--sozai span {
  display: block;
}

/* banner */
.banner--container {
  background-color: #461c23;
  border-radius: 80px;
  border: solid 5px #cbba8d;
  padding: 10px;
}

.banner--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #f7931e;
  border-radius: 70px;
  border: solid 3px #f7931e;
  -webkit-box-shadow: 0px 0px 0px 2px #461c23 inset;
  box-shadow: 0px 0px 0px 2px #461c23 inset;
  background-image: url(images/banner_back.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.banner--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.banner--logo {
  width: 75%;
  display: block;
  text-align: center;
}

.banner--data {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.banner--text {
  width: 50%;
}

.banner--text p:nth-child(1) {
  border-radius: 30px;
  padding-bottom: 3px;
  background-color: #461c23;
  color: #fff;
  text-align: center;
}

.banner--text p:nth-child(2) {
  color: #461c23;
  font-size: 2em;
  margin-top: 0;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.banner--img {
  width: 50%;
  text-align: right;
}

.banner--package {
  width: 30%;
}

.banner--package img {
  width: 181px;
  height: 210px;
}

.banner--data2 {
  width: 65%;
  background-image: url(images/banner_back2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 183px auto;
}

.banner--data2 p {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0px 10px 0;
}

.banner--btn {
  width: 60%;
  background-color: #c1272d;
  border-radius: 50px;
  border: solid 2px #fff;
  text-align: center;
  -webkit-box-shadow: 0px 5px 0px #661a26;
  box-shadow: 0px 5px 0px #661a26;
}

.banner--btn a {
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  font-size: 20px;
}

.banner--btn a::after {
  display: block;
  top: 0;
  bottom: 0;
  right: 30px;
  font-size: 8px;
  content: '▲';
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner--text02 {
  font-size: 0.750em;
}

.banner--text03 {
  color: #c1272d;
}

.banner--text04 {
  color: #c1272d;
  font-size: 0.750em;
}

.banner--text05 {
  font-size: 0.750em;
}

/* site Footer
--------------------------------*/
.site-footer {
  min-width: 800px;
  padding: 10px;
  background-color: #461c23;
  color: #fff;
  text-align: center;
}

/* sp
--------------------------------*/
@media screen and (max-width: 768px) {
  /* header */
  .site-header {
    min-width: 100%;
  }
  .site-header--logo {
    margin: 0;
    padding: 10px 10px 0;
  }
  .site-header--logo img {
    width: 64px;
    height: 32px;
  }
  /* content */
  main > section:nth-child(1) {
    min-width: 100%;
    padding-bottom: 30px;
    background-size: 125px 11px,auto;
  }
  main > section:nth-child(2) {
    min-width: 100%;
    padding-bottom: 60px;
  }
  main > section:nth-child(3) {
    min-width: 100%;
    padding-top: 32px;
    padding-bottom: 40px;
    background-size: 125px 11px,auto;
  }
  main > section .container {
    width: 100%;
  }
  /* section01 */
  .mainimage h1 {
    width: 100%;
  }
  .mainimage h1 img {
    width: 219px;
    height: 68px;
  }
  .mainimage--area {
    border-radius: 20px;
    border: solid 5px #cbba8d;
    margin: 0px 10px;
    padding: 5px;
  }
  .mainimage--box {
    padding: 20px 10px 10px;
    border-radius: 8px;
  }
  .mainimage--imgarea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainimage--balloon {
    width: 100%;
    font-size: calc(100vw / 18);
  }
  .mainimage--balloon::after, .mainimage--balloon::before {
    left: 50%;
    top: 100%;
    bottom: 0;
  }
  .mainimage--balloon::after {
    border-left-color: transparent;
    border-top-color: #fff;
    margin-top: 0;
    margin-left: 8px;
  }
  .mainimage--balloon::before {
    border-left-color: transparent;
    border-top-color: #804f21;
    margin-top: 0;
  }
  .mainimage--image {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
  .mainimage--image img {
    width: 100%;
    height: auto;
  }
  .mainimage--ic {
    margin: -50px -30px 0 0;
  }
  .mainimage--ic img {
    width: 95px;
    height: 93px;
  }
  .mainimage--band {
    margin: 0 -25px;
    padding: 5px 10px 10px;
    font-size: calc(100vw / 24);
  }
  .mainimage--text {
    font-size: calc(100vw / 26);
  }
  .mainimage--bottom-text {
    font-size: calc(100vw / 18);
  }
  /* section02 */
  .gem--headtext {
    margin: 0px 3.125vw 10px;
    padding: 10px;
    font-size: calc(100vw / 24);
  }
  .gem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    background-position: bottom;
    background-size: 154px 54px;
  }
  .gem .gem--main-tag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gem .gem--main-tag::after {
    right: -17px;
    border-top: 17px solid transparent;
    border-left: 17px solid #fb7a3b;
    border-bottom: 17px solid transparent;
  }
  .gem .gem--main-title-or {
    margin-left: 0;
    font-size: 1.2em;
  }
  .gem .gem--main-text {
    width: 100%;
    padding: 0;
  }
  .gem .gem--main-text h2 {
    margin: 0px 20px 0 10px;
    font-size: calc(100vw / 20);
  }
  .gem .gem--main-text ul {
    padding: 0 10px 0 0;
  }
  .gem .gem--main-text li {
    font-size: calc(100vw / 24);
    margin-left: 10px;
  }
  .gem .gem--main-img {
    width: 40%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .gem .gem--main-img img {
    width: 100%;
    height: auto;
  }
  .gem-logoarea {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  .gem-copy {
    min-height: inherit;
    margin: 20px 10px;
    background-image: none;
  }
  .gem-copy span {
    font-size: calc(100vw / 20);
  }
  /* section03 */
  .beloved--title01 {
    padding-top: 40px;
    padding-bottom: 10px;
    background: none;
    background-image: url(images/beloved_title_ic.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 24px 25px;
    font-size: calc(100vw / 18);
  }
  .beloved--title02 {
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-bottom: 20px;
    font-size: calc(100vw / 16);
    background-image: none;
    border-bottom: solid 2px #fff;
  }
  .beloved--list01 {
    margin: 0px 3.125vw;
  }
  .beloved--list01 ul {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: calc(100vw / 26);
  }
  .beloved--list01 li {
    width: 30%;
  }
  .beloved--list02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0;
  }
  .beloved--list02 li:nth-child(1) {
    width: 30%;
    margin-bottom: 20px;
  }
  .beloved--list02 li:nth-child(2) {
    width: 30%;
    margin-bottom: 20px;
  }
  .beloved--list02 li:nth-child(3) {
    width: 30%;
    margin-bottom: 20px;
  }
  .beloved--list02 li:nth-child(4) {
    width: 30%;
  }
  .beloved--list02 li:nth-child(5) {
    width: 30%;
  }
  .beloved--list02 li p {
    font-size: calc(100vw / 26);
  }
  .chocolat--back {
    margin: 0px 3.125vw;
    padding: 30px 0 50px 0;
    font-size: calc(100vw / 24);
    background-size: 58px 63px;
  }
  .chocolat--bottom {
    font-size: calc(100vw / 30);
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-bottom: 20px;
  }
  .chocolat--sozai {
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    color: #fff;
    text-shadow: none;
    font-family: TsukuARdGothicStd-E;
  }
  .chocolat--sozai p:nth-child(1) {
    font-size: calc(100vw / 24);
    background-image: none;
    border-bottom: solid 1px #fff;
  }
  .chocolat--sozai p:nth-child(1)::before {
    display: none;
  }
  .chocolat--sozai p:nth-child(1)::after {
    display: none;
  }
  .chocolat--sozai p:nth-child(2) {
    font-size: calc(100vw / 24);
  }
  /* banner */
  .banner--container {
    border-radius: 20px;
    padding: 5px;
    margin: 0 3.125vw;
  }
  .banner--area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
    background-image: none;
  }
  .banner--box {
    width: 100%;
  }
  .banner--text {
    width: 100%;
    text-align: center;
  }
  .banner--text p:nth-child(1) {
    margin: 10px 0;
  }
  .banner--text p:nth-child(2) {
    margin-bottom: 20px;
  }
  .banner--img {
    display: none;
  }
  .banner--package {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner--package img {
    width: 90px;
    height: 105px;
  }
  .banner--logo {
    width: 100%;
  }
  .banner--data2 {
    width: 100%;
    background-position: right bottom;
    background-size: 80px auto;
  }
  .banner--data2 p {
    font-size: 1.2em;
  }
  /* footer */
  .site-footer {
    min-width: 90%;
    font-size: 0.875em;
  }
}
