/*!
Theme Name: uchibacoya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uchibacoya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

uchibacoya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}






/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color:#1A73EA;
	text-decoration:none;
}

a:visited {
	color:#1A73EA;
}

a:hover{
	color: #174ea6;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #174ea6;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
# Otaru 1899 CP
--------------------------------------------------------------*/

.sr {
	display: block;
}

.pr {
	display: none;
}


.cp-content{
	touch-action: manipulation;
}

.cp-content{
	max-width:800px;
	margin:0 auto;
	width:100%;
}

.cp-content .opin-wrap .optin-wrap-inner{
	padding:0.5rem;	    
}

.cp-content .opin-wrap .optin-wrap-inner input[type="email"]{
	width: 100%;
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;   
	border: 0;
}


.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]{    
	background: -moz-linear-gradient(top, #e2b45d 30%, #eede6f); 
	background: -webkit-linear-gradient(top, #e2b45d 30%, #eede6f);
	background: linear-gradient(to bottom, #e2b45d 30%, #eede6f);
    color: #031d3d;
    padding: 10px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    font-weight: 700;
	cursor: pointer;    
	border: 2px solid #fff;
    border-radius: 4em;
}

.cp-content-inner{
/* 	background: #031f3d; */
}

.opin-wrap .mc4wp-form-fields p{
	margin-top:0;
}

.opin-wrap .mc4wp-form-fields .cta-submit span{	   
	display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 0.5em;
	line-height:1.5;
}

.opin-wrap .mc4wp-form-fields p.cta-submit{
	margin-bottom:0;
}

.opin-wrap form{
	border: 1px solid #f5d625;
    padding: 1rem;
	
}

.cta-submit input[type="submit"],
.btn{
  animation: Flash 1s infinite;
}

@keyframes Flash{
  50%{
    box-shadow: 0 0px 32px rgba(245,214,37, 0.5);
  }
}

.opin-wrap{
	background: #27375e;
	max-width: 680px;
    margin: 0 16px;
}

.cp-content .opin-wrap .optin-wrap-inner label{    
	font-size: 14px;
}

.cp-btn a{
    color: #fff;
    padding: 0;
    width: 100%;
    height: 80px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
}

.agree_to_terms {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.agree_to_terms span,
.agree_to_terms a{
	color: #fff;
}

.agree_to_terms a{
	text-decoration:underline;
}

.agree_to_terms label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.agree_to_terms label::before,
.agree_to_terms label:has(:checked)::after {
    content: '';
}

.agree_to_terms label::before {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #ffffff;
}

.agree_to_terms label:has(:checked)::before {
    background-color: #ffffff;
}

.agree_to_terms label:has(:checked)::after {
    position: absolute;
    top: 6px;
    left: 8px;
    transform: rotate(45deg);
    width: 8px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.agree_to_terms input {
    position: absolute;
    left: 5px;
    opacity: 0;
	cursor: pointer;
}

.footer-wrap{
	background:#f9f9f9;
	padding:5em 1em;

}

.footer-wrap.ov--cta{
		margin-bottom:86px;
}

.footer-wrap-innar{
	max-width:1080px;
	width:100%;
	margin:0 auto;
}

.footer-wrap-innar ul{
	margin:0;   
	padding: 0;
	list-style-type:none;
	line-height: 1.75;
	font-size: 0.875em;
	font-size:14px;
}

.footer-info,
.site-info{
	text-align:center;
	font-size: 0.875em;
	font-size:14px;
}

.footer-info img{
	max-width:240px;
}


.footer-info,
.footer-info img,
.footer-nav{
	margin:0 0 3rem;
}


.footer-nav ul{
	font-size: 0.8125em;
	font-size: 13px;
	text-align:center;
}

.footer-nav ul li{
	margin:0 0 1rem;
}


.cta-bottom{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #031f3d;
    color: #fff;
    text-align: center;
    z-index: 1000;
    height: 86px;
    background: url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/fixed-cta-bg.jpg) no-repeat top center/cover;
}

.cta-bottom-innar{
  position: relative;
}

.cta-bottom .cta-bottom-innar .cta-bottom-txt{
  font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: absolute;
  top: -87%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  width: 100%;
  filter: drop-shadow(0 0px 4px rgb(40, 0, 78)) drop-shadow(0 0px 4px rgba(40, 0, 78)) drop-shadow(0 0px 4px rgba(40, 0, 78));
	z-index: -1;
}

.cta-bottom .cta-bottom-innar .cta-bottom-txt span{
}

.cta-bottom .cta-bottom-innar .cta-bottom-btn{ 
  margin-top: 21px;   
}

.cta-bottom .cta-bottom-innar .cta-bottom-btn .btn{
  height: 48px;
}
.cta-bottom .cta-bottom-innar a{    
	
}

.state_wrap{
		padding: 0 16px 16px;
	}
	
	
	.state_now{
		display: flex;
    justify-content: space-between;
		color:#fff;
		font-size:16px;
		font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: 700;
}


.page-template-page-sweet-lands .state_now {
    color: #7f5140;
}
		
	.meter .meter-in {
    overflow: hidden;
    background-color: #e4e4e4;
    width: 100%;
    height: 15px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
	
		.meter .meter-in .bar {
    background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    max-width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 16px;
    font-size: 11px;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}




.site-main{
  background: url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/Otaru1899-bg.jpg) repeat top left/100px;
}
.contentOtaru1899{
  color: white;
  text-align: center;
  margin: 0 auto;
  line-height: 1.8em;
	box-shadow: 0 0px 24px rgba(255, 255, 255, 0.3);
}
.otaruH3{
  display: block;
  margin-top: 60px;
}
.otaruH3 h3{
  font-size: 34px;
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 1.2em;
}
.otaruH3 h3::before{
  content: '';
  position: absolute;
  background: url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/koma-silhouette.png) no-repeat top left/cover;
  top: -24px;
  left: -15px;
  width: 40px;
  height: 58px;
  z-index: -1;
}
.otaruH3__ttlRogo{
  width: 130px;
}
.preregistPrivilege .otaruH3 h3::before,
.receiveStep .otaruH3 h3::before{
  left: 10px;
}
.gameIntro .otaruH3 h3::before{
  left: -8px;
}
.caution .otaruH3 h3::before{
  left: 8px;
}
.otherCampaign .otaruH3 h3::before{
  left: 7px;
}
.thanksOther .otaruH3 h3::before{
  left: 48px;
}

h2,h3,h4,p,.txtMincho{
  font-family: YakuHanJP,'hiragino-mincho-pron', 'Hiragino Mincho Pro', sans-serif;
  font-style: normal;
}

.txtGradient{
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(189, 159, 102, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000b40;
  font-size: 16px;
  border-radius: 40px;
  width: 282px;
  height: 59px;
  font-weight: bold;
  border: 2px solid #ffffff;
  transition: 0.3s;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(0deg, rgba(238, 228, 113, 1), rgba(226, 179, 92, 1));
  text-align: center;
  margin: 0 auto;
}
.btn:visited,
.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]:visited {
  color: #000b40;
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]:hover,
.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]:focus {
  color: #001477;
  text-decoration: none;
}
.btn__blue{
  background-image: linear-gradient(0deg, rgb(118 228 255), rgb(0 46 162));
  color: #fff;
}
.btn__blue:visited {
  color: #fff;
  text-decoration: none;
}
.btn__blue:hover,
.btn__blue:focus {
  color: #c4c7dc;
  text-decoration: none;
}
.original-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}
.ltr-sps{
  letter-spacing: -12px;
}


.firstView{
  text-align: center;
  margin: 0 auto;
}

.firstView__authority{
  background-color: black;
  padding: 5px;
}

.firstView__authority p{
  font-size: 16px;
  text-align: center;
  margin: 12px 5px;
   line-height: 1.3em;
	font-weight:700;
}
.firstView__main{
  margin: 0 auto;
  text-align: center;
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/firstview-bg.jpg) no-repeat top center/cover;
  position: relative;
  z-index: 0;
}
.firstView__main::before {
	content: '';
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 160px;
  background-image: linear-gradient(180deg, transparent 0 60%, #001a3b 100%);
  z-index: -1;
}






.firstView__main__rogo{
  width: 36%;
  margin: 14px 0 0;
	filter: drop-shadow(0 0px 3px rgba(21, 0, 81, 0.8));
}
.firstView__main p{
  font-size: 18px;
  margin: 0 0 5px;
	font-weight:700;
	filter: drop-shadow(0 0px 3px rgba(21, 0, 81, 0.8));
}
.firstView__main h2{
	font-size: clamp(34px, 8vw, 68px);
  margin: 0 0 10px;
	filter: drop-shadow(0 0px 3px rgba(21, 0, 81, 0.8));
}
.firstView__main__package{
  display: block;
  width: 46%;
  margin: 0 auto 2px;
  filter: drop-shadow(0 0px 14px rgba(255, 255, 255, 0.75));
}
.firstView__main__spec{
	width: 45%;
	margin-bottom: 4px;
}

.privilege{
  margin: 8px;
}
.privilege__ttl {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0;
}
.privilegeHighlight{
  font-size: 46px;
}
.privilege__period{
  font-size: 18px;
	margin-top: 0;
}

.f__sc{
	font-size:20px;
}

.f__sc span{
	font-weight:700;
}

.copyReregister{
  font-size: 40px;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
}
.copyReregister__1line{
  font-size: 26px;
}
.copyReregister__number{
  font-size: 48px;
}

.preregistPrivilege{
    margin: 0 8px;
}
.preregistPrivilege__cont{
	margin-bottom: 24px;
	max-width: 680px;
	width: 100%;
}

.gameIntro__story{
  text-align: left;
  margin: 0; 
	padding: 1px 0;
	background: url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/otaru1899-gameIntro-story-bg.png) no-repeat bottom right/100%;
}
.gi-cont {
	margin: 0 auto 90px;
	padding: 0 16px;
	display: block;
	width: 100%;
	max-width: 640px;
}
.gameIntro__story p{
  margin-bottom: 28px;
	filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 1))drop-shadow(0 0px 4px rgba(21, 0, 81, 1));
}
.giCont5{
	margin: 16px auto 32px;
}
.gameIntro__cont p{
	margin: 8px auto 16px;
  width: 90%;
}

