@charset "UTF-8";

/*
Theme Name:   らくのうカフェオレキャンペーン
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype2021
*/

/* Custom Propaties
--------------------------------*/

:root {
  --scrollbar: 0px;
}

/* Normalize
--------------------------------*/

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

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 4.2666666667vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fce1ca;
  color: #8d3714;
}

a {
  color: inherit;
  transition: 0.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: 0.8;
}

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

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  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;
}

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

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 0.375em;
  border: 1px solid;
  border-radius: 0.25em;
  font-size: 16px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

::placeholder {
  color: #c1977b;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

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

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.site-content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin: 0 0 1em;
  color: #8d3714;
  font: 800 3em/1.2 "FOT-ベビポップ Std EB", sans-serif;
  font-feature-settings: "palt";
  text-align: center;
}

h3 {
  margin: 0 0 1.2em;
  color: #8d3714;
  font-size: 1.25em;
}

/* Site Width
--------------------------------*/

/* Common
--------------------------------*/

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 24px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/

.site-header {
  position: relative;
  background: url(images/bg_header.svgz) repeat-x 50% 0/auto 100% #fff;
  margin-bottom: 2em;
  text-align: center;
}

.site-logo {
  position: absolute;
  top: 3.83%;
  right: 0;
  left: 0;
  width: 17.667%;
  max-width: 141.336px;
  margin: auto;
}

.site-logo img {
  width: 100%;
}

.global-nav {
  display: none;
}

.no-js .global-nav {
  display: block;
}

.global-nav__link {
  display: block;
  text-decoration: none;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

.fixed .site {
  position: relative;
}

.menu-button {
  background: transparent;
  color: inherit;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  transition: 0.3s;
}

.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Footer
--------------------------------*/

.site-footer {
  margin-top: 3em;
  background: url(images/bg_footer.svgz) repeat-x 50% 0/auto 100% #fff;
  text-align: center;
}

.foot-name {
  line-height: 3.334;
  background: #8d3714;
  color: #fff;
  font-weight: 500;
  font-size: 0.875em;
}

/* Site Content
--------------------------------*/

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Page
--------------------------------*/

.privacy-policy {
  counter-reset: pp;
}

.privacy-policy-part {
  margin: 2rem 0 0;
  counter-increment: pp;
}

.privacy-policy-part__heading {
  font-family: inherit;
  font-size: 1.25em;
  text-align: left;
}

.privacy-policy-part__heading:before {
  content: counter(pp) ". ";
}

.thankyou {
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.125em;
}

div.wpcf7 {
  max-width: 30rem;
  margin: 0 auto;
  counter-reset: part;
}

.form-part {
  counter-increment: part;
}

.form-part__heading:before {
  content: counter(part) ". ";
}

.field {
  margin-bottom: 2em;
}

.field__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.0625em;
  cursor: pointer;
}

.field__note {
  margin-top: 1em;
  font-weight: 700;
  font-size: 0.875em;
}

.required,
.optional {
  display: inline-block;
  line-height: 1.8462;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
  padding: 0 0.5em;
  border-radius: 0.3077em;
  background: #fff100;
  font-size: 0.765em;
}

.optional {
  background: #aaa;
}

.control-item {
  position: relative;
  margin-top: 0.5rem;
}

.control-item__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;
  padding: calc(0.375em + 1px);
  color: #c1977b;
  cursor: text;
}

.control-item__placeholder[data-active=false] {
  visibility: hidden;
}

.control-item__note,
.control-item__label {
  display: block;
  font-weight: 700;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  grid-template-areas: ". submit spinner";
  align-items: center;
}

.wpcf7-list-item > label {
  cursor: pointer;
}

input.wpcf7-submit {
  grid-area: submit;
  width: 100%;
  line-height: 1.27273;
  padding: 0.5em;
  border-radius: 2em;
  border: 0.1875rem solid;
  background: #fff100;
  color: #000;
  font-weight: 700;
  font-size: 1.375rem;
}

.wpcf7-spinner {
  grid-area: spinner;
  margin-right: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.5em;
  background: #fff;
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

.privacy-policy-wrap {
  height: 15rem;
  overflow: auto;
  border: 1px solid;
  border-radius: 0.75rem;
  background: #efefef;
}

.privacy-policy-content {
  padding: 1.5rem;
  font-size: 0.875em;
}

input.p-postal-code {
  width: 7.5em;
}

#your-age {
  width: 6.25em;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 0.25em;
}

.select:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 7px 4.5px 0;
  border-top-color: #8d3714;
  pointer-events: none;
  content: "";
}

.select select {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding-right: 24px;
  background: #fff;
  cursor: pointer;
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 2vw;
  }

  .break-pc:before {
    white-space: pre;
    content: "\a";
  }

  .site-header {
    margin-bottom: 4em;
  }

  .global-nav {
    display: block;
  }

  .global-nav__list {
    display: flex;
    justify-content: flex-start;
  }

  .global-nav__item {
    flex: 1 100%;
  }

  .menu-button {
    display: none;
  }

  .site-footer {
    margin-top: 6em;
  }

  .thankyou {
    font-size: 1.5em;
    text-align: center;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 800px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}

@media print {
  body {
    min-width: 800px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}