@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

footer {
    margin-top: 0;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
color:#262626;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
/*  background-color: #ff0;*/
/*  color: #000;*/
background-color:#FFD940;
color:#262626;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p { color:#262626; }



/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

img,
svg {
  vertical-align: middle;
}

/** { font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif }**/
/*.ly_header_navWrap {font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif !important;}*/

.instaxSquareformat_en * {
  font-family: Arial, Helvetica, sans-serif;
}

.instaxSquareformat {

}

#wrap {
  background: #40C3C3;
}

/* クリアフィックス
-----------------------------------------------------------------*/
.instaxSquareformat_7tips_modal_linkBox {
  zoom: 1;
}
.instaxSquareformat_7tips_modal_linkBox:before,
.instaxSquareformat_7tips_modal_linkBox:after {
  position: static;
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.instaxSquareformat_7tips_modal_linkBox:after {
  clear: both;
}

.c-heading-title,
.node_name,
.instaxSquareformat_lineup_name {
  font-family: "Montserrat", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.pattern_number {
  font-family: "Cormorant Garamond", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (max-width: 1024px) {
  .dn-sp {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .dn-sp2 {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none;
  }
}

/* scroll rock
-----------------------------------------------------------------*/
.c-scrollRockFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:matsubara
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
.instaxSquareformat_7tips_modal_linkBox {
  zoom: 1;
}
.instaxSquareformat_7tips_modal_linkBox:before,
.instaxSquareformat_7tips_modal_linkBox:after {
  position: static;
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.instaxSquareformat_7tips_modal_linkBox:after {
  clear: both;
}

.c-heading-title,
.node_name,
.instaxSquareformat_lineup_name {
  font-family: "Montserrat", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.pattern_number {
  font-family: "Cormorant Garamond", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (max-width: 1024px) {
  .dn-sp {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none;
  }
}

/* scroll rock
-----------------------------------------------------------------*/
.c-scrollRockFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-button-recomend {
  position: relative;
border-radius:40px;
  overflow: hidden;
  background: #FFD940;
  border: 1px solid #FFD940;
}
@media only screen and (min-width: 768px) {
  .c-button-recomend {
    width: 218px;
    margin: 0 auto;
  }
  .instaxSquareformat_en .c-button-recomend {
    display: inline-block;
    width: auto;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button-recomend {
    width: 168px;
    margin: 0 auto;
  }
  .instaxSquareformat_en .c-button-recomend {
    display: inline-block;
    width: auto;
    padding-right: 30px;
  }
}
.c-button-recomend::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-button-recomend:hover:before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-button-recomendlink {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4em;
color:#262626;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  vertical-align: middle;
}
.instaxSquareformat_en .c-button-recomendlink {
  letter-spacing: 0;
}
.c-button-recomendlink:after {
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  content: "";
  background: url("../images/plus_01.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .c-button-recomendlink:after {
    width: 14px;
    height: 14px;
    line-height: 14px;
    content: "";
    background: url("../images/plus_01.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
position:absolute;
top:35.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-button-recomendlink:after {
    width: 10px;
    height: 10px;
    line-height: 10px;
    content: "";
    background: url("../images/plus_01.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;

  }
}
/*
@media only screen and (max-width: 320px) {
  .instaxSquareformat_en .c-button-recomendlink:after {
    right: -14px;
  }
}
*/
.c-button-recomendlink:hover {
color: #262626;
}
.c-button-recomendlink:hover:before,
.c-button-recomendlink:hover:after {

}
@media only screen and (min-width: 768px) {
  .c-button-recomendlink {
width: 160px;
height:48px;
padding-top:4px;
padding-left:45px;
    line-height: 40px;
font-size: 15px;
  }
  .instaxSquareformat_en .c-button-recomendlink {
    width: auto;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button-recomendlink {
    width: 150px;
height:42px;
padding-top:5px;
padding-left: 23px;
    line-height: 30px;
font-size: 12px;

  }
  .instaxSquareformat_en .c-button-recomendlink {
    width: auto;
  }
}

.c-title-diamond {
  position: relative;
  display: inline-block;
  color: #fff;
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .c-title-diamond {
    font-size: 20px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title-diamond {
    font-size: 14px;
  }
}

.c-title-diamond_inner {
  color: #262626;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4em;
  display: inline-block;
  background-color: #C0F2EA;
  background-color: #262626;
  position: relative;
font-weight:500;
}
@media only screen and (min-width: 768px) {
  .c-title-diamond_inner {
    padding: 10px 60px;
  }
  .instaxSquareformat_lineup_text .c-title-diamond_inner {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-title-diamond_inner {
/*    display: none;*/
    padding: 8px 15px;
font-size:16px;
  }
  .instaxSquareformat_lineup_node .c-title-diamond_inner {
    display: none;
  }
  .instaxSquareformat_lineup_text .c-title-diamond_inner {
    font-size: 10px;
    padding: 8px 0;
    display: block;
  }
}
/*
.c-title-diamond_inner:before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .c-title-diamond_inner:before {
    border-top: 22px solid transparent;
    border-right: 10px solid #222;
    border-bottom: 22px solid #222;
    border-left: 10px solid transparent;
    left: -20px;
    width: 20px;
    height: 44px;
  }
  .instaxSquareformat_en .c-title-diamond_inner:before {
    border-right: 15px solid #222;
    border-left: 15px solid transparent;
    left: -30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title-diamond_inner:before {
    border-top: 14px solid transparent;
    border-right: 7px solid #222;
    border-bottom: 14px solid #222;
    border-left: 7px solid transparent;
    left: -14px;
    width: 14px;
    height: 28px;
  }
}
.c-title-diamond_inner:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .c-title-diamond_inner:after {
    border-top: 22px solid transparent;
    border-right: 10px solid #222;
    border-bottom: 22px solid #222;
    border-left: 10px solid transparent;
    right: -20px;
    width: 20px;
    height: 44px;
  }
  .instaxSquareformat_en .c-title-diamond_inner:after {
    border-right: 15px solid #222;
    border-left: 15px solid transparent;
    right: -30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title-diamond_inner:after {
    border-top: 14px solid transparent;
    border-right: 7px solid #222;
    border-bottom: 14px solid #222;
    border-left: 7px solid transparent;
    right: -14px;
    width: 14px;
    height: 28px;
  }
}
*/
.c-banner {
  display: block;
}
.c-banner img {
  margin: auto;
  margin-top: 50px;
  width: 640px;
}

.c-heading-top {
  display: block;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.4em;
  padding-bottom: 40px;
  margin-bottom: 50px;
  background: url("../images/title_back_01.png") no-repeat center bottom;
	font-weight:500;
}
.c-heading-top img {
  margin: auto;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .c-heading-top {
    display: block;
    color: #ffffff;
font-size:26px;
line-height: 1.6em;
padding-bottom:25px;
margin-bottom:35px;
    background: url("../images/title_back_01.png") no-repeat center bottom;
  }
}



.c-heading-icon {
  display: block;
}

.c-heading-lead {
  display: inline-block;
  margin: auto;
  letter-spacing: 0.1em;
border-bottom: 1px solid #262626;
}
.instaxSquareformat_en .c-heading-lead {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .c-heading-lead {
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading-lead {
    margin-top: 20px;
    padding-bottom: 4px;
    line-height: normal;
    font-size: 12px;
  }
}

.c-heading-title {
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.instaxSquareformat_en .c-heading-title {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .c-heading-title {
    margin-top: 38px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading-title {
    margin-top: 20px;
    line-height: normal;
    font-size: 28px;
  }
}

.instaxSquareformat img {
  max-width: 100%;
}

.instaxSquareformat_ja {
  margin: auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "游ゴシック体", Yu Gothic, YuGothic, Helvetica, Arial, Meiryo, "メイリオ",sans-serif;
}

.instaxSquareformat_en {
  margin: auto;
  text-align: center;
}


.instaxSquareformat_mainVisual {
  background: #40C3C3;
}
.instaxSquareformat_mainVisual img {
  height: auto;
  width: 100%;
}
.instaxSquareformat_mainVisual .inner_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  height: 570px;
  text-align: left;
  position: relative;
}
.instaxSquareformat_mainVisual .inner_wrap h1 {
  padding: 165px 0 0 0;
  width: 100%;
  max-width: 558px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.instaxSquareformat_mainVisual .inner_wrap h1 span {
  margin: 0 0 42px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
font-weight:500;
}
.instaxSquareformat_mainVisual .inner_wrap .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 778px;
  position: absolute;
  top: 40px;
  right: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .instaxSquareformat_mainVisual {
    background: #40C3C3;
    overflow: hidden;
  }
  .instaxSquareformat_mainVisual img {
    height: auto;
    width: 94%;
  }
  .instaxSquareformat_mainVisual .inner_wrap {
    margin: 0 auto;
    width: 98%;
    max-width: 1320px;
    height: 43.18vw;
    text-align: left;
    position: relative;
  }
  .instaxSquareformat_mainVisual .inner_wrap h1 {
    padding: 12.5vw 0 0 0;
    width: 100%;
    max-width: 42.27vw;
    text-align: center;
    font-size: 2.72vw;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .instaxSquareformat_mainVisual .inner_wrap h1 span {
    margin: 0 0 3.18vw 0;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
	  font-weight:500;
  }
  .instaxSquareformat_mainVisual .inner_wrap .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 58.93vw;
    position: absolute;
    top: 3vw;
    right: -4.92vw;
  }


}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_mainVisual {
    background: #40C3C3;
  }
  .instaxSquareformat_mainVisual img {
    height: auto;
    width: 100%;
  }
  .instaxSquareformat_mainVisual .inner_wrap {
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 1320px;
    height: auto;
    text-align: left;
    position: relative;
  }
  .instaxSquareformat_mainVisual .inner_wrap h1 {
    margin: 0 auto;
    padding: 30px 0 20px 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .instaxSquareformat_mainVisual .inner_wrap h1 span {

margin: 30px 0 21px 0;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
	  font-weight:500;
  }
  .instaxSquareformat_mainVisual .inner_wrap h1 img {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 78.7%;
    max-width: 558px;
  }
  .instaxSquareformat_mainVisual .inner_wrap .image {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 92%;
    position: relative;
    top: auto;
    right: auto;
  }
}


.instaxSquareformat_anchor {
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_anchor {
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_anchor {
    width: 100%;
    max-width: 1200px;
    background: #090;
  }
}

.instaxSquareformat_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_flex {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    width: 335px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_flex {
    width: 85vw;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_anchor_node {
    width: 33.33%;
    display: inline-block;
  }
  .instaxSquareformat_anchor_node:first-child::after {
    display: none;
  }
  .instaxSquareformat_anchor_node::after {
    content: "";
    background-color: #bfbfbf;
    width: 1px;
    height: 43px;
    display: block;
    position: absolute;
    top: 29px;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_anchor_node {
    text-align: left;
    border-bottom: 1px solid #bfbfbf;
  }
  .instaxSquareformat_anchor_node:last-child {
    border-bottom: none;
  }
}

.instaxSquareformat_anchor_nodelink {
  display: block;
}
.instaxSquareformat_anchor_nodelink:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_anchor_nodelink {
    height: 90px;
    padding-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_anchor_nodelink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 55px;
  }
}

.node_title {
  letter-spacing: 0.1em;
}
.instaxSquareformat_en .node_title {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .node_title {
    display: block;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .node_title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_en .node_title {
    font-size: 10px;
  }
}

.node_name {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.instaxSquareformat_en .node_name {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .node_name {
    display: block;
    margin-top: 14px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node_name {
    position: relative;
    margin-top: 7px;
    font-size: 16px;
  }
  .instaxSquareformat_en .node_name {
    margin-top: 0px;
  }
}
.node_name::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-image: url("../images/instaxSquareformat_anchormark.png");
}
@media only screen and (min-width: 768px) {
  .node_name::after {
    margin-top: 2px;
    margin-left: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .node_name::after {
    top: -50%;
    right: 12px;
  }
}

.instaxSquareformat_about {
  padding-top: 172px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  text-align: inherit;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about {
    width: 1150px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_about {
    width: 92%;
    max-width: 1150px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_about {
    margin-top: 0px;
    padding-top: 40px;
  }
}

.instaxSquareformat_about_middle {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about_middle {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_about_middle {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_about_middle {
    padding: 8px;
    font-size: 12px;
  }
}

.instaxSquareformat_about_bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about_bottom {
    width: 1150px;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 112px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_about_bottom {
    width: 92%;
    max-width: 1150px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_about_bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 335px;
    margin: auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_about_bottom {
    width: 85vw;
  }
}

.instaxSquareformat_about_image {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about_image img {
    width: 550px;
  }
}

.instaxSquareformat_about_detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about_detail {
    margin-top: 18px;
    padding: 0 50px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_about_detail {
    margin-top: 12px;
    padding: 0 16px 0 9px;
  }
}

.about_detail_text {
  letter-spacing: 0.1em;
color:#262626;
}
.instaxSquareformat_en .about_detail_text {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .about_detail_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .about_detail_text {
    font-size: 7.5px;
  }
}

.instaxSquareformat_about_text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
letter-spacing: 0.03em;
  line-height: 1.8;
font-weight:400;
}
.instaxSquareformat_en .instaxSquareformat_about_text {
  letter-spacing: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_about_text {
    width: 540px;
    margin-left: 61px;
    padding-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_about_text {
    padding-top: 28px;
    padding-bottom: 35px;
    font-size: 14px;
  }
}

.instaxSquareformat_point_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_point_flex {
    width: 1150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_point_flex {
    width: 92%;
    max-width: 1150px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_point_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 335px;
    margin: auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_point_flex {
    width: 85vw;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_point {
    display: inline-block;
    vertical-align: top;
    margin-top: 64px;
    width: 550px;
  }
}

.instaxSquareformat_point img {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_point img {
    width: 550px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_point:first-child {
    margin-right: 70px;
  }
}

.instaxSquareformat_point_lead {
  position: relative;
  font-size: 20px;
  line-height: 1.6em;
  text-align: left;
font-weight:400;
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_point_lead {
    margin-top:20px;
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_point_lead {
    margin-top:15px;
    margin-bottom: 38px;
    font-size: 14px;
  }
}

.instaxSquareformat_point_lead_border {
  display: block;
  position: absolute;
  height: auto;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_point_lead_border {
    top: 0.8em;
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_point_lead_border {
    top: 0.8em;
    width: 40px;
  }
}

.instaxSquareformat_point_lead_text {
  display: block;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.instaxSquareformat_en .instaxSquareformat_point_lead_text {
  letter-spacing: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_point_lead_text {
    margin-left: 60px;
    padding-left: 17px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_point_lead_text {
    margin-left: 40px;
    padding-left: 19px;
    font-size: 14px;
  }
}

.instaxSquareformat_7tips {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips {
    width: 1150px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips {
    width: 92%;
    max-width: 1150px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips {
    margin-top: 40px;
  }
}

.instaxSquareformat_7tips_top {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_top {
    height: 109px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_lead {
    margin-top: 16px;
    padding-bottom: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_title {
    margin-top: 58px;
    line-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_title {
    margin-top: 17px;
  }
}

.instaxSquareformat_7tips_declaration {
  letter-spacing: 0.1em;
font-weight:400;
}
.instaxSquareformat_en .instaxSquareformat_7tips_declaration {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_declaration {
    margin-top: 0px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_declaration {
    margin-top: 0px;
    padding-top: 20px;
    font-size: 14px;
  }
  .instaxSquareformat_en .instaxSquareformat_7tips_declaration {
    line-height: 1.4rem;
  }
}

.instaxSquareformat_7tips_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_flex {
    text-align: left;
    width: 1150px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips_flex {
    width: 92%;
    max-width: 1150px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 79px;
  }
}

.instaxSquareformat_7tips_node {
  position: relative;
  margin: auto;
  background-color: #C0F2EA;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node {
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
    padding: 60px 0 57px 0;
    width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips_node {
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
    padding: 60px 0 57px 0;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node {
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
width:340px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_node {
    width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(even) {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:first-child {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(2) {
    margin-top: 315px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(3) {
/*    margin-top: -203px;*/
    margin-top: -163px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(5) {
/*    margin-top: -245px;*/
    margin-top: -205px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(7) {
/*    margin-top: -205px;*/
    margin-top: -245px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node:nth-child(3):nth-child(5):nth-child(7) {
    margin-top: 0px;
  }
}
/*
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_node:nth-child(5) {
    height: 209px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node:last-child {
    height: 209px;
  }
}
*/
.instaxSquareformat_7tips_pattern {
  padding: 0 0 0 0;
background: #262626;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
}
.instaxSquareformat_7tips_pattern::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_tip_01.svg");
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips_pattern {
    padding: 0 0 0 0;
background: #262626;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }

  
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_pattern::before {
    width: 39px;
    height: 39px;
    line-height: 39px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_pattern {
    padding: 0 0 0 0;
background: #262626;
width:60px;
height:60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .instaxSquareformat_7tips_pattern::before {
width:24px;
height:24px;
    line-height: 20px;
    content: "";
    position: absolute;
    background-image: url("../images/icon_tip_01.svg");
    background-size: cover;
left:18px;
top:28px;
  }
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_pattern::before {
    width: 39px;
    height: 39px;
    line-height: 39px;
    left: 27px;
    top: 43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips_pattern::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 18px;
    top: 30px;
  }
}
.pattern_text {
  padding: 0 0 0 0;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
}
.instaxSquareformat_en .pattern_text {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .pattern_text {
    padding-top: 15px;
    display: block;
    text-align: center;
    font-size: 23px;
  }
  .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 15px;
    left: -20px;
    width: 96px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pattern_text {
    padding-top: 10px;
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 60px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

}
@media only screen and (max-width: 767px) {
  .pattern_text {
    margin-left: 10px;
    margin-right: 5px;
position:relative;
top:5px;
font-size:15px;
  }
  .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 8px;
left: -15px;
    width: 48px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}

.pattern_number {
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .pattern_number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern_number {
    font-size: 32px;
  }
}

.pattern_image {
  position: absolute;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .pattern_image {
    top: -76px;
    right: -34px;
    width: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern_image {
    top: -45px;
    right: -12px;
    width: 190px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_picto {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_picto {
    margin-top: 33px;
    width: auto;
    height: 16px;
  }
}

.modal_main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.instaxSquareformat_7tips_patternName {
  letter-spacing: 0.1em;

font-weight:500;
  line-height: 1.4;
color:#262626;
}
.instaxSquareformat_en .instaxSquareformat_7tips_patternName {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_patternName {
    padding: 0 0 25px 0;
    margin: 0 0 0 0 0;
    line-height: 1.4em;
    font-size: 30px;

font-weight:500;
    text-align: center;
    background: url("../images/title_back_02.png") no-repeat center bottom;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_7tips_patternName {
    padding: 0 0 25px 0;
    margin: 0 0 0 0 0;
    line-height: 1.4em;
    font-size: 24px;

font-weight:500;
    text-align: center;
    background: url("../images/title_back_02.png") no-repeat center bottom;
  }
}
  
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_patternName {
padding:40px 0 30px 0;
    margin: 0 0 26px 0;
    line-height: 1.4em;
font-size:20px;
font-weight:500;
    text-align: center;
    background: url("../images/title_back_02.png") no-repeat center bottom;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_button {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_button {
    margin-top: 13px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern01 ,
.instaxSquareformat_7tips_node .pattern01 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern01 ,
  .instaxSquareformat_7tips_node .pattern01 {
    margin: 32px auto 0 auto;
    width: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern01 ,
  .instaxSquareformat_7tips_node .pattern01 {
    margin: 15px auto 0 auto;
width:80px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern02 ,
.instaxSquareformat_7tips_node .pattern02 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern02 ,
  .instaxSquareformat_7tips_node .pattern02 {
    margin: 32px auto 0 auto;
    width: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern02 ,
  .instaxSquareformat_7tips_node .pattern02 {
    margin: 15px auto 0 auto;
width:80px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern03 ,
.instaxSquareformat_7tips_node .pattern03 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern03 ,
  .instaxSquareformat_7tips_node .pattern03 {
    margin: 32px auto 0 auto;
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern03 ,
  .instaxSquareformat_7tips_node .pattern03 {
    margin: 15px auto 0 auto;
width:26px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern04 ,
.instaxSquareformat_7tips_node .pattern04 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern04 ,
  .instaxSquareformat_7tips_node .pattern04 {
    margin: 32px auto 0 auto;
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern04 ,
  .instaxSquareformat_7tips_node .pattern04 {
    margin: 15px auto 0 auto;
width:26px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern05 ,
.instaxSquareformat_7tips_node .pattern05 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern05 ,
  .instaxSquareformat_7tips_node .pattern05 {
    margin: 32px auto 0 auto;
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern05 ,
  .instaxSquareformat_7tips_node .pattern05 {
    margin: 15px auto 0 auto;
width:26px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern06 ,
.instaxSquareformat_7tips_node .pattern06 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern06 ,
  .instaxSquareformat_7tips_node .pattern06 {
    margin: 32px auto 0 auto;
    width: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern06 ,
  .instaxSquareformat_7tips_node .pattern06 {
    margin: 15px auto 0 auto;
width:56px;
  }
}

.instaxSquareformat_7tips_modal_inner .pattern07 ,
.instaxSquareformat_7tips_node .pattern07 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern07 ,
  .instaxSquareformat_7tips_node .pattern07 {
    margin: 32px auto 0 auto;
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern07 ,
  .instaxSquareformat_7tips_node .pattern07 {
    margin: 15px auto 0 auto;
width:26px;
  }
}



/*
.instaxSquareformat_7tips_modal_inner .image01 ,
.instaxSquareformat_7tips_node .image01 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image01 {
    margin: 32px auto 0 auto;
    width:65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image01 {
    margin: 32px auto 0 auto;
    width: 90%;
    max-width: 637px;
  }
  .instaxSquareformat_7tips_modal_inner .image01-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image01 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image01 {
    display: none;
  }
  .instaxSquareformat_7tips_modal_inner .image01-sp {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}

.instaxSquareformat_7tips_modal_inner .image02 ,
.instaxSquareformat_7tips_node .image02 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image02 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image02 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image02 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image02 {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}

.instaxSquareformat_7tips_modal_inner .image03 ,
.instaxSquareformat_7tips_node .image03 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image03 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image03 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image03 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image03 {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}

.instaxSquareformat_7tips_modal_inner .image04 ,
.instaxSquareformat_7tips_node .image04 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image04 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image04 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image04 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image04 {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}

.instaxSquareformat_7tips_modal_inner .image05 ,
.instaxSquareformat_7tips_node .image05 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image05 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image05 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image05 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image05 {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}

.instaxSquareformat_7tips_modal_inner .image06 ,
.instaxSquareformat_7tips_node .image06 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image06 {
    margin: 32px auto 0 auto;
    width:65%;
    max-width:302px;
  }
  .instaxSquareformat_7tips_modal_inner .image06 {
    margin: 32px auto 0 auto;
    width:90%;
    max-width:637px;
  }
  .instaxSquareformat_7tips_modal_inner .image06-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image06 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image06 {
    display: none;
  }
  .instaxSquareformat_7tips_modal_inner .image06-sp {
    margin: 15px auto 0 auto;
    width: 265px;
    display: block;
  }
}

.instaxSquareformat_7tips_modal_inner .image07 ,
.instaxSquareformat_7tips_node .image07 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image07 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image07 {
    margin: 32px auto 0 auto;
    width: 65%;
    max-width: 448px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image07 {
margin: 25px auto;
width:215px;
  }
  .instaxSquareformat_7tips_modal_inner .image07 {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}
*/



.instaxSquareformat_7tips_modal_inner .image01 ,.instaxSquareformat_7tips_node .image01 ,.instaxSquareformat_7tips_modal_inner .image02 ,.instaxSquareformat_7tips_node .image02 ,.instaxSquareformat_7tips_modal_inner .image03 ,.instaxSquareformat_7tips_node .image03 ,.instaxSquareformat_7tips_modal_inner .image04 ,.instaxSquareformat_7tips_node .image04 ,.instaxSquareformat_7tips_modal_inner .image05 ,.instaxSquareformat_7tips_node .image05 ,.instaxSquareformat_7tips_modal_inner .image06 ,.instaxSquareformat_7tips_node .image06 ,.instaxSquareformat_7tips_modal_inner .image07 ,.instaxSquareformat_7tips_node .image07 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_node .image01 ,.instaxSquareformat_7tips_node .image02 ,.instaxSquareformat_7tips_node .image03 ,.instaxSquareformat_7tips_node .image04 ,.instaxSquareformat_7tips_node .image05 ,.instaxSquareformat_7tips_node .image06 ,.instaxSquareformat_7tips_node .image07 {
    margin: 32px auto 0 auto;
    width:65%;
    max-width: 302px;
  }
  .instaxSquareformat_7tips_modal_inner .image01 ,.instaxSquareformat_7tips_modal_inner .image02 ,.instaxSquareformat_7tips_modal_inner .image03 ,.instaxSquareformat_7tips_modal_inner .image04 ,.instaxSquareformat_7tips_modal_inner .image05 ,.instaxSquareformat_7tips_modal_inner .image06 ,.instaxSquareformat_7tips_modal_inner .image07 {
    margin: 32px auto 0 auto;
    width: 90%;
    max-width: 637px;
  }
  .instaxSquareformat_7tips_modal_inner .image01-sp ,.instaxSquareformat_7tips_modal_inner .image02-sp ,.instaxSquareformat_7tips_modal_inner .image03-sp ,.instaxSquareformat_7tips_modal_inner .image04-sp ,.instaxSquareformat_7tips_modal_inner .image05-sp ,.instaxSquareformat_7tips_modal_inner .image06-sp ,.instaxSquareformat_7tips_modal_inner .image07-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_node .image01 ,.instaxSquareformat_7tips_node .image02 ,.instaxSquareformat_7tips_node .image03 ,.instaxSquareformat_7tips_node .image04 ,.instaxSquareformat_7tips_node .image05 ,.instaxSquareformat_7tips_node .image06 ,.instaxSquareformat_7tips_node .image07 {
margin: 25px auto;
width:215px;
  }
    .instaxSquareformat_7tips_modal_inner .image01 ,.instaxSquareformat_7tips_modal_inner .image02 ,.instaxSquareformat_7tips_modal_inner .image03 ,.instaxSquareformat_7tips_modal_inner .image04 ,.instaxSquareformat_7tips_modal_inner .image05 ,.instaxSquareformat_7tips_modal_inner .image06 ,.instaxSquareformat_7tips_modal_inner .image07 {
    display: none;
  }
  .instaxSquareformat_7tips_modal_inner .image01-sp ,.instaxSquareformat_7tips_modal_inner .image02-sp ,.instaxSquareformat_7tips_modal_inner .image03-sp ,.instaxSquareformat_7tips_modal_inner .image04-sp ,.instaxSquareformat_7tips_modal_inner .image05-sp ,.instaxSquareformat_7tips_modal_inner .image06-sp ,.instaxSquareformat_7tips_modal_inner .image07-sp {
    margin: 15px auto 0 auto;
    width: 265px;
  }
}




.instaxSquareformat_7tips_modal {
  display: none;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 50000;
}

.modal_background {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.modal_wrap {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal_wrap {
    width: 880px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .modal_wrap {
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_wrap {
    width: 335px;
  }
}
@media only screen and (max-width: 320px) {
  .modal_wrap {
    width: 85vw;
  }
}

.instaxSquareformat_7tips_modal_inner {
  display: none;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner {
    width: 780px;
    margin: 116px auto 0;
    box-sizing: border-box;
    background: #C0F2EA;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .instaxSquareformat_7tips_modal_inner {
    width: 750px;
    margin: 116px auto 0;
    box-sizing: border-box;
    background: #C0F2EA;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner {
    width: 335px;
    margin: 89px auto 0;
    background: #C0F2EA;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_modal_inner {
    width: 85vw;
  }
}

.instaxSquareformat_7tips_modal_bg {

}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_bg {
    padding: 46px 47px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_bg {
    padding: 24px 25px;
  }
}

.instaxSquareformat_7tips_modal_close {
  position: absolute;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_close {
    top: -50px;
    right: 55px;
    width: 33px;
    height: 33px;
    background: url("../images/close_01.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .instaxSquareformat_7tips_modal_close {
    top: -50px;
    right: 15px;
    width: 33px;
    height: 33px;
    background: url("../images/close_01.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_close {
    top: -50px;
    right: 0px;
    width: 33px;
    height: 33px;
    background: url("../images/close_01.png") no-repeat center center;
    background-size: cover;
  }
}
.instaxSquareformat_7tips_modal_close img {
  width: 100%;
  vertical-align: top;
}
/*
.instaxSquareformat_7tips_modal_close::before,
.instaxSquareformat_7tips_modal_close::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_close::before,
  .instaxSquareformat_7tips_modal_close::after {
    width: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_close::before,
  .instaxSquareformat_7tips_modal_close::after {
    width: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_modal_close::before,
  .instaxSquareformat_7tips_modal_close::after {
    width: 30px;
  }
}

.instaxSquareformat_7tips_modal_close::before {
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.instaxSquareformat_7tips_modal_close::after {
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}
*/
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern_text {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern_text {
    margin-left: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_inner .pattern_text::before {
    left: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_inner .pattern_text::before {
    left: 32px;
  }
}

.instaxSquareformat_7tips_modal_picto {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_picto {
    top: 46px;
    right: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_picto {
    top: 25px;
    right: 25px;
  }
}

.instaxSquareformat_7tips_modal_patternName {
  letter-spacing: 0.1em;
font-weight:500;
}
.instaxSquareformat_en .instaxSquareformat_7tips_modal_patternName {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_patternName {
    padding: 0 0 25px 0;
    margin: 0 0 0 0 0;
    line-height: 1.4em;
    font-size: 30px;
font-weight:500;
    text-align: center;
    background: url("../images/title_back_02.png") no-repeat center bottom;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_patternName {
    padding: 0 0 25px 0;
    margin: 0 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
font-weight:500;
    text-align: center;
    background: url("../images/title_back_02.png") no-repeat center bottom;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_image {
    margin: 61px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_image {
    margin-top: 40px;
  }
}

.instaxSquareformat_7tips_modal_text {
  text-align: left;
letter-spacing: 0.03em;
  line-height: normal;
font-weight:400;
}
.instaxSquareformat_en .instaxSquareformat_7tips_modal_text {
  letter-spacing: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_text {
    margin-top: 57px;
    font-size: 18px;
    line-height: 2.0em;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_text {
width:291px;
margin-top:20px;
    font-size: 14px;
letter-spacing:0;
line-height:1.6;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_modal_text {
    width: 100%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_linkBox {
    padding: 0 90px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_linkBox {
    padding: 0 0 30px;
  }
}

.instaxSquareformat_7tips_modal_link {
  float: left;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #262626;
  background: #FFD940;
  border-radius: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_7tips_modal_link {
    padding: 15px 40px 15px 40px;
  }
  .instaxSquareformat_7tips_modal_link.modal_back:after {
    margin: -4px 0 0 0;
    padding: 0 0 0 0;
    width: 5px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../images/arrow_05.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
  }
  .instaxSquareformat_7tips_modal_link.modal_next:after {
    margin: -4px 0 0 0;
    padding: 0 0 0 0;
    width: 5px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../images/arrow_06.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_7tips_modal_link {
    max-width: 47%;
    padding-top: 15px;
    letter-spacing: 0.1em;
    line-height: normal;
    font-size: 10px;
  }
  .instaxSquareformat_en .instaxSquareformat_7tips_modal_link {
    letter-spacing: 0;
  }
  
  .instaxSquareformat_7tips_modal_link {
    padding: 10px 10px 10px 10px;
  }
  .instaxSquareformat_7tips_modal_link.modal_back {
    padding: 10px 10px 10px 30px;
    margin-left: 14px;
  }
  .instaxSquareformat_7tips_modal_link.modal_next {
    padding: 10px 30px 10px 10px;
    margin-right: 14px;
  }
  .instaxSquareformat_7tips_modal_link.modal_back:after {
    margin: -4px 0 0 0;
    padding: 0 0 0 0;
    width: 5px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../images/arrow_05.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
  }
  .instaxSquareformat_7tips_modal_link.modal_next:after {
    margin: -4px 0 0 0;
    padding: 0 0 0 0;
    width: 5px;
    height: 9px;
    line-height: 9px;
    content: "";
    background: url("../images/arrow_06.svg") no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
  }

  
  
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_7tips_modal_link {
    font-size: 10px;
  }
}

.modal_link_right {
  text-align: right;
  float: right;
}

.instaxSquareformat_lineup {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup {
    width: 1040px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .instaxSquareformat_lineup {
    width: 92%;
    max-width: 1040px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup {
    width: 100%;
    margin-top: 0px;
  }
}

.instaxSquareformat_lineup_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_flex {
    margin: 120px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 44px auto 0;
  }
}

.instaxSquareformat_lineup_flex_02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_flex_02 {
    margin: 60px auto 0;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_flex_02 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 44px auto 0;
    padding-bottom: 70px;
  }
}

.instaxSquareformat_lineup_node {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
color:#262626;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_node {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .instaxSquareformat_lineup_node {
    margin: 0 3%;
    width: 27%;
    
    margin: 0 0 0 0;
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_node {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_node:nth-child(1) {
    margin-top: 0;
  }
}


.title_sq40,
.title_sq1,
.title_link{
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .title_sq40,
  .title_sq1,
  .title_link{
    margin-bottom: 0;
    padding-bottom: 23px;
    height: auto;
  }
}


.title_sq40 .c-title-diamond_inner,
.title_sq1 .c-title-diamond_inner,
.title_link .c-title-diamond_inner {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .title_sq40 .c-title-diamond_inner,
  .title_sq1 .c-title-diamond_inner,
  .title_link .c-title-diamond_inner {
    font-size: 16px;
font-weight:400!important;
    font-weight: bold;
    line-height: 1.6em;
    background: #C0F2EA;
    color: #262626;
    position: relative;
    padding: 14px 0;
    width: 210px;
  }
  .title_sq40 .c-title-diamond_inner:after,
  .title_sq1 .c-title-diamond_inner:after,
  .title_link .c-title-diamond_inner:after {
    width: 25px;
    height: 16px;
    line-height: 16px;
    content: "";
    background: url("../images/arrow_05.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin: 0 0 0 -12px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .title_sq40 .c-title-diamond_inner,
  .title_sq1 .c-title-diamond_inner,
  .title_link .c-title-diamond_inner {
    font-size: 12px;
font-weight:400;
    line-height: 1.6em;
    background: #C0F2EA;
    color: #262626;
    position: relative;
padding:6px 0px;
    width: 150px;
  }
  .title_sq40 .c-title-diamond_inner:after,
  .title_sq1 .c-title-diamond_inner:after,
  .title_link .c-title-diamond_inner:after {
    width: 25px;
    height: 16px;
    line-height: 16px;
    content: "";
    background: url("../images/arrow_05.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin: 0 0 0 -12px;
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .title_sq6 .c-title-diamond_inner,
  .title_sq10 .c-title-diamond_inner,
  .title_SP-3 .c-title-diamond_inner {
    padding: 7px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .title_sq6 .c-title-diamond_inner.c-title-diamond_inner:before,
  .title_sq10 .c-title-diamond_inner.c-title-diamond_inner:before,
  .title_SP-3 .c-title-diamond_inner.c-title-diamond_inner:before {
    left: -16px;
    width: 16px;
    height: 30px;
    border-top: 15px solid transparent;
    border-right: 8px solid #222;
    border-bottom: 15px solid #222;
    border-left: 8px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_en
    .title_sq6
    .c-title-diamond_inner.c-title-diamond_inner:before,
  .instaxSquareformat_en
    .title_sq10
    .c-title-diamond_inner.c-title-diamond_inner:before,
  .instaxSquareformat_en
    .title_SP-3
    .c-title-diamond_inner.c-title-diamond_inner:before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid #222;
    height: 26px;
  }
}
.title_sq6 .c-title-diamond_inner.c-title-diamond_inner:after,
.title_sq10 .c-title-diamond_inner.c-title-diamond_inner:after,
.title_SP-3 .c-title-diamond_inner.c-title-diamond_inner:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .title_sq6 .c-title-diamond_inner.c-title-diamond_inner:after,
  .title_sq10 .c-title-diamond_inner.c-title-diamond_inner:after,
  .title_SP-3 .c-title-diamond_inner.c-title-diamond_inner:after {
    right: -16px;
    width: 16px;
    height: 30px;
    border-top: 15px solid transparent;
    border-right: 8px solid #222;
    border-bottom: 15px solid #222;
    border-left: 8px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_en
    .title_sq6
    .c-title-diamond_inner.c-title-diamond_inner:after,
  .instaxSquareformat_en
    .title_sq10
    .c-title-diamond_inner.c-title-diamond_inner:after,
  .instaxSquareformat_en
    .title_SP-3
    .c-title-diamond_inner.c-title-diamond_inner:after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid #222;
    height: 26px;
  }
}

.title_sq6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .title_sq20 {
    width: 268px;
  }
}
@media only screen and (max-width: 767px) {
  .title_sq20 {
    width: 250px;
    margin: auto;
  }
}
@media only screen and (max-width: 320px) {
  .title_sq10 {
    width: 248px;
  }
}

@media only screen and (min-width: 768px) {
  .title_sq6 {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .title_sq6 {
    width: 224px;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .title_sq10 {
    width: 268px;
  }
}

@media only screen and (max-width: 767px) {
  .title_sq10 {
    width: 250px;
    margin: auto;
  }
}

@media only screen and (max-width: 320px) {
  .title_sq10 {
    width: 248px;
  }
}

@media only screen and (min-width: 768px) {
  .title_SP-3 {
    width: 268px;
  }
}

@media only screen and (max-width: 767px) {
  .title_SP-3 {
    width: 250px;
    margin: auto;
  }
}

@media only screen and (max-width: 320px) {
  .title_SP-3 {
    width: 248px;
  }
}

.instaxSquareformat_lineup_sq6,
.instaxSquareformat_lineup_sq10,
.instaxSquareformat_lineup_sq20,
.instaxSquareformat_lineup_SQ_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_sq6,
  .instaxSquareformat_lineup_sq10,
  .instaxSquareformat_lineup_sq20,
  .instaxSquareformat_lineup_SQ_link {
    width: 307px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 787px) and (max-width: 1220px) {
  .instaxSquareformat_lineup_sq6,
  .instaxSquareformat_lineup_sq10,
  .instaxSquareformat_lineup_sq20,
  .instaxSquareformat_lineup_SQ_link {
    width: 100%;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_sq6,
  .instaxSquareformat_lineup_sq10,
  .instaxSquareformat_lineup_sq20,
  .instaxSquareformat_lineup_SQ_link {
    width: 336px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_lineup_sq6,
  .instaxSquareformat_lineup_sq10,
  .instaxSquareformat_lineup_sq20,
  .instaxSquareformat_lineup_SQ_link {
    width: 90vw;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_sq6 {
    width: 242px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_sq10 {
    width: 253px;
  }
}

@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_SQ_link {
    width: 257px;
    margin-top: -5px;
  }
}

.instaxSquareformat_lineup_image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_image {
    margin-top: 25px;
    width: 82%;
    margin: 20px auto 0;
    padding: 0 0 15px 0;
  }
}



@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_image {
width:200px;
  }
}
.instaxSquareformat_lineup_image .instaxSquareformat_lineup_new {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_image .instaxSquareformat_lineup_new {
    top: -25px;
    left: 10px;
    height: 56px;
    width: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_image .instaxSquareformat_lineup_new {
    top: -12px;
    left: -11px;
    height: 40px;
    width: 40px;
  }
}

.instaxSquareformat_lineup_text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_text {
    margin-top:-10px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_text {
    width: 183px;
    margin-top: 6px;
    margin-left: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_lineup_text {
    width: 190px;
  }
}

.instaxSquareformat_lineup_type {
  letter-spacing: 0.1em;
}
.instaxSquareformat_en .instaxSquareformat_lineup_type {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_type {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_type {
    padding: 25px 0 0 0;
    font-size: 11px;
    font-weight: bold;
	  letter-spacing:0;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_lineup_type {
    font-size: 10px;
    font-weight: bold;
  }
}

.instaxSquareformat_lineup_name {
  letter-spacing: 0.0em;
  line-height: 1.4;
  font-weight: bold;
}
.instaxSquareformat_en .instaxSquareformat_lineup_name {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_name {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_name {
    margin-top: 5px;
    font-size: 14px;
  }
}

.instaxSquareformat_lineup_link {
  position: relative;
  display: block;
  background: #FFD940;
  border: 1px solid #FFD940;
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: 0.3s;
}
.instaxSquareformat_en .instaxSquareformat_lineup_link {
  letter-spacing: 0;
}
.instaxSquareformat_lineup_link::after {

  line-height: 12px;
  position: absolute;

  right: 13px;
  content: "";
  background: url("../images/arrow_03.svg") no-repeat center center;
  background-size: cover;
  display: block;
  margin: -6px 0 0 0;
}
/*
.instaxSquareformat_lineup_link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #222;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.instaxSquareformat_lineup_link:hover {
  border: 1px solid #FFD940;
  border-radius: 0px;
  color: #fff;
}
.instaxSquareformat_lineup_link:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
*/
@media only screen and (min-width: 768px) {
  .instaxSquareformat_lineup_link {
    max-width: 216px;
    height: 42px;
    margin: 20px auto 0;
    padding: 11px 36px 6px;
    font-size: 16px;
    box-sizing: border-box;
  }
	.instaxSquareformat_lineup_link::after {
		width:7px;
		height:12px;
		top:51%;
	}
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_lineup_link {
    width: 150px;
    height: 30px;
margin:8px auto 0;
padding:8px 13px 8px;
font-size: 12px;
  }
	.instaxSquareformat_lineup_link::after {
		width: 5px;
		height:8px;
		top:58%;
	}
  .instaxSquareformat_en .instaxSquareformat_lineup_link {
    padding: 9px 13px;
  }
}

.instaxSquareformat_other {
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other {
    width: 1200px;
    padding: 120px 0;
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .instaxSquareformat_other {
    width: 92%;
    max--width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other {
    width: 100%;
    padding: 59px 0 60px;
    margin-bottom: 60px;
  }
}

.instaxSquareformat_other_top {
  letter-spacing: 0.1em;
  line-height: normal;
  font-weight: bold;
}
.instaxSquareformat_en .instaxSquareformat_other_top {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_top {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_top {
    font-size: 16px;
  }
}

.instaxSquareformat_other_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #bfbfbf;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_list {
    margin: 80px auto 0;
    width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .instaxSquareformat_other_list {
    margin: 80px auto 0;
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_list {
    margin: 50px auto 0;
    width: 335px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_other_list {
    margin: 50px auto 0;
    width: 100vw;
  }
}

.instaxSquareformat_other_node {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
  background-color: #fafafa;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_node {
    width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .instaxSquareformat_other_node {
    width: 92%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_node {
    width: 335px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_other_node {
    width: 100vw;
  }
}
.instaxSquareformat_other_node:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.instaxSquareformat_other_node::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-image: url("../images/instaxSquareformat_listmark_square.png");
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_node::before {
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_node::before {
    left: 10px;
  }
}
.instaxSquareformat_other_node::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-image: url("../images/instaxSquareformat_listmark_next.png");
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_node::after {
    width: 6px;
    height: 10px;
    right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_node::after {
    width: 5px;
    height: 8px;
    right: 10px;
  }
}

.instaxSquareformat_other_nodelink {
  display: block;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .instaxSquareformat_other_nodelink {
    padding: 25px 44px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .instaxSquareformat_other_nodelink {
    padding: 18px 44px 18px;
    line-height: normal;
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .instaxSquareformat_other_nodelink {
    padding: 16px 30px 16px;
    font-size: 12px;
  }
}

/* 8/19追加 */
@media only screen and (min-width: 768px) {
  .banner {
    width: 300px;
    bottom: 56px;
    right: 12px;
    z-index: 100;
  }
  .banner__img {
    width: 100%;
  }
  .banner__anchor {
    width: 100%;
    height: 100%;
  }
  .opa:hover {
    opacity: 0.8;
  }
  .hid {
    display: none;
  }
}

/* 8/19追加 */
@media only screen and (min-width: 768px) {
  #banner.banner {
    width: 300px;
    position: fixed;
    bottom: 56px;
    right: 12px;
    z-index: 100;
  }
  .banner__img {
    width: 100%;
  }
  .banner__anchor {
    width: 100%;
    height: 100%;
  }
  .opa:hover {
    opacity: 0.8;
  }
  .hid {
    display: none;
  }
}

/* 8/19追加 */
@media only screen and (max-width: 767px) {
  .banner {
    width: 170px;
    bottom: 14px;
    right: 12px;
    z-index: 100;
  }
  .banner__img {
    width: 100%;
  }
  .banner__anchor {
    width: 100%;
    height: 100%;
  }
  .opa:hover {
    opacity: 0.8;
  }
  /* line 166, scss/layout/_common.scss */
  .hid {
    display: none;
  }
}

/* 8/19追加 */
@media only screen and (max-width: 767px) {
  #banner.banner {
    width: 170px;
    position: fixed;
    bottom: 14px;
    right: 12px;
    z-index: 100;
  }
  .banner__img {
    width: 100%;
  }
  .banner__anchor {
    width: 100%;
    height: 100%;
  }
  .opa:hover {
    opacity: 0.8;
  }
  /* line 166, scss/layout/_common.scss */
  .hid {
    display: none;
  }
}







#wrap .nav_area {
    position: relative;
    z-index: 60;
  background: #C0F2EA;
  width: 100%;
}
#wrap .nav_area a {
  color: #262626;
}

@media only screen and (min-width: 768px) {
  #wrap .nav_area {

  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #wrap .nav_area {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
    #wrap .nav_area.fixed {
        height: 80px;
    }
    #wrap .nav_area.fixed .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
}

#wrap .nav ul {
  display: flex;
  font-size: 18px;
  background: #C0F2EA;
  justify-content: center;
  font-weight: bold;
  padding: 30px 0;
  margin: 0 auto;
}

#wrap .nav ul .nav_language_area {
    padding: 0 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  #wrap .nav ul {
      padding-right: 200px;
  }
}
#wrap .nav .nav_btn {
  margin: 0 40px;
    display: block;
    padding: 0 0 0 0;
  font-size: 18px;
  line-height: 1.4em;
    color: #262626;
    position: relative;
	font-weight:500;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #wrap .nav .nav_btn {
    margin: 0 20px;
      display: block;
      padding: 0 0 0 0;
    font-size: 18px;
    line-height: 1.4em;
      color: #262626;
      position: relative;
  }
}

#wrap .nav .language_btn_area {
  width: 170px;
  text-align: left;
  background: #C0F2EA;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}

#wrap .nav .language_btn_area > .language_btn {
  padding: 0 0 0 20px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Roboto';
}
#wrap .nav .language_btn_area > .language_btn:after {
  width: 13px;
  height: 6px;
  line-height: 6px;
  content: "";
  background: url("../images/arrow_01.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
#wrap .nav .language_btn_area > .language_btn.active:after {
  width: 13px;
  height: 6px;
  line-height: 6px;
  content: "";
  background: url("../images/arrow_02.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}



#wrap .nav .language_area {
  padding: 30px 0 0 0;
  text-align: left;
  display: none;
}

#wrap .nav .language_area a {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
    #wrap .nav {
        position: fixed;
        top: 0;
        left: 0;
    }
    #wrap .nav ul {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        text-align: center;
        padding-top: 112px;
        font-size: 14px;
        z-index: 1;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    #wrap .nav .nav_btn {
        padding: 12px 8px;
        font-size: 17px;
    }
    #wrap .nav .language_area {
        top: 46px;
    }
    #wrap .nav.open .nav_menu_icn {
        background-color: transparent;
    }
    #wrap .nav.open .nav_menu_icn::before {
        top: 0;
        transform: rotate(45deg);
    }
    #wrap .nav.open .nav_menu_icn::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    #wrap .nav.open ul {
        transform: translateX(0%);
    }

}

    #wrap .nav ul li.sp_show {
      display: none !important;
    }

@media only screen and (max-width: 767px) {
    #wrap .nav ul li.sp_show {
      display: block !important;
    }
  #wrap .nav .language_area {
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    background: #C0F2EA;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 40px;
    top: 100%;
    left: 0;
    z-index: 10;
  }
  #wrap .nav .language_area a {
    margin: 0 0 0 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.4em;
    display: block;
  }

  #wrap .nav ul .language_btn {
    background-color: #40C3C3;
    color: #ffffff;
    padding: 15px 0;
    width: 280px;
  font-family: 'Roboto';
    margin: 0 auto 15px auto;
    display: block;
  }
  #wrap .nav ul .language_btn:after {
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../images/arrow_08.svg") no-repeat center center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
  #wrap .nav ul .language_btn.active:after {
    width: 12px;
    height: 6px;
    line-height: 6px;
    content: "";
    background: url("../images/arrow_07.svg") no-repeat center center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
  
  
}

#wrap .nav_menu_btn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 32px;
    height: 50px;
    width: 50px;
    background-color: #C0F2EA;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    #wrap .nav_menu_btn {
        display: block;
    }
}

#wrap .nav_menu_icn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #262626;
}

#wrap .nav_menu_icn::before,
#wrap .nav_menu_icn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  left: 0;
    background-color: #262626;
    transform-origin: center;
    transition: transform 0.5s ease;
}

#wrap .nav_menu_icn::before {
    top: -16px;
}

#wrap .nav_menu_icn::after {
    bottom: -16px;
}



#wrap * {
	  font-family: 'Roboto', 'Noto Sans SC', 'Noto Sans KR';

}
#wrap .instaxSquareformat_lineup_name {

  font-family: 'Roboto';
  font-weight:500;
}
#wrap .instaxSquareformat_7tips_pattern .pattern_text {
  font-family: 'Roboto';
}
#wrap .language_btn {
  font-family: 'Roboto';  
}

/* ly_header_wrap */
.ly_header_wrap {
  background: #ffffff;
}

@media only screen and (min-width:768px) {
	.sp_only { display:none; }
}
@media only screen and (max-width:767px) {
	.sp_only { display:block; }
}



/* 言語別調整 */


/*
.instaxSquareformat_7tips_flex.zhs_lang .pattern_text,.instaxSquareformat_7tips_flex.zht_lang .pattern_text { font-size:1.2em;padding-top:7px; }
.instaxSquareformat_7tips_flex.ko_lang .pattern_text { font-size:1.3em;padding-top:9px; }
.instaxSquareformat_7tips_flex.fr_lang .pattern_text { font-size:.8em; }
.instaxSquareformat_7tips_flex.de_lang .pattern_text { font-size:1em; }
.instaxSquareformat_7tips_flex.es_lang .pattern_text { font-size:.8em; }
.instaxSquareformat_7tips_flex.pt_lang .pattern_text { font-size:1em; }


@media only screen and (max-width:1200px) {
	.instaxSquareformat_7tips_flex.zhs_lang .pattern_text,.instaxSquareformat_7tips_flex.zht_lang .pattern_text,.instaxSquareformat_7tips_flex.ko_lang .pattern_text { font-size:.9em;padding-top:7px; }
	.instaxSquareformat_7tips_flex.fr_lang .pattern_text { font-size:.6em;text-align:center;display:block;margin-left:.4em;line-height:1.6em;padding-top:4px; }
	.instaxSquareformat_7tips_flex.de_lang .pattern_text { font-size:.85em;text-align:center;display:block;margin-left:.33em; }
	.instaxSquareformat_7tips_flex.es_lang .pattern_text { font-size:.6em;text-align:center;display:block;margin-left:.5em;line-height:1.6em; }
	.instaxSquareformat_7tips_flex.pt_lang .pattern_text { font-size:.85em;text-align:center;display:block;margin-left:.33em; }

	.instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_pattern,.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_pattern
	{ padding-bottom:70px; }
	 .instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_pattern::before,.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_pattern::before
	{ bottom:7px;top:auto; }
}
@media only screen and (max-width: 767px) {
	.instaxSquareformat_7tips_flex.zhs_lang .pattern_text,.instaxSquareformat_7tips_flex.zht_lang .pattern_text { font-size:1.05em;padding-top:7px; }
	.instaxSquareformat_7tips_flex.ko_lang .pattern_text { font-size:1.2em;padding-top:9px;padding-left:5px; }
	.instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_pattern { padding-top:6px;padding-left:5px; }
	.instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_pattern::before { bottom:10px; }
	.instaxSquareformat_7tips_flex.de_lang .instaxSquareformat_7tips_pattern { padding-top:5px;padding-left:5px; }
	.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_pattern { padding-top:6px;padding-left:3px; }
	.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_pattern::before { bottom:10px; }
	.instaxSquareformat_7tips_flex.pt_lang .instaxSquareformat_7tips_pattern { padding-top:5px;padding-left:5px; }
}
*/

@media only screen and (min-width: 768px) {
	.instaxSquareformat_7tips_flex.zhs_lang .instaxSquareformat_7tips_node:nth-child(3),.instaxSquareformat_7tips_flex.zht_lang .instaxSquareformat_7tips_node:nth-child(3),.instaxSquareformat_7tips_flex.ko_lang .instaxSquareformat_7tips_node:nth-child(3) { margin-top: -203px; }
	.instaxSquareformat_7tips_flex.zhs_lang .instaxSquareformat_7tips_node:nth-child(7),.instaxSquareformat_7tips_flex.zht_lang .instaxSquareformat_7tips_node:nth-child(7),.instaxSquareformat_7tips_flex.ko_lang .instaxSquareformat_7tips_node:nth-child(7) { margin-top: -205px; }
	.instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_node:nth-child(5),.instaxSquareformat_7tips_flex.fr_lang .instaxSquareformat_7tips_node:nth-child(7) { margin-top: -165px; }
	.instaxSquareformat_7tips_flex.de_lang .instaxSquareformat_7tips_node:nth-child(7) { margin-top: -205px; }
	.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_node:nth-child(3) { margin-top: -203px; }
	.instaxSquareformat_7tips_flex.es_lang .instaxSquareformat_7tips_node:nth-child(7) { margin-top: -205px; }
	.instaxSquareformat_7tips_flex.pt_lang .instaxSquareformat_7tips_node:nth-child(7) { margin-top: -205px; }
}



/*モーダル*/

/*
.instaxSquareformat_7tips_modal.zhs_lang .pattern_text,.instaxSquareformat_7tips_modal.zht_lang .pattern_text { font-size:1.2em;padding-top:0px; }
.instaxSquareformat_7tips_modal.ko_lang .pattern_text { font-size:1.3em;padding-top:0px; }
.instaxSquareformat_7tips_modal.fr_lang .pattern_text { font-size:.8em; }
.instaxSquareformat_7tips_modal.de_lang .pattern_text { font-size:1em; }
.instaxSquareformat_7tips_modal.es_lang .pattern_text { font-size:.8em; }
.instaxSquareformat_7tips_modal.pt_lang .pattern_text { font-size:1em; }

@media only screen and (max-width:1200px) {
	.instaxSquareformat_7tips_modal.zhs_lang .pattern_text,.instaxSquareformat_7tips_modal.zht_lang .pattern_text { font-size:.95em;top:3px; }
	
	.instaxSquareformat_7tips_modal.ko_lang .pattern_text { font-size:1.2em;top:5px; }
	
	.instaxSquareformat_7tips_modal.fr_lang .pattern_text { font-size:.6em;text-align:center;display:block;margin-left:.2em;line-height:1.6em;left:0px;top:3px; }
	.instaxSquareformat_7tips_modal.de_lang .pattern_text { font-size:.85em;text-align:center;display:block;margin-left:.33em; }
	.instaxSquareformat_7tips_modal.es_lang .pattern_text { font-size:.6em;text-align:center;display:block;margin-left:.5em;line-height:1.6em; }
	.instaxSquareformat_7tips_modal.pt_lang .pattern_text { font-size:.85em;text-align:center;display:block;margin-left:.33em; }

	.instaxSquareformat_7tips_modal.fr_lang .instaxSquareformat_7tips_pattern,.instaxSquareformat_7tips_modal.es_lang .instaxSquareformat_7tips_pattern
	{ padding-bottom:70px; }
	 .instaxSquareformat_7tips_modal.fr_lang .instaxSquareformat_7tips_pattern::before,.instaxSquareformat_7tips_modal.es_lang .instaxSquareformat_7tips_pattern::before
	{ bottom:9px;top:auto; }
}
@media only screen and (max-width: 767px) {
	.instaxSquareformat_7tips_modal.zhs_lang .pattern_text,.instaxSquareformat_7tips_modal.zht_lang .pattern_text { font-size:1.05em;top:4px; }
	.instaxSquareformat_7tips_modal.ko_lang .pattern_text { font-size:1.2em;top:5px; }
	.instaxSquareformat_7tips_modal.fr_lang .pattern_text,.instaxSquareformat_7tips_modal.de_lang .pattern_text,.instaxSquareformat_7tips_modal.es_lang .pattern_text,.instaxSquareformat_7tips_modal.pt_lang .pattern_text  { left:3px; }
	

}
*/

/*/モーダル*/



.instaxSquareformat_7tips_flex.fr_lang .c-button-recomendlink { line-height:1em;padding-top:.7em;padding-left:2em; }
.instaxSquareformat_7tips_flex.fr_lang .c-button-recomendlink:after { margin-left:1em; }

@media only screen and (max-width:1200px) {
	.instaxSquareformat_7tips_flex.fr_lang .c-button-recomendlink:after { top:33.5%; }
	
}
@media only screen and (max-width:767px) {
	.instaxSquareformat_7tips_flex.fr_lang .c-button-recomendlink:after { margin-top:-10%; }
	
}
@media only screen and (min-width:768px) {
	.c-title-diamond_inner.ballon_single { padding-top:1.66em;padding-bottom:1.66em; }
}

.instaxSquareformat_lineup_flex_02.zhs_lang .instaxSquareformat_lineup_link,.instaxSquareformat_lineup_flex_02.zht_lang .instaxSquareformat_lineup_link { padding-top:9px; }
@media only screen and (max-width:767px) {
	.instaxSquareformat_lineup_flex_02.zhs_lang .instaxSquareformat_lineup_link,.instaxSquareformat_lineup_flex_02.zht_lang .instaxSquareformat_lineup_link { padding-top:5px; }
}

	.instaxSquareformat_lineup_flex_02.de_lang .instaxSquareformat_lineup_link { padding-top:.5em;padding-bottom:.5em;height:auto; }




/*es,fr用*/

@media only screen and (min-width: 768px) {
 .fr_lang .pattern_text, .es_lang .pattern_text {
    padding-top: 15px;
    display: block;
    text-align: center;
    font-size: 13px;/*調整*/
  }
 .fr_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .es_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 15px;
    left: 0px;/*調整*/
    width: 96px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.fr_lang .pattern_text, .es_lang .pattern_text {
    padding-top: 10px;
    display: block;
    text-align: center;
    font-size: 7px;/*調整*/
  }
.fr_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .es_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 10px;
    left: 0px;/*調整*/
    width: 60px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

}
@media only screen and (max-width: 767px) {
.fr_lang .pattern_text, .es_lang .pattern_text {
    margin-left: 5px;/*調整*/
    margin-right: 5px;
position:relative;
top:5px;
font-size:7px;/*調整*/
  }
.fr_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .es_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
    position: absolute;
    top: 8px;
left: 5px;/*調整*/
    width: 60px;/*調整*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  
.fr_lang .instaxSquareformat_7tips_pattern, .es_lang .instaxSquareformat_7tips_pattern {
 width: 70px;/*調整*/
   }
.fr_lang .instaxSquareformat_7tips_pattern::before, .es_lang .instaxSquareformat_7tips_pattern::before {
  left: 22px;/*調整*/
}
}

/*de,zhs,zht,pt用*/

@media only screen and (min-width: 768px) {
.de_lang .pattern_text, .zhs_lang .pattern_text, .zht_lang .pattern_text, .pt_lang .pattern_text {
font-size: 23px;/*調整*/
}
.de_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zhs_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zht_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .pt_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
left: -20px;/*調整*/
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.de_lang .pattern_text, .zhs_lang .pattern_text, .zht_lang .pattern_text, .pt_lang .pattern_text {
font-size: 15px;/*調整*/
}
.de_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zhs_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zht_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .pt_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
left: -20px;/*調整*/
}

}
@media only screen and (max-width: 767px) {
.de_lang .pattern_text, .zhs_lang .pattern_text, .zht_lang .pattern_text, .pt_lang .pattern_text {
margin-left: 10px;/*調整*/
font-size:12px;/*調整*/
}
.de_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zhs_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .zht_lang .instaxSquareformat_7tips_modal_bg .pattern_text, .pt_lang .instaxSquareformat_7tips_modal_bg .pattern_text {
left: -5px;/*調整*/
width: 48px;/*調整*/
}
.de_lang .instaxSquareformat_7tips_pattern, .zhs_lang .instaxSquareformat_7tips_pattern, .zht_lang .instaxSquareformat_7tips_pattern, .pt_lang .instaxSquareformat_7tips_pattern {
width: 60px;/*調整*/
}
.de_lang .instaxSquareformat_7tips_pattern::before, .zhs_lang .instaxSquareformat_7tips_pattern::before, .zht_lang .instaxSquareformat_7tips_pattern::before, .pt_lang .instaxSquareformat_7tips_pattern::before 
 {
left: 18px;/*調整*/
}
}