.receiveStep .otaruH3{
  margin-bottom: 24px;
}
.receiveStep__1,
.receiveStep__2,
.receiveStep__3{
  padding-bottom: 40px;
}
.receiveStep .star{
  width: 27%;
  margin-top: 28px;
}
.receiveStep h4{
  font-size: 28px;
  margin: 0 0 16px;
  line-height: 1.4em;
  filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.7));
}
.receiveStep p{
  margin: 0 16px 18px;
}
.receiveStep .bgArrow-top {
  background: rgba(1, 0, 27, 0.3);
}
.receiveStep .bgArrow-btm {
  background: rgba(84,80,106,0.3);
}

.caution{
  background-color: #10142a;
  padding: 8px 16px 64px;
}
.caution ol{
  text-align: left;
  list-style: disc;
  margin-left: 0;
  padding-left: 16px;
	font-size: 14px;
}

.otherCampaign{
  margin: 0 16px 98px;
}
.otherCampaign .xCampaign {
    max-width: 680px;
	display: inline-block;
	background-color: #fff;
	line-height: 0;
}
.otherCampaign .xCampaign img {
	width: 100%;
}
.otherCampaign .xCampaign img:hover {
    opacity: 0.9;
}
.otherCampaign p{
  font-size: 20px;
  margin-bottom: 8px;
}

