@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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;
}

body {
  line-height: 1;
}

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

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPゴシック", "遊ゴシック", Meiryo, Arial, sans-serif;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}

body {
  position: relative;
  background-color: #FFF;
}

.shop_logo {
  text-align: center;
}
.shop_logo img {
  max-width: 70%;
  max-height: 50px;
  margin: 5px 0;
}

.content_main {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  flex-direction: column;
  position: relative;
}
.content_main .number {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  background-color: #001865;
  color: #FFF;
  padding: 10px 20px 20px 20px;
  margin: 2px;
  font-size: 32px;
  width: 20%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
  aspect-ratio: 0.77;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-family: "Stardos Stencil", cursive;
}
.content_main h3 {
  font-size: 14px;
  width: 70%;
  margin-left: 30%;
}
.content_main h4 {
  font-size: 20px;
  height: 64px;
  position: absolute;
  width: calc((100% - 30px) * 0.7);
  left: calc((100% + 15px) * 0.3);
  z-index: 10;
}
.content_main h3,
.content_main h4 {
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff;
}
.content_main section {
  position: relative;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}
.content_main section:nth-child(odd) {
  background-color: #A5A5A5;
}
.content_main section:nth-child(even) {
  background-color: #F2F2F2;
  color: #333;
}
.content_main section .img_box {
  clip-path: polygon(0px -15px, calc(85% - 15px) 0px, calc(85% - 15px) 100%, -15px calc(100% + 15px));
  background-color: #FFF;
  width: 110%;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  right: -10%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 0px 15px -5px #777777;
  top: 64px;
  margin-bottom: 84px;
}
.content_main section .img_box img {
  max-width: 80%;
  margin-right: 10%;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.content_main section p {
  border: 1px solid #001865;
  margin: 20px 0;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  border-radius: 15px;
  background-color: #FFF;
}
.content_main section:first-child {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.content_main section:first-child::before {
  background: inherit;
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #FFF;
}
@media screen and (min-width: 768px) {
  .content_main {
    flex-direction: row;
  }
  .content_main section {
    width: 33.3333333333%;
  }
  .content_main section:first-child {
    width: 33.3333333333%;
  }
  .content_main section .img_box::after {
    content: "商品ページへ";
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: RGBA(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 24px;
    transition-duration: 0.5s;
    transform: scale(0);
    border-radius: 50%;
    text-shadow: 1px 1px 1px #333;
  }
  .content_main section .img_box:hover::after {
    transition-duration: 0.5s;
    transform: scale(1);
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .content_main section {
    width: 25%;
  }
  .content_main section p {
    min-height: 120px;
    margin: 20px 0;
    width: 70%;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
  }
  .content_main section:first-child {
    width: 50%;
    z-index: 1;
  }
}

/*# sourceMappingURL=style.css.map */