@charset "UTF-8";
/*!
Theme Name:   DVERZ｜style
Theme URI:    https://dverz.co.jp
Version:      1.0.0
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  opacity: 0.7 !important; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/ }

mark {
  background: #ff0;
  color: #000; }

small {
  /*  font-size: 80%;	*/ }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  height: auto;
  background: #fff;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  .font-size-small body {
    font-size: 8px;
    font-size: 0.8rem; }
  .font-size-large body {
    font-size: 12px;
    font-size: 1.2rem; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: none;
    text-decoration: none;
    outline: 0; }

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%; }

p {
  margin-bottom: 1.5rem;
  line-height: 2; }

dfn, cite, em, i {
  font-style: normal; }

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0;
  margin-bottom: 1.5rem;
  font-style: normal; }

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help; }

mark, ins {
  text-decoration: none; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

.link-hover-inverse {
  text-decoration: none; }
  .link-hover-inverse:hover {
    text-decoration: underline; }

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  font-size: 1.4rem; }
  .font-size-small .monospace {
    font-size: 11.2px;
    font-size: 1.12rem; }
  .font-size-large .monospace {
    font-size: 16.8px;
    font-size: 1.68rem; }

ul {
  margin: 0;
  padding: 0; }

ol {
  margin-bottom: 2rem; }

ul {
  list-style: none; }
  ul li {
    font-style: normal; }

ol {
  list-style: decimal; }
  ol li {
    line-height: 1.5;
    margin-bottom: 1rem; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0; }
  .list-inline > li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem; }
    .font-size-small .list-inline > li {
      font-size: 11.2px;
      font-size: 1.12rem; }
    .font-size-large .list-inline > li {
      font-size: 16.8px;
      font-size: 1.68rem; }

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center; }
  .list-table > li {
    display: table-cell;
    vertical-align: middle; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #AB1B30;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none; }
  .button:hover, .button:active, .button:focus {
    border-color: transparent;
    background: #df344d;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #AB1B30;
  color: #666;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #AB1B30; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
  width: 80%; }

textarea {
  padding-left: 3px;
  vertical-align: middle; }

#wrapper {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  .font-size-small #wrapper {
    font-size: 11.2px;
    font-size: 1.12rem; }
  .font-size-large #wrapper {
    font-size: 16.8px;
    font-size: 1.68rem; }

.container {
  margin: 0 auto;
  width: 1000px;
  padding: 3rem 1rem;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

br.sp-only {
  display: none; }

body {
  background-color: #E3C598; }

div.sec_title1 {
  background-image: url("images/common/ttl_bg.png");
  background-size: 1000px;
  background-repeat: no-repeat;
  width: 1000px;
  height: 238px;
  margin-bottom: -80px; }
  div.sec_title1 .inner {
    text-align: center;
    padding: 35px; }
    div.sec_title1 .inner h2 {
      color: #AB1B30;
      font-size: 21px;
      font-weight: bold; }
      div.sec_title1 .inner h2:before, div.sec_title1 .inner h2:after {
        content: '●';
        display: inline-block; }

#vi-section {
  background-image: url("images/common/vi_bg.jpg");
  background-size: 1200px;
  background-size: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 800px; }
  #vi-section .container {
    padding: 0; }
    #vi-section .container .content {
      position: relative;
      height: 100vh; }
      #vi-section .container .content h1 {
        text-align: center;
        padding-top: 25vh;
        font-size: 21px;
        color: white;
        text-shadow: 0 0 0.5rem black; }
      #vi-section .container .content .bad,
      #vi-section .container .content .logo_l,
      #vi-section .container .content .logo_r,
      #vi-section .container .content .castle {
        position: absolute; }
      #vi-section .container .content .bad {
        width: 94px;
        left: 200px;
        top: 15vh; }
      #vi-section .container .content .logo_l {
        width: 206px;
        left: 0;
        top: 27vh; }
      #vi-section .container .content .logo_r {
        width: 222px;
        right: 0;
        top: 23vh; }
      #vi-section .container .content .castle {
        width: 184px;
        right: 0;
        bottom: 0; }