.snsX{
  background-color: #000;
  padding: 48px 16px 100px;
}
.snsX__ttl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsX__ttl__rogo{
  width: 58px;
  margin-right: 16px;
}
.snsX__ttl__txt{
  font-size: 25px;
}
.snsX__ttl__txt .twitter{
  font-size: 15px;
}



/* # Otaru 1899 Thanks
--------------------------------------------------------------*/

.thanks{
  position: relative;
  text-align: center;
  margin: 0 auto 16px;
  padding-bottom: 8px;
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/firstview-bg.jpg) no-repeat top center/cover;
}
.thanks::before {
	content: '';
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 160px;
  background-image: linear-gradient(180deg, transparent 0 60%, #001a3b 100%);
}
.thanks__shopRogo{
  width: 34%;
  margin: 16px;
}

.thanks h1,
.thanks h2{
  font-size: 30px;
  margin: 0 0 5px;
  line-height: 1.3em;
  filter: drop-shadow(0 0px 3px rgba(21, 0, 81, 0.8));
	font-size: clamp(31px, 8vw, 59px);
}

.thanks h1::first-line,
.thanks h2::first-line{
  font-size: clamp(28px, 8vw, 48px);
}



.thanks p{
  font-size: 15px;
  margin: 0 28px 16px;
  text-align: center;
  line-height: 1.4em;
	font-weight:700;
  filter: drop-shadow(0 0px 3px rgba(21, 0, 81, 0.8));
}
.thanks p:first-line {
  line-height: 3em;
}
.thanks__package{
  display: block;
  width: 36%;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0px 14px rgba(255, 255, 255, 0.75));
}

.thanksOther{
  margin: 16px;
  text-align: center;
  padding-bottom: 120px;
}
.thanksOther h3{
  font-size: 26px;
}
.thanksOther__2line{
  font-size: 20px;
}
.thanksOther .xCampaign {
    max-width: 680px;
	display: inline-block;
	background-color: #fff;
	line-height: 0;
}
.thanksOther .xCampaign img {
	width: 100%;
}
.thanksOther .xCampaign img:hover {
    opacity: 0.9;
}

/*--------------------------------------------------------------
# 追加
--------------------------------------------------------------*/

.thanks{
	margin:0 auto;
}

.thanks h2 span{
	letter-spacing:-2px;
}

.thanksOther .otaruH3 h3::before{
	content:none;
}

.thanksOther .otaruH3{
	margin-top:0;
}

.thanksOther .otaruH3 h3{
	margin-top:0;
}

.thanksOther p{
	font-size: 20px;
    margin-bottom: 8px;
}


.video {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom:1.75em;
}

.video iframe {
	width: 100%;
	height: 100%; 
	position: absolute; 
	top: 0;  
	left: 0;
}

.video__Item{
	padding:0 32px;
}

.video__ttl{
	margin: 0 0 1em;
    font-size: 1em;
	color:#fff;
	font-family: YakuHanJP,'hiragino-mincho-pron', 'Hiragino Mincho Pro', sans-serif;
}


.snsIntro{
	padding:0 16px;
	
}

.snsIntro .feed-wrap{
	text-align:left;
}

.x_cp_2nd{
	margin-bottom:3.5em;
}

/*--------------------------------------------------------------
# Otaru LP
--------------------------------------------------------------*/


