@charset "utf-8";

/* web font */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "YuGothic M";
}


/*------------------------------------------
 *	Reset
------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
icenter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 1024px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  /*   letter-spacing: 0.04em; */
}

a {
  color: #0069F3;
  transition: all 0.15s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
}

svg {
  transition: all 0.15s ease-in-out 0s;
}

.is-block-sp {
  display: none;
}

.is-block-pc {
  display: unset;
}



/*------------------------------------------
 *	Header
------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 1024px; */
  height: 89px;
  margin: 0 auto;
  padding: 0 32px;
  background: #fff;
  box-sizing: border-box;
}

#header .logo-coop img {
  width: 180px;
  height: 54px;
  margin-top: -5px;
}
#header .logo-ouchi {
  max-width: max-content;
}

/*------------------------------------------
 *	Footer
------------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 12px;
  box-sizing: border-box;
  background: #ffffff;
  border-top: 1px solid #dcdcdc;
}

#footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}

#footer .info {
  padding-bottom: 15px;
  text-align: left;
}

#footer .links {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

#footer .links>li {
  float: left;
}

#footer .links>li+li {
  margin-left: 14px;
}

#footer .links a {
  text-decoration: none;
  padding-left: 10px;
  background: url(../img/icn_link.png) left center no-repeat;
}

#footer .copyright {
  float: right;
  margin: 0 20px 0 0;
}

#footer .joint {
  margin: 0 20px 0 0;
  padding-top: 30px;
  vertical-align: middle;
  text-align: right;
}

#footer .joint span {
  vertical-align: middle;
}

#footer .joint span.txt.is-block-sp {
  display: none;
}

#footer .joint span.txt {
  margin-right: 20px;
}

#footer .joint .logoUcoop {
  display: inline-block;
  width: 114px;
}


/*------------------------------------------
 *	Main
------------------------------------------*/
#main {
  --color-red: #E8380D;
  --color-green: #009F42;
  --font-size-base: 16px;
  --font-size-s: 14px;
  --font-size-l: 18px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
  --font-weight-lite: 400;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
}

#main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff9b1;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
}

#main a:hover {
  filter: brightness(1.2);
}

.inner {
  width: 90%;
  max-width: 840px;
  margin: auto;
}

/* mainView */
.mainView {
  margin: 0 auto;
  padding-bottom: min(5.1vw, 62px);
  text-align: center;
  background-color: #fffcdb;
}

.mainView img {
  width: 100%;
  max-width: max-content;
}

/* cp-detail */
.cp-detail {
  background-color: #FFE241;
  padding: 1px 0 min(10.2vw, 70px);
}

.cp-detail .cp-detail_ttl {
  margin: max(-25px, -4.5vw) auto min(10vw, 60px);
  max-width: max-content;
}

.cp-detail .cp-read {
  max-width: max-content;
  margin: 0 auto;
  padding: min(3vw, 40px);
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid var(--color-red)
}

.cp-detail .cp-read_ttl {
  width: max-content;
  margin: max(-8vw, -60px) auto min(4.1vw, 20px);
  padding: 0.4em min(9.2vw, 36px);
  text-align: center;
  font-size: min(5.1vw, var(--font-size-xl));
  font-weight: var(--font-weight-heavy);
  color: #fff;
  line-height: 1;
  background-color: var(--color-red);
  border-radius: 2em;
}

.cp-detail .cp-read_txt {
  font-size: var(--font-size-xl);
}

.cp-detail .cp-read_txt li {
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
}

.cp-detail .cp-read_txt li:last-of-type {
  margin-top: 2em;
  position: relative;
}

.cp-detail .cp-read_txt li:last-of-type::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 1em solid var(--color-red);
  border-right: 1.2em solid transparent;
  border-left: 1.2em solid transparent;
  border-bottom: none;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}

.cp_about {
  margin: min(6.1vw, 32px) auto 0;
}