#blood-orange-seciton .container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }
  #blood-orange-seciton .container article:last-of-type {
    margin-bottom: 0; }
  #blood-orange-seciton .container article .pic {
    width: calc(50% - 20px);
    border: 5px solid #AB1B30; }
  #blood-orange-seciton .container article .txt {
    width: calc(50% - 20px); }
    #blood-orange-seciton .container article .txt h2 {
      color: #AB1B30;
      font-weight: bold;
      font-size: 21px; }
    #blood-orange-seciton .container article .txt p {
      color: #AB1B30; }
  #blood-orange-seciton .container article:nth-of-type(2) .pic {
    order: 1; }
  #blood-orange-seciton .container article:nth-of-type(2) .txt {
    order: 2; }

#blood-orange-seciton .container .map {
  width: 750px;
  margin: 70px auto 0; }

#birth-section .container .content {
  position: relative; }
  #birth-section .container .content .txt {
    width: 480px;
    margin: 0 auto; }
    #birth-section .container .content .txt h2 {
      color: #AB1B30;
      font-weight: bold;
      font-size: 21px;
      text-align: center;
      line-height: 1.7; }
  #birth-section .container .content .pic_l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 194px; }
  #birth-section .container .content .pic_r {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 233px; }

#dressing-section .container .content .main,
#cola-section .container .content .main {
  width: 905px;
  margin: 0 auto 70px; }

#dressing-section .container .content .txt,
#cola-section .container .content .txt {
  width: 480px;
  margin: 0 auto 50px; }
  #dressing-section .container .content .txt h2,
  #cola-section .container .content .txt h2 {
    color: #AB1B30;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    line-height: 1.7; }
  #dressing-section .container .content .txt p,
  #cola-section .container .content .txt p {
    color: #AB1B30; }

#dressing-section .container .pics,
#cola-section .container .pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px; }
  #dressing-section .container .pics .pic,
  #cola-section .container .pics .pic {
    width: calc(50% - 20px);
    border: 5px solid #AB1B30; }

#dressing-section .container .movie,
#cola-section .container .movie {
  margin-bottom: 70px; }
  #dressing-section .container .movie iframe,
  #cola-section .container .movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    aspect-ratio: 1 / 1; }

#item-section .container {
  padding: 3rem 0; }
  #item-section .container .head img {
    width: 502px; }
  #item-section .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #item-section .container .content article {
      width: calc(50% - 20px);
      padding-left: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: flex-end; }
      #item-section .container .content article .pic {
        width: 124px; }
      #item-section .container .content article .txt {
        width: calc((100% - 124px) - 30px); }
        #item-section .container .content article .txt h2 {
          color: #AB1B30;
          font-weight: bold;
          font-size: 21px;
          line-height: 1.3; }
        #item-section .container .content article .txt p {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: bold;
          line-height: 1.3; }
        #item-section .container .content article .txt h3 {
          background: #AB1B30;
          color: white;
          font-weight: bold;
          text-align: center;
          font-family: "Noto Sans JP", sans-serif; }
        #item-section .container .content article .txt .price {
          text-align: right; }
          #item-section .container .content article .txt .price p strong {
            font-size: 25px; }
    #item-section .container .content article.item_1 h3 {
      margin-top: 50px; }

#footer .container .info {
  margin-bottom: 70px; }
  #footer .container .info h3, #footer .container .info h2, #footer .container .info p {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    font-size: 18px; }

#footer .container .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center; }
  #footer .container .bnr_list .bnr {
    width: 280px;
    margin: 0 35px; }

#credit {
  margin-top: 40px;
  background: #B53A4C;
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 15px 0; }