.otaru1899__lp .firstView__main::before {
  height: 360px;
  background-image: linear-gradient(180deg, transparent 0 60%, #07213a 100%);
}

.site-main.otaru1899__lp{
		background: #07213a;
}


.otaru1899__lp .preregistPrivilege{
	margin:0;
}

.firstView__main__release{
	max-width:300px;
	margin:-10px auto 20px;
	width: 100%;
    padding: 0 36px;
}


.otaru1899__lp .firstView__main__rogo {
    width: 26%;
    margin: 0 0 -20px;
}


.otaru1899__lp .firstView__main__copy{
	margin: -20px 0 0;
}


.otaru1899__lp #video .otaruH3{
	margin-top: 0px;
}


.cta-bottom.otaru-cta-bottom .cta-bottom-innar .cta-bottom-txt {
    font-size: 24px;
	font-style: italic;
}



.otaru1899__lp .ｍ--copy--text{
	margin:10px 0 0;
	font-size:20px;
	font-family: YakuHanJP,'hiragino-mincho-pron', 'Hiragino Mincho Pro', sans-serif;
	font-style: italic;
	font-weight: 700;
}


.otaru1899__lp .otaruH3{
	margin-top:60px;
}


.otaru1899__lp .otaruH3 h3{
	font-style: italic;
}

.otaru1899__lp .otaru--privilege--list{
margin:0 0 60px;
	padding:0 32px;
}

.otaru1899__lp .otaru--privilege--ttl{
	font-family: YakuHanJP,'hiragino-mincho-pron', 'Hiragino Mincho Pro', sans-serif;
	font-size:20px;
	font-style: italic;
	font-weight:700;
	margin: 0 0 -30px;
    z-index: 2;
    position: relative;
	line-height: 1.3;
    padding: 0 16px;
}

.otaru1899__lp .video__ttl {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}



.lp--product--wrap--inner{
	padding:0 30px;
}



.otaru1899__lp .product--wrap--item--detail .btn {
    font-size: 20px;
    width: 100%;
    height: 72px;
	margin:30px 0;
}

.otaru1899__lp .product--wrap--item{
	margin:0 0 60px;
}


.otaru1899__lp .product--detail--listing{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin: 0 0 8px;
}

.product--detail--listing--name, 
.product--detail--listing--num{
    flex: 0 1 auto;
	font-size: 14px;
}

.product--detail--listing--line {
    padding: 14px;
    flex-grow: 2;
}

.product--detail--listing--line hr{
	margin:0;
}

.product--wrap--item--detail--price,
.product--wrap--item--detail--ttl{
	text-align: left;
    margin: 16px 0;
    font-weight: 700;
	    line-height: 1.4;
    font-family: YakuHanJP,'hiragino-mincho-pron', 'Hiragino Mincho Pro', sans-serif;
    font-size: 18px;
    font-style: italic;
}

.product--wrap--item--detail--price{
	text-align: right;
}


.otaru1899__lp .lp--desc{
		margin-bottom:40px;
	margin-top:0;
	}


.otaru1899__lp #entry{
	padding-bottom:90px;
}


.lp--product--summary{
	width: 100%;
    row-gap: 1rem;
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(2,1fr);
    padding: 0 2rem;
    margin: 0 0 5rem;
}

.lp--product--wrap img{
	display:block;
}

.lp--product--summary a{
	display:inline-block;
}



/*--------------------------------------------------------------
#  SweetLands
--------------------------------------------------------------*/


.page-template-page-sweet-lands p,
.page-template-page-sweet-lands-thank-you,
.page-template-page-sweet-lands{
	font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight:700;
}


.page-template-page-sweet-lands-thank-you .site-header,
.page-template-page-sweet-lands .site-header{
	height: 72px;
}

.page-template-page-sweet-lands-thank-you .site-header-main,
.page-template-page-sweet-lands .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
	padding:1rem 1rem 0;
}

.page-template-page-sweet-lands-thank-you h1,
.page-template-page-sweet-lands h1{
	margin: 0;
    padding: 0;
    line-height: 1;
}

.page-template-page-sweet-lands-thank-you h1 a,
.page-template-page-sweet-lands h1 a{
	display:block;
	line-height:1;
}


.page-template-page-sweet-lands-thank-you .site-main,
.page-template-page-sweet-lands-thank-you .site,
.page-template-page-sweet-lands .site-main,
.page-template-page-sweet-lands .site{
	background: #C5DC7D;
}

.page-template-page-sweet-lands-thank-you .site-main,
.page-template-page-sweet-lands .site-main{
	margin-top: -129px;
}

.page-template-page-sweet-lands-thank-you .site-branding,
.page-template-page-sweet-lands .site-branding{
    max-width: 50%;
    display: flex;
	flex: 0 0 50%;
	justify-content: start;
}

.page-template-page-sweet-lands-thank-you .site-branding img,
.page-template-page-sweet-lands .site-branding img{
    height: 50px;
	display: block;
}

.page-template-page-sweet-lands-thank-you .main-nav,
.page-template-page-sweet-lands .main-nav{
	flex:0 0 50%;
	max-width:50%;
}