.cp_about .cp_about_ttl {
  margin-bottom: 0.5em;
  font-size: min(6.2vw, var(--font-size-xl));
  font-weight: var(--font-weight-heavy);
  color: var(--color-red);
  text-align: center;
}

.cp_about .cp_about_txt {
  font-size: var(--font-size-l);
}

.cp_about .cp_about_txt li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}

.cp_about .cp_about_txt li::before {
  content: "●";
  color: var(--color-red);
  margin-right: 0.25em;
}

.cp_about .cp_about_txt li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.cp_about .cp_note {
  font-size: var(--font-size-s);
  text-indent: 0;
}

/* app-download */
.app-download {
  width: 100%;
  padding-bottom: min(10.2vw, 56px);
}

.app-download .app-download_ttl {
  margin-bottom: -32px;
  padding: min(4.1vw, 32px) 0 min(4.1vw, 65px);
  font-size: min(5.1vw, var(--font-size-xxl));
  font-weight: var(--font-weight-heavy);
  color: var(--color-red);
  text-align: center;
  background: url(../img/app_bg.svg) no-repeat center bottom;
  background-size: cover;
}

.app-download .app-download_ttl span {
  display: inline-block;
}

.app-download .app-download_img {
  text-align: center;
  margin-bottom: var(--font-size-xxl);
}

.app-download .app-download_btn {
  max-width: max-content;
  text-align: center;
  margin: auto auto min(8.2vw, 40px);
}

.app-download .app-download_link {
  margin: auto;
  padding: min(4.1vw, 24px) min(5.1vw, 40px);
  background: #fff;
  border-radius: 20px;
}

.app-download .app-download_link_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--font-size-base);
}

.app-download .app-download_note {
  font-size: var(--font-size-s);
  margin-top: var(--font-size-xl);
}

.app-download .app-download_note li {
  margin-left: 1em;
  text-indent: -1em;
}

/* cp-howto */
.cp-howto {
  background: url(../img/step_bg.png);
  padding: min(10.2vw, 56px) 0;
}

.cp-howto .cp-howto_ttl {
  text-align: center;
  margin-bottom: 80px;
}

.cp-howto .cp-howto_step {
  display: flex;
  flex-wrap: wrap;
  gap: 0 max(3.1vw, 40px);
}

.cp-howto .cp-howto_step .cp-howto_step_item {
  flex: 1 1 calc(50% - (max(3.1vw, 40px) / 2));
  padding: max(3.1vw, 40px) 0.5em max(2.5vw, 32px);
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: var(--font-size-xl);
  position: relative;
}

.cp-howto .cp-howto_step .cp-howto_step_item:not(:last-of-type) {
  margin-bottom: 100px;
}

.cp-howto .cp-howto_step .cp-howto_step_item .cp-howto_step_item_ttl {
  width: 100%;
  position: absolute;
  bottom: calc(100% - 24px);
  left: 50%;
  transform: translateX(-50%);
}

.cp-howto .cp-howto_step .cp-howto_step_item .cp-howto_step_item_ttl .cp-howto_step_item_ttl_img {
  margin-top: 0.5em;
  width: 40%;
  max-width: max-content;
}

.cp-howto .cp-howto_step .cp-howto_step_item .cp-howto_step_item_txt span {
  display: inline-block;
}

.cp-howto .cp-howto_step .cp-howto_step_present {
  flex: 1 1 100%;
}

.cp-howto .cp-howto_step .cp-howto_step_present::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: -50px auto 24px;
  border-top: 50px solid var(--color-green);
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  border-bottom: none;
}


/* detailBlock */
.notesBlock {
  padding: 20px 0;
  width: 100%;
  background: #ffffff;
}

.notesBlock ul {
  width: 96%;
  max-width: 1000px;
  margin: auto;
}

.notesBlock ul li {
  font-size: var(--font-size-s);
  line-height: 1.6;
}