@media screen and (max-width: 732px) {
  body {
    overflow: hidden; }
  #wrapper {
    position: relative;
    font-size: 1.3rem; }
  .container {
    width: 100%;
    padding: 5rem 2.5rem; }
  br.sp-only {
    display: block; }
  br.pc-only {
    display: none; }
  div.sec_title1 {
    background-size: 100%;
    width: 100%;
    height: 110px;
    margin-bottom: -50px; }
    div.sec_title1 .inner {
      text-align: center;
      padding: 4px 0; }
      div.sec_title1 .inner h2 {
        font-size: 16px; }
  #vi-section {
    height: 80vh;
    min-height: auto; }
    #vi-section .container .content {
      height: 80vh; }
      #vi-section .container .content h1 {
        padding-top: 17vh;
        font-size: 16px; }
      #vi-section .container .content .bad {
        width: 75px;
        left: 50px;
        top: 5vh; }
      #vi-section .container .content .logo_l {
        width: 87px;
        left: 10px;
        top: 35vh; }
      #vi-section .container .content .logo_r {
        width: 94px;
        right: 10px;
        top: 35vh; }
      #vi-section .container .content .castle {
        width: 104px;
        right: -20px;
        bottom: 0; }
  #blood-orange-seciton .container article {
    margin-bottom: 30px; }
    #blood-orange-seciton .container article .pic {
      width: 100%;
      margin-top: 10px; }
    #blood-orange-seciton .container article .txt {
      width: 100%; }
      #blood-orange-seciton .container article .txt h2 {
        font-size: 16px; }
    #blood-orange-seciton .container article:nth-of-type(2) .pic {
      order: 2; }
    #blood-orange-seciton .container article:nth-of-type(2) .txt {
      order: 1; }
  #blood-orange-seciton .container .map {
    width: 100%;
    margin: 30px auto 0; }
  #birth-section .container {
    padding: 0 2.5rem; }
    #birth-section .container .content .txt {
      width: 100%; }
      #birth-section .container .content .txt h2 {
        font-size: 16px; }
    #birth-section .container .content .pic_l {
      position: relative;
      left: auto;
      bottom: auto;
      margin: 0 auto 2rem; }
    #birth-section .container .content .pic_r {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 0 auto; }
  #dressing-section .container .content .main,
  #cola-section .container .content .main {
    width: 100%;
    margin: 0 auto 25px; }
  #dressing-section .container .content .txt,
  #cola-section .container .content .txt {
    width: 100%;
    margin: 0 auto 0; }
    #dressing-section .container .content .txt h2,
    #cola-section .container .content .txt h2 {
      font-size: 16px; }
  #dressing-section .container .pics .pic,
  #cola-section .container .pics .pic {
    width: 100%;
    margin-top: 15px; }
  #dressing-section .container .movie,
  #cola-section .container .movie {
    margin-bottom: 0;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px; }
    #dressing-section .container .movie iframe,
    #cola-section .container .movie iframe {
      width: 100%;
      height: 100%; }
  #item-section .container {
    padding: 3rem 2.5rem; }
    #item-section .container .head img {
      width: 80%; }
    #item-section .container .content article {
      width: 100%;
      padding-left: 0;
      display: block; }
      #item-section .container .content article .pic {
        width: 129px;
        margin: 20px auto; }
      #item-section .container .content article .txt {
        width: 90%;
        margin: 0 auto; }
        #item-section .container .content article .txt .price {
          text-align: center; }
          #item-section .container .content article .txt .price p strong {
            font-size: 25px; }
    #item-section .container .content article.item_1 {
      margin-bottom: 70px; }
      #item-section .container .content article.item_1 h3 {
        margin-top: 0; }
  #footer .container .info {
    margin-bottom: 50px; }
    #footer .container .info h3, #footer .container .info h2, #footer .container .info p {
      font-size: 16px; }
  #footer .container .bnr_list .bnr {
    width: 90%;
    margin: 10px auto; }
  #credit {
    margin-top: 0px;
    padding: 10px 0; } }