.page-template-page-sweet-lands-thank-you .main-nav ul,
.page-template-page-sweet-lands .main-nav ul{
	margin: 0;
    display: flex;
    list-style: none;
	justify-content: flex-end;
}

.page-template-page-sweet-lands-thank-you .main-nav ul li,
.page-template-page-sweet-lands .main-nav ul li{
line-height:1;
	margin-right:0.75em;
	font-size:18px;
}

.page-template-page-sweet-lands-thank-you .main-nav ul li:last-child,
.page-template-page-sweet-lands .main-nav ul li:last-child{
	margin-right:0;
}

.page-template-page-sweet-lands-thank-you .main-nav ul li a,
.page-template-page-sweet-lands .main-nav ul li a{
	color:#fcf5e9;
	text-decoration:none;
}

.page-template-page-sweet-lands-thank-you .main-nav ul li a:hover,
.page-template-page-sweet-lands .main-nav ul li a:hover{
	color:#fcf5e9;
}

.page-template-page-sweet-lands-thank-you .cp-content,
.page-template-page-sweet-lands .cp-content {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}


.page-template-page-sweet-lands-thank-you .hero,
.page-template-page-sweet-lands .hero{
	background: linear-gradient(rgba(2,132,128,.75), rgba(2,132,128, 1)), url(https://uchibacoya.com/cp/wp-content/themes/uchibacoya/images/ostia-pirates-main-bg-r.png) no-repeat top center/cover;
	background:#C5DC7D;
}

.page-template-page-sweet-lands-thank-you .hero-wrap,
.page-template-page-sweet-lands .hero-wrap{
	max-width: 768px;
    margin: 0 auto;
    width: 100%;
    padding: 129px 1em 60px;
}

.page-template-page-sweet-lands .hero .hero-inner{
	padding:20px 0 40px;
}


.page-template-page-sweet-lands-thank-you .hero .hero-inner-image,
.page-template-page-sweet-lands .hero .hero-inner .hero-inner-image{
	max-width:80%;
	width:400px;
	position:relative;
	margin: 0 auto;
	text-align:center;
}

.page-template-page-sweet-lands-thank-you .hero .hero-inner-image .sweet-lands-mv,
.page-template-page-sweet-lands .hero .hero-inner .hero-inner-image .sweet-lands-mv{
	padding:0 20px;
}
	

.page-template-page-sweet-lands-thank-you .hero .hero-inner-image{
	margin-bottom:60px;
	margin-top: 30px;
}

.ks-badge-cs {
    max-width: 180px;
	margin-top:20px;
}

	.ks{
		position: absolute;
    right: -32px;
    top: -16px;
    width: 100px;
	}



.page-template-page-sweet-lands-thank-you .hero-inner-copy-head,
.page-template-page-sweet-lands-thank-you .hero-inner-copy-body,
.page-template-page-sweet-lands .hero-inner-copy{
	color: #7f5140;
}

.page-template-page-sweet-lands-thank-you .hero-inner-copy-head,
.page-template-page-sweet-lands .hero-inner-copy-head{
	font-size: min(24px, 5.4vmin);
	font-weight:700;
	margin-bottom:0.75em;
	text-align: center;
}



.page-template-page-sweet-lands-thank-you .hero-inner-copy-body,
.page-template-page-sweet-lands .hero-inner-copy-body{
	font-size:15px;
	margin: 0 0 1.75em;
	line-height: 1.6;
}

.page-template-page-sweet-lands-thank-you .hero-inner-copy-head{
	margin-top:60px;
}

.page-template-page-sweet-lands-thank-you .hero-inner-copy-body{
	text-align: center;
}


.page-template-page-sweet-lands .hero-inner-copy-desc{
	font-size:16px;
	border: 1px solid #fff;
    padding: 0.75rem;
    text-align: center;
	font-weight: 700;
}

.page-template-page-sweet-lands .hero-inner-copy-desc{
	border: 1px solid #7f5140;
}


.page-template-page-sweet-lands .hero .game-info{
	text-align: center;
    margin: 0 0 1em;
}

.page-template-page-sweet-lands .hero .game-info img{
    height: 70px;
}

.page-template-page-sweet-lands .btn--wh{
	margin: 2em 0;
}

.page-template-page-sweet-lands-thank-you .btn--wh a,
.page-template-page-sweet-lands .btn--wh a{
max-width:540px;
	width:100%;
	background:#fff;
	height:54px;
		padding: 0 16px;
	font-size: 16px;
	border:none;
	background:#fff;
	text-align:center;
	line-height: 54px;
	display:block;
	border-radius: 3px;
	margin: 0 auto;
}

.page-template-page-sweet-lands-thank-you a:hover,
.page-template-page-sweet-lands-thank-you a,
.page-template-page-sweet-lands .btn--wh a:hover,
.page-template-page-sweet-lands .btn--wh a{
	text-decoration:none;
}

.page-template-page-sweet-lands .subscribe-inner input[type="text"],
.page-template-page-sweet-lands .subscribe-inner input[type="submit"],
.page-template-page-sweet-lands .subscribe-inner input[type="email"]{
	height:54px;
	width:100%;
	max-width:480px;
	padding: 5px 16px;
	font-size: 16px;
	border:none;
	background:#fff;
}

.page-template-page-sweet-lands-thank-you .btn--wh a,
.page-template-page-sweet-lands .btn--wh a,
.page-template-page-sweet-lands .subscribe-inner input[type="submit"]{
	color:#27101c;
	font-weight:700;
	font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


.page-template-page-sweet-lands .subscribe-wrap{
	text-align:center;
	background: #7f5140;
}

.page-template-page-sweet-lands .subscribe-inner{
	padding: 2em 1em;
    max-width: 1080px;
    margin: 0 auto;
}

.page-template-page-sweet-lands .subscribe-inner .subscribe-inner-copy{
	font-size:18px;
	color:#fff;
	    margin: 0 0 1rem;
	    font-weight: 700;
}

.page-template-page-sweet-lands .note{
	color: #7f5140;
	text-align: center;
    margin: 60px 0;
    font-size: 14px;
}

.page-template-page-sweet-lands .subscribe-inner .mc4wp-form-fields p{
	margin:0 0 1rem;
}

.page-template-page-sweet-lands .state_wrap{
	    padding: 0;
}

.page-template-page-sweet-lands .meter .meter-in .bar {
	background: linear-gradient(90deg, rgba(255, 169, 112,1) 0%, rgba(255, 117, 130,1) 100%);
}


.page-template-page-sweet-lands .state_now{
	font-family:YakuHanJP,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.social-goal{
	margin:60px 0 60px;
}

#SocialGoal,
#GameGallery,
#GameRules,
#VideoGallery,
#FAQs .p--heading--copy
{
	text-align: center;
	padding:0 1em;
}

#VideoGallery .btn--wh,
#SocialGoal .btn--wh,
#GameGallery .btn--wh,
#GameRules .btn--wh,
#FAQs .btn--wh{
	padding:1em 0 0;
}

#VideoGallery{
	max-width: 1080px;
    margin: 0 auto 60px;
}


#GameRules img{
	margin:40px 0 0;
}

.p--heading--copy{
	color:#fff;
	font-size: min(42px, 7.2vmin);
    position: relative;
	margin: 60px 0 20px;
	font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 700;
}

.p--heading--copy span{
	font-family: "Allura", cursive;
	font-weight: 500;
    font-size: min(32px, 5.2vmin);
	display:block;
	opacity:0.5;
}

.op-gallery {
  max-width: 1048px;
	margin: 0 auto 60px;
}

.op--col--2{
    display: grid;
    width: 100%;
    row-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(2,1fr);
}


.op--col--1{
    display: grid;
    width: 100%;
	margin:1rem 0;
    grid-template-columns: repeat(1,1fr);
}

.op-gallery img {
  width: 100%;
}


.op--qa{
max-width: 693px;
    margin: 0 auto 90px;
	padding: 0 1em;
}

.qa--option {
    position: relative;
    margin-bottom: 1em;
    border: solid 1px #fff;
    overflow: hidden;
}

.qa--toggle {
    display: none;
}



.qa--ttl {
    padding: 1rem 3.725rem;
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: #028480;
    font-size: 14px;
    line-height: 1.375;
    overflow: hidden;
}

.qa--ttl, .qa--content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.qa--ttl::before {
    top: 48%;
    right: 25px;
}

.qa--ttl::before, .qa--ttl::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(0deg);
}

.qa--ttl::after {
    top: 48%;
    right: 25px;
    transform: rotate(90deg);
}

.qa--toggle:checked + .qa--ttl {
    color: #fff;
    background: #028480;
    overflow: hidden;
}

.qa--ttl span:before {
    content: "Q.";
	font-family: "Allura", cursive;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    left: 0;
}

.qa--content {
    max-height: 0;
    overflow: hidden;
}

.qa--toggle:checked + .qa--ttl + .qa--content {
	max-height: 500px;
    transition: all 1.5s;
}

.qa--toggle:checked + .qa--ttl::after {
    opacity: 0;
}

.qa--content div {
    margin: 0;
    padding: 1rem 1rem 1rem 3.725rem;
    line-height: 1.75;
    font-size: 14px;
	background: #fff;
	color: #028480;
}

.qa--content div:before {
    content: "A.";
	font-family: "Allura", cursive;
    color: #028480;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 22px;
}








.subscribe-desc a,
.subscribe-desc{
	color: #fff;
    font-size: 12px;
}

.mc4wp-error a,
.mc4wp-error a:hover,
.subscribe-desc a,
.subscribe-desc a:hover{
box-shadow: 0 1px 0 0 currentColor;
	text-decoration:none;
}

.mc4wp-error a,
.mc4wp-error p{
	color:#fff;
}









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


@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



@media screen and (min-width: 44.375em) {
	
	
	.sr {
		display: none;
	}
	
	.pr {
		display: block;
	}
	
	.cp-content .opin-wrap .optin-wrap-inner label {   
		font-size: 20px;
	}
	
	.agree_to_terms label:has(:checked)::after {  
		top: 10px;
	}
	
	.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]{   
    font-size: 20px;
	}
	
	.cp-content .opin-wrap .optin-wrap-inner input[type="email"] {
    font-size: 20px;
	}
	
	.opin-wrap .mc4wp-form-fields .cta-submit span{	   
    font-size: 18px;
    margin-top: 16px;
	}
	
	.opin-wrap form{
		padding:1.5rem;
	}
	
	.footer-wrap-innar ul{
		font-size:16px;
	}
	
	.footer-nav ul{	
		display: flex;
		justify-content: center;
		font-size: 0.875em;	
		text-align:left;
	}


	.footer-nav ul li{	
		margin:0
	}

	.footer-nav ul li:not(:last-child){	
		margin:0 2rem 1rem 0;
	}
	
	.cta-bottom-innar { 
		display: flex; 
		max-width: 1080px;			
		height: 100%;
		justify-content: center;
		align-items: center;
		margin:0 auto;
}
	
	.cta-bottom-innar .cta-bottom-txt,
	.cta-bottom-innar .cta-bottom-btn{
		flex: 0 0 50%;
	}
	
	.state_wrap{
		padding: 0 16px 32px;
	}
	
	
	.site-main {
    background: url(https://uchibacoya.com/cp/wp-content/uploads/2023/08/Otaru1899-bg.jpg) repeat top left/210px;
	}
	
	
	

  .otaruH3 {
    margin: 88px 0 0;
  }
  .otaruH3 h3 {
    font-size: 50px;
    line-height: 1.3em;
  }
  .otaruH3 h3::before{
    width: 50px;
    height: 72px;
  }
  .receiveStep .otaruH3 h3::before{
    left: 138px;
  }
  .caution .otaruH3 h3::before{
    left: 111px;
  }
  .otherCampaign .otaruH3 h3::before{
    left: 134px;
  }
  .thanksOther .otaruH3 h3::before{
    left: 136px;
  }
	
  .otaruH3__ttlRogo {
    width: 200px;
  }
  .btn {
    font-size: 20px;
    width: 392px;
    height: 72px;
  }

  .contentOtaru1899{
    font-size: 1.25em;
  }
  .firstView__authority p {
    font-size: 26px;
  filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.7));
  }
  .firstView__authority img {
    width: 80%;
  }
  .firstView__main__rogo {
    width: 26%;
    margin: 3px 0 12px;
  }
  .firstView__main p {
    font-size: 31px;
    margin: 0 0 40px;
  }
  .firstView__main h2 {
    margin: 0 0 50px;
  }
  .firstView__main__package {
    width: 43%;
  }

  .privilege {
    margin: 16px 16px;
  }
  .privilege__ttl {
    font-size: 46px;
  }
  .privilegeHighlight {
    font-size: 80px;
  }
	
  .privilege__period {
	  font-size:1.4em;
    line-height: 1.5em;
  }

  .copyReregister{
    font-size: 72px;
  }
  .copyReregister__1line {
    font-size: 47px;
  }
  .copyReregister__number {
    font-size: 74px;
    vertical-align: -4px;
  }

  .opin-wrap {
    margin: 0 auto;
  }
  .opin-wrap form {
    padding: 3rem 4rem;
  }
	
	.preregistPrivilege .otaruH3 h3{
		margin-bottom: 24px;
	}

  .gameIntro__story {
    line-height: 2em;
  }
	.gi-cont {
    margin: 60px auto 150px;
	}
	.gameIntro__cont p {
    margin: 24px auto 56px;
	}
	
  .ltr-sps {
    letter-spacing: 3px;
  }
	
  .receiveStep .otaruH3 {
    margin-bottom: 0;
  }
  .receiveStep .star {
    width: 16%;
  }
  .receiveStep h4{
    font-size: 30px;
  }
  .receiveStep__2 p {
    margin: 0 16px 0px;
	}
  .receiveStep .bgArrow-btm:after{
    margin-bottom: -7.98vw;
    border-width: 8vw 50vw 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .receiveStep .bgArrow-top:before {
    margin-top: -7.98vw;
    border-width: 8vw 50vw 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .caution ol{
    margin: 0 auto;
    width: 80%;
    max-width: 760px;
    font-size: 16px;
  }
  .otherCampaign p {
    font-size: 22px;
  }

  .snsX__ttl__txt {
    font-size: 30px;
  }
  .snsX__ttl__txt .twitter {
    font-size: 18px;
  }
	
  .cta-bottom{
    height: 100px;
  }
  .cta-bottom-innar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
  }
  .cta-bottom .cta-bottom-innar .cta-bottom-txt {
    position: relative;
    font-size: 46px;
    width: auto;
    top: auto;
    left: auto;
    transform: none;
  }
		
  .cta-bottom .cta-bottom-innar .cta-bottom-btn {
    margin-top: 0;
  }
  .cta-bottom .cta-bottom-innar .cta-bottom-btn .btn {
    height: 55px;
    width: 370px;
	}
	
	
	.cp-content .opin-wrap .optin-wrap-inner input[type="submit"]{    
    height: 72px;
		width: fit-content;
    padding: 10px 48px;
	}
	
	.cp-content .opin-wrap .optin-wrap-inner{
		padding: 2.5rem;
	}
	
	
  .thanks__shopRogo {
    width: 20%;
  }
	
	.thanks h1,
  .thanks h2{
    margin: 0 0 16px;
    line-height: 1.1em;
  }
  .thanksOther__2line{
    font-size: 33px;
    line-height: 1em;
  }
  .thanks p{
    font-size: 18px;
    margin: 0 28px 20px;
  }
  .thanks p:first-line {
    line-height: 1.4em;
  }
	
	.thanksOther p{
	font-size: 22px;
}
	
		.cta-bottom.thanks-cta .cta-bottom-innar .cta-bottom-txt {
    font-size: 33px;
    letter-spacing: -2px;
}
	
	.footer-wrap.ov--cta{
		margin-bottom:100px;
}
	
	
	
	
	.firstView__main__release{
	max-width:440px;
	margin:-20px auto 20px;
}
	
	
	.cta-bottom.otaru-cta-bottom .cta-bottom-innar .cta-bottom-txt {
    font-size: 30px;
}

	.otaru1899__lp .video__ttl,
	.otaru1899__lp .otaru--privilege--ttl{
	font-size:32px;
}
	
	
	
	.otaru1899__lp .product--wrap--item{
	display:flex;
}

.otaru1899__lp .product--wrap--item--img{
	width:45%;
	margin-right:30px;
}
	
	.otaru1899__lp .product--wrap--item--img a{
		display:block;
	}
	


.otaru1899__lp .product--wrap--item--detail{
	width:calc(55% - 30px);
}
	
	
	.product--detail--listing--name, 
.product--detail--listing--num{
	font-size: 16px;
}



.product--wrap--item--detail--price,
.product--wrap--item--detail--ttl{
    font-size: 22px;
}
	
	.product--wrap--item--detail--price{
		text-align: right;
}
	
	
	.product--detail--listing--line {
    padding: 18px;
}
	
	.otaru1899__lp .lp--desc{
		margin-bottom:50px;
	}
	
	
	.lp--product--summary{
    margin: 0 0 8rem;
}
	.page-template-page-sweet-lands .state_wrap{
	    padding: 0 0 32px;
}
	
	.social-goal{
		margin:90px auto 60px;
	}

.qa--ttl,
.qa--content div{
font-size: 16px;
}

.qa--ttl span:before,
.qa--content div:before{
font-size: 24px;
}


.qa--content div:before{
top: 11px;
}
	
	
	
}

@media screen and (min-width: 50em) {

  .firstView__main::before,
  .thanks::before{
    width: 800px;
  }

  .receiveStep .bgArrow-btm:after,
  .receiveStep .bgArrow-top:before {
    border-width: 8vw 400px 0;
  }
	
}

@media screen and (min-width: 56.875em) {
}


@media screen and (min-width: 64em) {
	
	

	
	.page-template-page-sweet-lands .hero-wrap{
	max-width: 1180px;
}
	

	
	.page-template-page-sweet-lands .hero .game-info img{
    height: 70px;
}
	
	.page-template-page-sweet-lands-thank-you .main-nav ul li,
	.page-template-page-sweet-lands .main-nav ul li{
	font-size:24px;
}
	
	.page-template-page-sweet-lands .site-header-main{
	padding:1.75rem 1rem;
}
	
	.page-template-page-sweet-lands .hero .hero-inner{
	display: flex;
    flex-wrap: nowrap;
	padding:90px 0 40px;
			align-items: center;
}

	.page-template-page-sweet-lands .hero .hero-inner .hero-inner-image{
	max-width:calc(50% - 10%);
	flex: 0 0 40%;
	margin-right:10%;
}
	

	
	.ks-badge-cs{
		max-width:240px;
	}
	
	.ks{
    width: 120px;
	}

.page-template-page-sweet-lands .hero .hero-inner .hero-inner-copy{
	max-width:50%;
	flex: 0 0 50%;
}
	

	.page-template-page-sweet-lands .hero-inner-copy-head{
	font-size: 32px;
    text-align: left;
	font-weight:700;
	margin-bottom:0.75em;
}

.page-template-page-sweet-lands .hero-inner-copy-body{
	font-size:17px;
	line-height:1.5;
}

	.page-template-page-sweet-lands .hero-inner-copy-desc{
	font-size:18px;
}
	
	.page-template-page-sweet-lands .subscribe-inner .subscribe-inner-copy{
	font-size:24px;
}

	.page-template-page-sweet-lands .subscribe-inner input[type="submit"],
.page-template-page-sweet-lands .subscribe-inner input[type="email"]{
	font-size: 18px;
}
	
	.subscribe-desc a,
	.subscribe-desc {
    font-size: 14px;
}
	
}



@media screen and (min-width: 75em) {
}

